Hi Everyone,

 

I'm testing my web service with a simple client. When I invoke my client, I got the following. Does anybody know what might have caused this?

I can get the WSDL of my service via http://hostname:port/axis/services/MyService?WSDL.

 

What does it mean and how can I debug this?

 

Thank you very much,

 

Jie

 

 

Error: ; nested exception is:

        org.xml.sax.SAXException: Bad envelope tag:  html

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: org.xml.sax.SAXException: Bad envelope tag:  html

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace:org.xml.sax.SAXException: Bad envelope tag:  html

        at org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:70)

        at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1048)

        at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

        at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)

        at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)

        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)

        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at javax.xml.parsers.SAXParser.parse(SAXParser.java:345)

        at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)

        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)

        at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)

        at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)

        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)

        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)

        at org.apache.axis.client.Call.invoke(Call.java:2748)

        at org.apache.axis.client.Call.invoke(Call.java:2424)

        at org.apache.axis.client.Call.invoke(Call.java:2347)

        at org.apache.axis.client.Call.invoke(Call.java:1804)

        at com.entriq.device.mcsws.DeviceInfoSoapStub.getDeviceInfo(DeviceInfoSoapStub.java:103)

        at Test.main(Test.java:11)

 

        {http://xml.apache.org/axis/}hostname:mdev1.entriq.net

 

Reply via email to