I have a client posting to Weblogic 6.1 server with
the help of Apache SOAP 2.2 SOAP messaging. The
posting works fine if the contents of the SOAP message
is small. But when the contents of SOAP reached more
than 11KB, the following error occurs:
Error: Failed to open XML document. Failed to retr
Sanjiva,
The proxy is specified in the same way as the authentication
information. The flag is -proxy and the parameters follow separated by
a ":". E.g. java ... [-proxy host:port] url ...
The proxy flag does not need the auth flag. If the auth flag is present
the proxy flag must not precede
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
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 ho