Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^7: SOAP call tweaks required

by ruoso (Curate)
on Dec 08, 2010 at 17:43 UTC ( [id://876073]=note: print w/replies, xml ) Need Help??


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

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://876073]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found