http://qs321.pair.com?node_id=459664

alan8373 has asked for the wisdom of the Perl Monks concerning the following question:

I'm beginning to play with SOAP::Lite and I'm trying to connect it to a .Net WSDL service which uses complex types on the server end (i.e. 'Transaction' has an 'Account', 'Account' has a 'Customer', etc). The books I've read (which are old) say SOAP::Lite doesn't support this on the client end. Is this true?

Also, if it does support this, are there any utilities for generating a stub to wrap around a WSDL service? If it is not supported, what are the alternatives?

Thanks in Advance!
Alan

Replies are listed 'Best First'.
Re: SOAP::Lite Questions
by astroboy (Chaplain) on May 23, 2005 at 20:20 UTC
      There is no reason why a SOAP data payload cannot be constructed manually through the use of SOAP::Data and SOAP::Data::Builder.

       

      perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"