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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]