Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-304

Unmarshalling of empty string property in complex type

XMLWordPrintable

      $ 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

            olubyans@redhat.com Alexey Loubyansky
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: