| Author |
Error : Axis Engine Cudn't find the target
|
Yogesh Kumar Yadav
Greenhorn
Joined: Jan 09, 2010
Posts: 7
|
|
Hi ,
When I am trying to access a Web Service I am getting the following Error ...
- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <soapenv:Body>
- <soapenv:Fault>
<faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.NoService</faultcode>
<faultstring>The AXIS engine could not find a target service to invoke! targetService is RemoteService</faultstring>
+ <detail>
<ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">Yogesh Kumar</ns2:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
Can anyone explain me how to resolve this problem ??
Thanks,
Yogesh Kumar
|
 |
Kuldip Shetty
Ranch Hand
Joined: Jan 07, 2010
Posts: 37
|
|
Hi,
Verify the endpoint URL used by the Soap Client is correct.
Kuldip
|
 |
 |
|
|
subject: Error : Axis Engine Cudn't find the target
|
|
|