Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: connecting with SOAP::Lite 0.710

by Anonymous Monk
on Sep 08, 2009 at 09:59 UTC ( [id://794097]=note: print w/replies, xml ) Need Help??


in reply to connecting with SOAP::Lite 0.710

It seems to work for me
use SOAP::Lite; print SOAP::Lite -> uri('http://www.soaplite.com/Demo') -> proxy( 'http://services.soaplite.com/hibye.cgi', proxy => ['http' => 'http://invalid/'], ) -> hi() -> result; __END__ 500 Can't connect to invalid:80 (Bad hostname 'invalid') at - line 2
Maybe you need to upgrade LWP?

pmvers SOAP::Lite LWP

SOAP::Lite: 0.710.08 LWP: 5.831

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 14:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found