Please send the updated file to soap-dev and I'll check and commit it. Sanjiva.
----- Original Message ----- From: "Paul Klinker" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 8:54 PM Subject: Submitting code change. > 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