I am curious about the HTTP implementation provided with Apache SOAP, as I
need to go through a proxy server.

Browsing the net I saw an article which pointed out the following isssues
with the HTTP implementation provided with Apache SOAP V2.0

- No Proxy/Socks support.
(If you need to use a http proxy or socks server to reach the server then it
won't work. Assumption is client can directly open a socket to the server.)

- HTTP Security support missing.
- HTTP/SSL support with certificate based authentication is missing (only
support standard HTTP, no SSL)
- No cookie support.
- It opens a new socket for every RPC.


Can somebody let me know if SOAP 2.2 or 2.3 has Proxy/Socks support? This is
the main concern I have. If not then presumably I must implement my own Http
Transport class?

thanks, Joe.



--
To unsubscribe, e-mail:   <mailto:soap-user-unsubscribe@;xml.apache.org>
For additional commands, e-mail: <mailto:soap-user-help@;xml.apache.org>

Reply via email to