Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: SOAP call tweaks required

by Anonymous Monk
on Dec 08, 2010 at 15:57 UTC ( [id://876055]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SOAP call tweaks required
in thread SOAP call tweaks required

How does that help the OP switch to the modules you recommend?

Replies are listed 'Best First'.
Re^5: SOAP call tweaks required
by ruoso (Curate) on Dec 08, 2010 at 16:31 UTC
      That still misses the point. Telling the OP to jump ship instead of helping him jump ship. SOAP::Lite has its flaws, but the OPs code works as is.

        First of all: Obtain the WSDL for the service you are consuming. Read the post I linked for background on that.

        Once you have the WSDL, you just need to:

        my $srv = SOAP::Simple->new($wsdl_file); $srv->method(@args)

        And that's all...

        daniel

Log In?
Username:
Password:

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

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

    No recent polls found