cancel
Showing results for 
Search instead for 
Did you mean: 

SAP and J2EE server application

Former Member
0 Kudos

How can we develop an integration solution with SAP and J2EE server application,what are the different adapters we can use at J2EE server application side?do we have to write java proxies?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

if programming is okay you may also use create a WebService client / server and communicate with XI per HTTP(S).

Regards,

Kai

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

>

> How can we develop an integration solution with SAP and J2EE server application,what are the different adapters we can use at J2EE server application side?do we have to write java proxies?

>

> Thanks

depends on your requirement.

If it is R3, and you end up updating R3 tables then the choice is to go for ABAP proxy else as mentioned earlier, java proxy will be the solution

Former Member
0 Kudos

yes.. java proxies is the choice on the J2ee side.. you can also develop Java webservice client and use soap adapter

with SAP, u can either go or RFC adapter or Abap proxies.