ruby -e "require 'soap/soap'; puts SOAP::VERSION"
> Anyway, I have generated the driver.rb, defaultDriver.rb,
> defaultMappingRegistry.rb and the generic implementation file, mine is
> called WsFindCustAcctsServiceClient.rb. I used wsdl2ruby from the live
> WSDL but I don't know how to extend the code. I don't know where to
> start...
>
> What do I have access to in the WsFindCustAcctsServiceClient.rb file?
> Can I access methods in the default.rb file? Does that help me? How do
> I use some methods to inject my credentials in the header XML?
>
> I haven't worked with web services before so be gentile... I'm not a
> rails noob, but I also haven't gone much further than what is included
> in the box.
>
> Any help would be GREATLY appreciated! I'm very nervous about my lack
> of progress with this.
You can try to check my own driver wrapper:
http://people.freedesktop.org/~felipec/msn/ruby/myDriver.rb
Best regards.
--
Felipe Contreras