-
Bug
-
Resolution: Done
-
Major
-
None
-
None
$ ant -Dtest=org.jboss.test.webservice.marshalltest.MarshallDocLiteralTestCase one-test
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header/>
<env:Body>
<ns1:echoString xmlns:ns1='http://org.jboss.webservice/marshalltest-doclit/types' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<String_1/>
</ns1:echoString>
</env:Body>
</env:Envelope>
2005-06-24 14:10:53,425 DEBUG [org.jboss.ws.jaxrpc.encoding.JAXBDeserializer] deserialized: org.jboss.test.webservice.marshalltest.MarshallDocServiceInterface_echoString_RequestStruct
2005-06-24 14:10:53,425 DEBUG [org.jboss.ws.soap.SOAPContentElement] objectValue: org.jboss.test.webservice.marshalltest.MarshallDocServiceInterface_echoString_RequestStruct
2005-06-24 14:10:53,425 DEBUG [org.jboss.ws.jaxrpc.ParameterWrapping] unwrapRequestParameters: org.jboss.test.webservice.marshalltest.MarshallDocServiceInterface_echoString_RequestStruct
2005-06-24 14:10:53,425 DEBUG [org.jboss.ws.jaxrpc.ParameterWrapping] getString_1: null
The request structure should contain an empty string in property String_1
- blocks
-
JBWS-169 Pass the webservice testsuite
- Closed