Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: SOAP call from behind a proxy server

by crashtest (Curate)
on Dec 29, 2009 at 23:27 UTC ( [id://814841]=note: print w/replies, xml ) Need Help??


in reply to SOAP call from behind a proxy server

SOAP::Lite uses LWP behind the scenes (for HTTP transports). Take a look at the documentation for SOAP::Transport, in particular the section entitled HTTP Proxy Settings. It supplies some examples.

If you can't get that to work immediately, take a step back and see if you can connect to your endpoint using LWP::UserAgent. If you can get that to work, then you can get SOAP::Lite to connect as well.

Hope this helps...

Replies are listed 'Best First'.
Re^2: SOAP call from behind a proxy server
by Anonymous Monk on Dec 31, 2009 at 15:27 UTC
    Hi,

    Thanks for your suggestion. None of them worked for me.

    Lastly I found out that .. the problem is with network firewall. Somehow it's blocking the request.

    Wish you all a Happy New Year 2010.Thanks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (12)
As of 2024-04-23 14:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found