Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Problem with SOAP::Lite module

by Anonymous Monk
on Jun 07, 2012 at 22:28 UTC ( [id://975058]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Problem with SOAP::Lite module
in thread Problem with SOAP::Lite module

It was a sort of steep learning curve, but I am now partial to the XML::Compile* libraries ...

Do you have tips to share? What helped you get a handle on it?

Replies are listed 'Best First'.
Re^4: Problem with SOAP::Lite module
by runrig (Abbot) on Jun 07, 2012 at 23:15 UTC

    I don't think it was any more steep than SOAP::Lite (in fact probably easier), but...

    Some of the problem came from looking at some example requests and responses, not seeing some of the elements in the wsdl, wading through all the docs, figuring out which libraries in the XML::Compile::SOAP distribution to use, and figuring out that I needed in addition to XML::Compile::SOAP11:

    XML::Compile::SOAP::WSA XML::Compile::SOAP::WSS Data::UUID (for a bit in *::SOAP::WSA)</p>
    And figuring out which objects get plugged into which elements of which methods of the other objects. You may or may not need WSA and WSS, but if you do , it was kind of a pain to get working. I can post an outline of what I did. But once it did work, it was like magic, returning nice data structures of results.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-16 15:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found