You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Fe...@thomson.com on 2006/01/26 12:11:40 UTC

No way to use webservice through proxy server

Hello,

1. First, the connection was to a service via HTTPS, the proxy
apparently does all the crypto
and the client raises an exception because it can't understand a plain
text response.

2. To avoid this, I tried connecting via HTTP. Now it seems the proxy
removes the basic authentication header
sent by the client, as it gets an error "Authentication required" from
the server.

I imagine there's nothing Axis can do about 2, but what about fixing 1?
1 is the right way to connect anyway.

I am using 1.2 Final

Thanks