Axis Fault - axis (401)Unauthorized

Posted by jani on Stack Overflow See other posts from Stack Overflow or by jani
Published on 2010-02-26T04:38:52Z Indexed on 2010/03/19 0:51 UTC
Read the original article Hit count: 1714

Filed under:
|
|

Hi all,

I am trying to create a simple axis web service.

I am using axis 1.2.1, JDK 6, Weblogic.

Everything seems to be fine except invoking the web service.

When I try to invoke the service it gives me an 'Unautherized' error.

Any ideas of what am I doing wrong?

Thanks in advance

AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (401)Unauthorized faultActor: faultNode: faultDetail: {}:return code: 401

{http://xml.apache.org/axis/}HttpErrorCode:401

(401)Unauthorized at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2765) at org.apache.axis.client.Call.invoke(Call.java:2748) at org.apache.axis.client.Call.invoke(Call.java:2424) at org.apache.axis.client.Call.invoke(Call.java:2347) at org.apache.axis.client.Call.invoke(Call.java:1804)

© Stack Overflow or respective owner

Related posts about axis

Related posts about weblogic