cancel
Showing results for 
Search instead for 
Did you mean: 

How to work with xsl

Former Member
0 Kudos

Hi

I have a scenario RFC -> RFC Adapter -> XI -> SOAP Adapter -> Web Service scenario.

What we see is that the external vendor wants the SOAP to be in "documet-literal wrapped" whereas XI is returning is as "document literal".

We dont want to change wsdl, the operation & soap body are going as two parts we want the soap body in operation,i think this can be achieved by xsl stylesheet,Can any one please brief us about xsl stylesheet as a second mapping step in interface maping.I dint work on xsl before......

Advance thanx for ur help

Sriram

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sriram,

I had this problem before in an identical scenario!

I fix it using XSLT extension (ABAP Engine). All I did was following the steps provided in the Robert Eijpe weblog /people/r.eijpe/blog/2005/11/04/using-abap-xslt-extensions-for-xi-mapping

In my case I didn’t need a second mapping, I did only one mapping between outbound and inbound interface.

Follow this tutorial; it helps you

Cheers,

Ricardo.

Former Member
0 Kudos

hi sriram,

check out the following link on xsl mapping:

http://help.sap.com/saphelp_nw04/helpdata/en/73/f61eea1741453eb8f794e150067930/frameset.htm

Regards,

Archana