SOAP message reply broken
-------------------------
Key: XFIRE-1017
URL: http://jira.codehaus.org/browse/XFIRE-1017
Project: XFire
Issue Type: Bug
Components: JAXB 2.0
Affects Versions: 1.2.6
Reporter: Filippo Carone
Assignee: Dan Diephouse
Priority: Critical
Attachments: services.wsdl, soapBrokenReply.txt
Hi,
something really weird happens on replies done by xfire managed webservices.
Given the attached wsdl, when I call the searchCurves method I expect a list of
curve as reply, but after each element of the array, a soap tag is closed:
<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>
<ns1:searchCurvesResponse xmlns:ns1="http://xdm.openmindonline.it">
<ns1:out>
<curve ..> </curve>
<ns1:out>
<curve ...></curve>
</ns1:searchCurvesResponse>
<curve ...></curve>
</soap:Body>
<curve ...></curve>
</soap:Envelope>
<curve ...></curve>
...
instead of having all the curves inside the <ns1:out> tag.
The complete webservice reply is attached too.
--
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