Hello All,
I have a scenario:
I have a Java code in which we first check the Payload and then put that Payload in
file system. Then we load a a file and we match the criteria in the file according to which we do transformation. From file we takes out the following information:
1) To
2) From
3) Message Type
4) Number of Tranformation
Suppose there are 3 transformation
Then this java code find which Stylesheet to apply for which transformation and call the stlysheet and do the transformation. And after every transformation we call a code that writes a output of the transformation on the file system and give this output to other stylesheet also.
Now i want to use this code in PI using Java Mapping So can anyone explain how to do this using Java Mapping.
Thanks and Regards
Hemant
Edited by: hemant gupta on Apr 15, 2009 12:05 PM