RAJASELVAM MARIMUTHU created CXF-6226:
-----------------------------------------
Summary: Outbound soap response XML is not loading properly. Its
working fine WAS 7, but its not working properly in WAS 8.5.5
Key: CXF-6226
URL: https://issues.apache.org/jira/browse/CXF-6226
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Environment: I am using Apache CXF (2.2.6) web Service with Spring
Framework (3.2.11). Its running in WAS server Windows Environment
Reporter: RAJASELVAM MARIMUTHU
Fix For: NeedMoreInfo
Detail Description:
Its working fine WAS 7, but its not working properly in WAS 8.5.5
The below is the outbound response XMLs for your ref. If you see output from
WAS 8.5.X its not populating some of the portion (messageHeader & messageError)
WAS 7 & 8 Response XML Output The below outbound response XMLs I received when
I call it from SOAP UI. If you see the Message Header & Message Error tag is
not populating in WAS 8.5.5. Even I don't see any error in the log files (
SystemOut & application log ).
WAS 7 Output Response XML:
------------------------------------------
<ns2:PalletDataResponse xmlns:ns2="http://wm6interface.customer.com/">
<return>
<messageHeader>
<msgId>1111111</msgId>
<msgType>PalletDataResponse</msgType>
<transCode>NEW</transCode>
<msgTime>2015-01-23T12:06:30.738-05:00</msgTime>
<sender>HOST</sender>
<receiver>WM6</receiver>
<warehouseId>240</warehouseId>
<version>1.0</version>
</messageHeader>
<messageError>
<code>1002</code>
<message>Invalid code date format</message>
</messageError>
<tuId>1111111</tuId>
<destinationId>0</destinationId>
</return>
</ns2:PalletDataResponse>
WAS 8.5.5 Output Response XML:
--------------------------------------------
<a:PalletDataResponse xmlns:a="http://wm6interface.customer.com/">
<return>
<tuId>1111111</tuId>
<destinationId>0</destinationId>
</return>
</a:PalletDataResponse>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)