cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI EJB Adapters

Former Member
0 Kudos

Hi experts,

I have a quick question regarding the means of communication between SAP XI and J2EE EJB systems. Is anyone able to advise how SAP systems typically interact with EJBs?

Also, does XI have any adapters that can be used to facilitate interaction between EJBs and XI?

Any help would be greatly appreciated. Thanks!

Regards,

Lionel

Accepted Solutions (1)

Accepted Solutions (1)

agasthuri_doss
Active Contributor
0 Kudos

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You could use MDBs (message driven beans) and connect them with JMS adapter.

Or you provide a web service as mediator between the EJB and XI.

Regards

Stefan

Former Member
0 Kudos

Hi Lionel,

No there is no adapter which can communicate with RMI protocol(which EJBs works with).

But there is one XI adapter from iWAY

"CORBA ADAPTER". Please go through this link.

https://websmp205.sap-ag.de/~sapidb/011000358700009396312004E#CORBA

RMI-IIOP protocol itself is a part of CORBA.

So the EJB which can work with RMI-IIOP should work with this protocol.

Regards,

Piyush