posted 15 years ago
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