Axis problem
843833Feb 6 2006 — edited Dec 21 2007I have installed axis and checked as per http://ws.apache.org/axis/java/install.html it is giving the desired results till testing the JWS end point .
http://localhost:7001/axis/services/Version?method=getVersion
but while accessing a JWS Endpoint I am getting the following exception
<?xml version="1.0" encoding="UTF-8" ?>
- <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 null</faultstring>
- <detail>
<ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">pc-svraman-in</ns2:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope
I tried with a new sample application but I am getting the same exception
AxisFault
faultCode: {http://xml.apache.org/axis/}Server.NoService
faultSubcode:
faultString: The AXIS engine could not find a target service to invoke! target
Service is null
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:pc-svraman-in
The AXIS engine could not find a target service to invoke! targetService is nul
l
at org.apache.axis.message.SOAPFaultBuilder.createFault()V(SOAPFaultBuil
der.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(Ljava.lang.String
;Ljava.lang.String;Lorg.apache.axis.encoding.DeserializationContext;)V(SOAPFault
Builder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(Ljava.lang
.String;Ljava.lang.String;Ljava.lang.String;)V(DeserializationContext.java:1087)
at weblogic.apache.xerces.parsers.AbstractSAXParser.endElement(Lweblogic
.apache.xerces.xni.QName;Lweblogic.apache.xerces.xni.Augmentations;)V(AbstractSA
XParser.java:585)
at weblogic.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(Lwebl
Any one can help ?
Thanks
Suneesh