IBM i Global

IBM i 

A space for professionals working with IBM’s integrated OS for Power systems to exchange ideas, ask questions, and share expertise on topics like RPG and COBOL development, application modernization, open source integration, system administration, and business continuity.


#Power


#IBMi
#Power
 View Only

Soap response showing incorrect character

  • 1.  Soap response showing incorrect character

    Posted Mon August 05, 2024 04:21 PM

    Hello,

    We are using IBM i system with version v7r4. We have Soap service deployed on production system using Websphere. In Service response we have one field Contract#. Testing soap request with SoapUi  and _XML request gives response where we can see Contract# is converted to Contract_, it is using Content-Type: application/soap+xml. 

    while on Model system service field is not getting parsed to Contract_ and still we see Contract#. Soap UI is showing Content-Type: text/xml. Not sure if Content type is causing any issue? or any other issue.

    Production :

    <CONTRACT_>50</CONTRACT_>

    Model:

     <CONTRACT#>50</CONTRACT#>

    Could you please help with this. Thank you! 



    ------------------------------
    Ujwala Kavathekar
    ------------------------------