in reply to SOAP:LITE WSDL and Local Proxy

So, I am not able to get a work around to access the server with the help of WSDL. Please help me.

What does that mean?

Is this proxy of yours transparent, or do you have to configure each application (say firefox) to use it?

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