cancel
Showing results for 
Search instead for 
Did you mean: 

Executing Java mapping for SAP XI using eclipse.

Former Member
0 Kudos

Hi Experts,

I want to create a java mapping for XI scenario in Eclipse IDE.

Actually I need to import some jar files to get the following packages

import com.sap.aii.mapping.api.*;

import com.sap.engine.lib.xml.util.*;

Can anybody tell me, where can I get these packages so that I can test my java mapping.

Regards,

Shri

Accepted Solutions (0)

Answers (1)

Answers (1)

deviprasad_pothireddy
Active Participant
0 Kudos

Hi Shripad,

for location of jar files:->

Ref : michal weblogs Frequently asked question.

How to write java mapping and test->

Ref: Stefan weblog How test simple java mapping.

Before putting a forum, first go for search.

Regards,

Deviprasad.

Former Member
0 Kudos

Hi Devi,

I have written a code and gone thro' the bolgs as well they dont fulfill my needs, just want to find the location from where I can find a jar files. Anyway I can search them on my own.

Regards,

Shri

stefan_grube
Active Contributor
0 Kudos

You need aii_map_api.jar and sapxmltoolkit.jar

The first you have to search on your XI system, the second you find in the developer studio, but you can take that from the XI system too.

Regards

Stefan

Former Member
0 Kudos

Thank you Stefan.

I got them in my XI system only and I executed the program as well.

Thank you