cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of a Java Project with SAP using XI 2.0

Former Member
0 Kudos

Hi,

I want to integrate one project written in Java with SAP Using XI 2.0 . The data from Java Project will be given in the XML file and the data needs to be posted in SAP .

Also PO data from SAp should be given in XML , which Java Software will read filter it and Update its database.

Can anybody practically guide me as to how should I go about implementing it .

Thanks in Advance.

Sanjana

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

another way to do this, is the using of the plain-HTTP-adapter. You simply send your XML via HTTP to the Integration Server and get the answer from the HTTP-Response.

http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm

You only need a few lines of code in your java-application. It works fine with XI2.0 and XI3.0.

regards,

Ralf

Former Member
0 Kudos

Suryakant & Sanjana :

Step 1: Create web service using Java (EJBs) and consume this web service in SAP XI.

Step 2: PO data from SAP

Step 2.i:

In XI 2.0 you cannot expose RFC as a web service

so what you need to do is create a EJB project to call RFC

using JCO and then expose this EJB project as web service.

Step 2.ii:

Consume the web service created in step 2.i into XI.

Step 2.iii:

In XI expose then expose this as web service.

Step 2.iv:

consume the web service created in step 2.iv using Java Application.

PKK.

Former Member
0 Kudos

hi Praveen ,

Thanks for your response

I would be of great help if you could give us some tutorial which can show us how to integrate SAP and Java Application using SAP XI 2.0

Thnaks in Advance

Sanjana & Suryakant

Former Member
0 Kudos

Suryakant,

Did you ever got the examples you asked for?

I am starting a similar integration project, and I am looking for the same information you was looking for.

Rgds,

Jan

Former Member
0 Kudos

Suryakant,

What exactly do you mean by a java project ? An application or Java code ?

Former Member
0 Kudos

I mean a java Application .

CAn u give me one sample tutorial on integration of Java Application and SAP using SAP XI 2.0

Thanks in advance

Sanjana & Suryakant