Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^3: Getting soap client/server to work

by jfroebe (Parson)
on Dec 04, 2006 at 21:41 UTC ( [id://587744]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print SOAP::Lite
        ->uri('http://localhost/Demo')
        ->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
        ->hi()
        ->result;
    
  2. or download this
    print SOAP::Lite
        ->uri('http://localhost/cgi-bin/soap/Demo')
        ->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
        ->hi()
        ->result;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 13:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found