cancel
Showing results for 
Search instead for 
Did you mean: 

Integrate Standalone Proxy into EJB-Module

Former Member
0 Kudos

Hello,

I want to integrate a webservice-call into a standalone EJB-Method.

Therefore I have created a standalone proxy DC and added public parts of type "assembly" and of type "compilation".

After creating a DC of type EJB-Module I reference the standalone proxy as used dc in my new EJB-Module project.

I CAN build the new EJB-Module DC. However when I look at the generated jar-file, the classes of the standalone proxy ARE NOT included.

Therefore (after generating a DC of Type EAR-Project) the deployment process returns with an error as referenced classes of the webservice proxy cannot be loaded. All EJB-Classes are included

in the EAR-File, but classes of the standalone proxy are missing.

Does anybody know in which way have to reference the webservice libraries (=the webservice standalone-proxy) so that they are included in my EJB-JAR-File?

PS: I don't want to replace the standalone proxy by a deployable proxy, if that is possible!

Thanks for your help!

Andreas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As I could not find a solution with a standalone proxy, i have implemented a deployable proxy,

Greetings,

Andreas

Boris-Mohr
Advisor
Advisor
0 Kudos

Hi Andreas,

here a link for more information:

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/87/5305adc23540b8ac7bce08dbe96bd5/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/87/5305adc23540b8ac7bce08dbe96bd5/frameset.htm</a>

Regards,

Boris