cancel
Showing results for 
Search instead for 
Did you mean: 

encodingStyle attribute in message to Web Service

Former Member
0 Kudos

Hello,

I am trying to configure my XI SOAP adapter to include the attribute "encodingStyle" in the body of the SOAP message sent to a web service, like so:

<ns1:getInfo xmlns:ns1="webservice" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">

<ID xsi:type="xsd:string">S</ID>

<ID2 xsi:type="xsd:string">123456789</ID2>

<localVendorId xsi:type="xsd:string">A</localVendorId>

</ns1:getInfo>

Right now the payload of the message matches what the web service is expecting, except for that SOAP-ENV:encodingStyle attribute.

How can I configure the adapter to do this?

Thanks,

Andrew

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Andrew,

You need XSLT Mapping to achieve it . Read

raj.