cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping Basics

Former Member
0 Kudos

New to the XI field... Can Someone help me with Java Mapping Basics...

How to do Java Mapping in XI from start to finish with step-by-step instructions....

Some simple sample examples....for getting a clear idea....

Thanks...

Accepted Solutions (1)

Accepted Solutions (1)

sunilchandra007
Active Contributor
0 Kudos

Hi,

You can go thru the following links:-

1. Java Mapping secrets revealed

2. Implementing a Java Mapping in SAP PI

3. Java Mapping

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/content.htm

For more exposure , u can refer .....

Regards,

Chandra

Answers (3)

Answers (3)

former_member187563
Contributor
0 Kudos
Former Member
0 Kudos

Refer this Blog also : [Using JAXP to both parse and emit XML in XI Java mapping programs|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4143] [original link is broken] [original link is broken] [original link is broken];

If you are comfortable in DOM and SAX then your Java Mapping in XI is done

Basically we use JAXP - Java API's for XML, it provides all classes, interfaces and methods to transform one XML format to another.

Thanks

Farooq

agasthuri_doss
Active Contributor
0 Kudos