cancel
Showing results for 
Search instead for 
Did you mean: 

Exposing EJB as a WS from SAP PI

Former Member
0 Kudos

Hi Experts,

How will we go about exposing an EJB as a weservice from within PI (7.1).

We do not want to do it through the NWDS - webservice wizard but through PI itself.

One line of thought is to import as an archive and call from a UDF.

But in that case how to implement a synchronous call to the EJB, also the input parameters being large in number, what would be the best way to implement this?

Any help on this will be highly appreciated.

Thanks and regards

Divya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello.

You can call the EJB local interface from a Java mapping class.

For the invocation of the EJB see my wiki article:

http://wiki.sdn.sap.com/wiki/display/stage/SapNetweaverProcessIntegration.CallEjb3.0methodfromJavaclassmappingPI7.1

(SapNetweaver Process Integration. Call Ejb 3.0 method from Java class mapping PI 7.1 )

Greetings