Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: MS Web Service SOAP Calls with Perl

by InfiniteLoop (Hermit)
on Mar 12, 2008 at 15:30 UTC ( [id://673750]=note: print w/replies, xml ) Need Help??


in reply to MS Web Service SOAP Calls with Perl

sramayah , I never used SOAP::Lite, but looking at your code, I would doublecheck the access to "proxy" from the webserver. This line of code, for example:
my $soap = SOAP::Lite -> uri('http://www.doubleday.com.au/') -> on_action( sub { join '/', 'http://www.doubleday.com.au', $_[1] } ) -> proxy('http://localhost/IVRWebService/Membership.asmx');

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (1)
As of 2024-04-25 01:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found