cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

in Web AS there is a RFC-Engine service that enables ABAP programmers using session beans via RFC.

I´v found some information how to use this feature writing a Enterprise Portal service.

Is there also a description how to publish a "normal" session bean (not a portal service) as RFC method?

Thanks in advance

Helmut

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

I solved this problem. The error was in the JCo library reference in the application deployment descriptor. It has to be com.sap.mw.jco instead of com.sap.mw.sapjco

Thomas