Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.2
-
None
-
tried on both Ubuntu 9.04 and CentOS 5.3,
java 6
Description
web service client de-serializes org.w3c.dom.Document with extra <return> tags.
i.e. result of getExampleDocument() should be <node>test</node> but the client gets <return><node>test</node><return>
The message that server sends is
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns1:getExampleDocumentResponse xmlns:ns1="http://cxftest.org/">
<return><node>test</node></return></ns1:getExampleDocumentResponse>
</soap:Body></soap:Envelope>