cancel
Showing results for 
Search instead for 
Did you mean: 

Java to SAP

Former Member
0 Kudos

Hello XI Gurus

I need to integrate Java to SAP using XI in Synchronous mode.

Pls let me know the different approaches and also examples, if any

Regards

MD

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If Hi,

Java : Use Soap Adapter ( Sender)

SOAP : RFC/ABAP Proxy ( Synchronous)

Step1 :

Using RFC :

Import RFC in IR

Step 2:

Create the DT,MT & MI(Synch-Outbound) in IR( Java)

Step 3:

Message mapping for Req and response

Step 4:

Message Interface

Step 5:

ID

Configure Sender and receiver adapter

Step 6:

.

Create webservice for sender ( Integration Directory ->tools ->define webservice.

It will generate the webservice and save it as .wsl file.

Step 7:

Use the wsdl file in java to send the data to XI from Java

Do some programing in java.

" Award points if helpful"

Regards,

Jayasimha Jangam

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

If Your JAVA Application is Web based application, you can expose it as Webservice.

JAVA People will pick the data from Dbase using their application and will send the data to XI by using our XI Details like Message Interface and Data type structure and all.

So we can Use SOAP Adapter or HTTP in XI..

If you use HTTP for sending the data to XI means there is no need of Adapter also. why because HTTP sits on ABAP Stack and can directly communicate with the XI Integration Server Directly

If you are dealing with the Webservice and SAP Applications means check this

Regards

Seshagiri

Former Member
0 Kudos

Hi,

In addition to Ujjwal

pls refer the doc for - How To Work with XI 3.0 Java Proxies

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b0...

Hope it helps.

Thanks,

kumar.

former_member187563
Contributor
0 Kudos