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 "Kumar, Amit {PBSG}" <am...@pbsg.com> on 2007/07/25 22:24:26 UTC

HTTP error in Axis client

Hi,

I am new to Axis. I am running into an issue while invoking a webservice from an Axis client. The webservice is deployed and running. I have verified the endpoint URL. The webservice is not getting hit from the client. Both webservice and the client are running on the same machine.

Below is the error message.

Thanks in advance.

best regards
amit


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

(404)404 
	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:2784)
	at org.apache.axis.client.Call.invoke(Call.java:2767)
	at org.apache.axis.client.Call.invoke(Call.java:1910)
	at webserviceCall.main(webserviceCall.java:82)


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: HTTP error in Axis client

Posted by Georgi Yonchev <g....@bers-soft.com>.
Kumar, Amit {PBSG} wrote:
> Hi,
>
> I am new to Axis. I am running into an issue while invoking a webservice from an Axis client. The webservice is deployed and running. I have verified the endpoint URL. The webservice is not getting hit from the client. Both webservice and the client are running on the same machine.
>
> Below is the error message.
>
> Thanks in advance.
>
> best regards
> amit
>
>
>  faultCode: {http://xml.apache.org/axis/}HTTP
>  faultSubcode: 
>  faultString: (404)404 
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> 	{}:return code:  404
> 	{http://xml.apache.org/axis/}HttpErrorCode:404
>
> (404)404 
> 	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:2784)
> 	at org.apache.axis.client.Call.invoke(Call.java:2767)
> 	at org.apache.axis.client.Call.invoke(Call.java:1910)
> 	at webserviceCall.main(webserviceCall.java:82)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>   
Hi Amit,
http error code 404 means - not found
may be you missed up something in the verification of the endpoint ?! :)

George

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org