Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^7: SOAP call tweaks required

by ruoso (Curate)
on Dec 08, 2010 at 17:43 UTC ( #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? | Other CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2023-03-28 05:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (66 votes). Check out past polls.

    Notices?