in reply to Re^4: connecting with SOAP::Lite 0.710
in thread connecting with SOAP::Lite 0.710

The proxy must be expressed as an absolute URI; hence,

proxy => ['http' => 'my.proxy.server']);

must be expressed as:

proxy => ['http' => 'http://my.proxy.server']);

Replies are listed 'Best First'.
Re^6: connecting with SOAP::Lite 0.710
by perl_search_m (Novice) on Sep 10, 2009 at 04:53 UTC
    yes!.. I am expressing in absolute form only.. with
    "http://my.proxy.server/".
    I tried wget command for the site
    'http://www.soaplite.com/Demo'
    and it is giving following as output:
    Proxy request sent, awaiting response... 404 Not Found 10:24:42 ERROR 404: Not Found.
    Kindly suggest me what should I do?
      Take a break from this for a while, and experiment with some other methods. Then come back to this. It'll make more sense then:-).