http://www.perlmonks.org?node_id=949358


in reply to Re^2: SOAP:LITE WSDL and Local Proxy
in thread SOAP:LITE WSDL and Local Proxy

SOAP::Lite links to http://search.cpan.org/dist/SOAP-Lite/lib/SOAP/Transport.pod#HTTP_PROXY_SETTINGS, its a good read :)

Replies are listed 'Best First'.
Re^4: SOAP:LITE WSDL and Local Proxy
by Anonymous Monk on Jan 23, 2012 at 11:53 UTC
    Thank you. But, how to integrate with the following code: $wsdl = 'http://soap.genome.jp/KEGG.wsdl'; $serv = SOAP::Lite->service($wsdl) where the proxy is http://192.168.0.1 Regards, Siva Kumar.

      I don't know, I didn't read the documentation I linked for you to read, I only linked it :)