You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2015/01/28 22:12:35 UTC

[jira] [Commented] (CXF-6226) Outbound soap response XML is not loading properly. Its working fine WAS 7, but its not working properly in WAS 8.5.5

    [ https://issues.apache.org/jira/browse/CXF-6226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295869#comment-14295869 ] 

Daniel Kulp commented on CXF-6226:
----------------------------------

This is likely due to a version of JAXB being picked up, but not really sure.  In anycase, this would need to be reproducible with a much more recent version of CXF before we'd spend any time on it.  Upgrade to 2.7.14 or 3.0.3 needs to be your first step.

> 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
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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)