Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

SOAP::Lite Questions

by alan8373 (Initiate)
on May 23, 2005 at 18:34 UTC ( [id://459664]=perlquestion: print w/replies, xml ) Need Help??

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'"

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://459664]
Approved by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found