SOAP header getting appended

Hi,
We are using IS v 9.10, in our application we are framing the header and trailer soap tags around the data and sending the SOAP message through HTTP call. code is working fine in lower environments, whereas in PROD it’s not. In PROD, we see the header and trailer some details got append.

We did the trace log enabled and in which during the HTTP Post we are not seeing this entry where we noticed this data in gateway. Below are the details getting added:

<soap:Envelope xmlns:soap’; ’
<*Actual SOAP DATA>

Kindly let me know is there any setting or extended settings needs to be updated/added ? Appreciate your help.

Regards,
Hari

Hi Sam,

Please check the values for the below enxtended settings and compare them between each environment.
This can be because of the version missmatch of the remote system as well. But if you compare the below values I believe you will find the reason,

watt.server.SoapRPC.checkHeaders
    watt.server.SOAP.addEmptyHeader
    watt.server.SOAP.generateNilTags
    watt.server.SoapRPC.checkHeaders

Cheers
Onur