cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA CLIENT PROXY

Former Member
0 Kudos

Hi All,

I am working on java client proxies.

Can anybody give me step by step approach for creating application java class using proxy and bean classes generated from my outbound interfaces?

I want to create EJB module project and EAR project,I have created it using NWDS04,but I am getting error as it is not finding com.sap.aii.proxy.xiruntime.core.AbstractProxy this class.

Please help me to reolve this problem.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The EJB code that you write for creating client proxies uses many of the inbuilt JAVA classes...so it is dependent on those classes...you need to define these dependencies using an xml file ....... 'application-j2ee-engine.xml'.

you can find more information on this at

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc21...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7e...

Former Member
0 Kudos

Hi Shweta,

>><i>but I am getting error as it is not finding com.sap.aii.proxy.xiruntime.core.AbstractProxy this class</i>

You need to include set of jar files for Java Proxy.

The required jar for com.sap.aii.proxy.xiruntime.core.AbstractProxy class is aii_proxy_xirt.jar

Regards,

Uma

Former Member
0 Kudos
bhavesh_kantilal
Active Contributor
0 Kudos