Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Connecting to a Daemon using SOAP::Lite

by dooberwah (Pilgrim)
on Dec 22, 2001 at 23:44 UTC ( [id://133983]=perlquestion: print w/replies, xml ) Need Help??

dooberwah has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to connect to a Daemon using SOAP::Lite. My Daemon is set up much like the one in this example (the example is from the SOAP Cookbook, on the SOAP::Lite homepage).
As a client, how do I specify which port to connect on?

Originally posted as a Categorized Question.

  • Comment on Connecting to a Daemon using SOAP::Lite

Replies are listed 'Best First'.
Re: Connecting to a Daemon using SOAP::Lite
by IlyaM (Parson) on Dec 23, 2001 at 03:13 UTC
    The short answer is, when specifying proxy, supply the PORT in the url, like so:
    use SOAP::Lite +autodispatch => uri => 'http://www.soaplite.com/Temperatures', proxy => 'http://services.soaplite.com:PORT/temper.cgi';
    You should goread SOAP::Lite Guide. It has complete examples of both clients and servers. Normally Cookbook should be read after this guide.
    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found