cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE application to SAP communication

Former Member
0 Kudos

hi

Presently we are working on an Application " J2ee integration

with SAP. The requirement is , we need to store the data from J2EE

application to SAP and then get back the data from SAP to J2EE Application .

Now we need the system requirements for this Application. for example,

A<----


>B

Let us assume, A is a client machine, in which j2ee application

is running and this j2ee application needs to communicate with B(SAP Server)

for store/retrieve the data.

1) What are softwares need have at client machine ( like SAP Netweaver, SAP

Client)

2) what are softwares need to have at server machine( like SAP server)

3) what are Access permission needs to have to communicate between them.

Thanks and Regards

sasi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

best thing wud be exposing the Outbound Interface as WebService and make u r System A to call those.

u can generate WebService from ID : Sender SOAP Adapter.

u r endpoint here would be SAP System

url would be

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

rgds

srini

prateek
Active Contributor
0 Kudos

Are u using XI as middleware here?

If yes, u can configure ur client as SOAP client to send the SOAP message to XI which will forward message to SAP server in form of RFC or ABAP proxy.

U may also configure Java Proxy to ABAP proxy scenario.

Regards,

Prateek