cancel
Showing results for 
Search instead for 
Did you mean: 

Custom body XML from SOAP request

Former Member
0 Kudos

Hi,

I want to change the only the XML body from my request to an external WS.

I am sending this XML body that is generated by the mapping in PI:

And I want to send a XML body like:

Or like:

How I can do this?

I am thinking in the use of XSLT, Java or ABAP mapping but I don't know if it is possible or how are the correct way.

Thanks

 

Jose L.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You can achieve this via any mapping. IMO, XSL mapping is simplest solution. You might search SCN for XSL mapping for the custom soap message.

Answers (2)

Answers (2)

Former Member
0 Kudos

abap mapping will also work good in above example

Former Member
0 Kudos

Hi.

You can use Java Mapping.

Regards.