-
Bug
-
Resolution: Done
-
Major
-
None
-
None
2005-09-02 19:05:23,348 DEBUG [org.jboss.ws.server.ServiceEndpoint] Incomming SOAPMessage
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:EchoDocumentRequest ID='myID' xmlns:ns1='http://marshalltestservice.org/types3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'/>
</env:Body>
</env:Envelope>
2005-09-02 19:05:24,440 DEBUG [org.jboss.ws.server.ServiceEndpoint] Outgoing SOAPMessage
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:EchoDocumentResponse ID='myID' xmlns:ns1='http://marshalltestservice.org/types3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'/>
</env:Body>
</env:Envelope>
ERROR: java.lang.NullPointerException
at com.sun.ts.tests.jaxrpc.ee.wsi.document.literal.marshalltest.Client.doDocumentTest(Client.java:2475)
at com.sun.ts.tests.jaxrpc.ee.wsi.document.literal.marshalltest.Client.MarshallComplexTypesTest(Client.java:1094)
Client:2475
if(!response.get_value().equals(stringValue))
{ TestUtil.logErr("Result mismatch in Document Value"); TestUtil.logErr("Expected: <" + stringValue + ">, Got: <" + response.get_value() + ">"); }