Lists and Arrays return types are not correctly marshalled.
-----------------------------------------------------------

                 Key: XFIRE-908
                 URL: http://jira.codehaus.org/browse/XFIRE-908
             Project: XFire
          Issue Type: Bug
          Components: JAXB 2.0
         Environment: JAXB 2.0
Document/Literal
            Reporter: Tom Lambrechts
         Assigned To: Dan Diephouse


The following operation return type is not marshalled correctly

public List<MyObject> getObjectList();

is marshalled as

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soap:Body>
      <getObjectArrayResponse xmlns="http://list.xfire.ws.soa.util.telindus.be";>
         <out>
            <MyObject>
               <out>
                  <description>description</description>
               </out>
            </MyObject>
         </out>
      </getObjectArrayResponse>
   </soap:Body>
</soap:Envelope>

Where MyObject is a XMLType.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to