cancel
Showing results for 
Search instead for 
Did you mean: 

java code for calling xslt mapping in module?

Former Member
0 Kudos

Hi,

We have 2 mapping(xslt) in IR

source->cannonical and cannonical->target

we want to remove source->cannonical mapping and want to put that in MODULE of communication channel.

My problem is how to call xslt mapping using java code and we done value mapping their. Did that vallumapping will work in module..

waiting for responce..its an urgent task..

thanq

krishna

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

You can use the MessageTransformBean to run the XSLT in the adapter framework:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3823 [original link is broken] [original link is broken] [original link is broken]

I do not know, if the value mapping works here. Maybe you just give a try.

Regards

Stefan