Hello, I want to reach an outside SOAP server from behind a firewall using ServiceManagerClient. This requires the use of a proxy but from what I can tell this is not possible using the ServiceManagerClient.
To this end I modified org.apache.soap.server.ServiceManagerClient to take a proxy host and port as optional input parameters. It will then use the proxy in the SOAPHTTPConnection. I tested it and I am now able to reach the outside server. How do I get this code added to the baseline? Thanks, Paul