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
------------------------------