Hi 
I deployed a webservice und Axis1.1beta with the following configuration:

Apache 1.3.x -> via mod_jk->tomcat3.3.x->axis1.1beta

The webservice is protected with HTTP Basic Authorization.
When using HTTP Post everything works fine. A wrong password results
in a "HTTP 401 Unauthorized".

Axis offers also HTTP GET to access a webservice with a special
query string. This works fine with correct user and password,
but a wrong password results in a "HTTP 500 Internal Server Error",
when I would expect a "HTTP  401" as by the HTTP POST-Request.

The soap-Log says "faultCode: {http://xml.apache.org/axis/}Server.Unauthenticated";  

Is there a reason why the both methods behave differently when using
wrong login data?

Best regards
 Michael
-- 
Dipl.-Inform. Michael Konietzka  Schlund + Partner AG
- Development UNIX -             Erbprinzenstrasse 4-12
    Webservices                  D-76133 Karlsuhe
http://www.schlund.de/           Germany

Reply via email to