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

My system is part of a domain. To access the internet, we need to configure the proxy settings, which has an ip and the port. Generally we configure this in the browser. To go through this proxy and access the WSDL which is located in the internet, what is the way to do it in prel?

Replies are listed 'Best First'.
Re^3: SOAP:LITE WSDL and Local Proxy
by Anonymous Monk on Jan 23, 2012 at 10:24 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 :)