cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS and generate java proxy

Former Member
0 Kudos

Hi all,

I have genereated the ABAP proxy in my landscape and now my requirement is i want to generate the java proxy also. i searched in SDN and but the exact thing i am not getting and also i confused with the use of netweaver developer studio interms of proxy related. So my question is that.

1.What is the use of NWDS in java proxy and how i want link that to My PI system.

2. What thing i need to do for java proxy in basis perspective.

Thanks and Regards

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1.What is the use of NWDS in java proxy and how i want link that to My PI system.

Java Proxy is to be generated from Integration Builder.

You will be generating Java Proxy in Message Interface. Then have to create EJB Module Project with NWDS to make sure that the generated proxies are recognized as EJB source files. Also you need to assign the the library files to your Java project. These all things are possible with NWDS.

Thus NWDS is having important roles...in configuring the Java Proxy

The developer studio automatically recognizes the generated files follow the EJB convention and provides them under the node EJB Candidates. You need to add them to the EJB description file ejb-jar.xml.

You should assign a JNDI name in the ejb-j2ee-engine.xml. You need this name to call the Java Proxies.

2. What thing i need to do for java proxy in basis perspective.

-->

The Java proxy runtime is part of the XI J2EE Adapter Framework. Though the Adapter Framework is part of the XI/PI installation, it was strongly advised to not deploy any application code in the XI system. You need to install a non-central Adapter Framework. Follow the installation guide for the J2EE Adapter Framework for further information.

To compile the Java proxy source code you have to apply several libraries, which you will find on your non-central Adapter Framework installation:

aii_proxy_xirt.jar -


C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\com.sap.aii.proxy.xiruntime

aii_msg_runtime.jar -


C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\com.sap.aii.messaging.runtime

aii_utilxi_misc.jar -


C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\com.sap.xi.util.misc

guidgenerator.jar -


C:\usr\sap\J2E\JC00\j2ee\cluster\server0\bin\ext\com.sap.guid

Thanks

Swarup

Former Member
0 Kudos

Thanks swarup, Its was damn useful for me

1.Now my question is that I installed NWDS to my tech team. Apart from installing what are the post activities i need to do for connecting to the Integration builder. Could you explain detaily the same

2.Regarding the non central adpater framework.

This option is only for Java proxy usage or it have any other features apart from this. Because i am currently working in sandbox. Here i didnt install non centrl adapter framwork.

how should i want to proceed?. Do you have idea on this?

Regards

Vijay

stefan_grube
Active Contributor
0 Kudos

Check this guide:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd2...

You need not link the NWDS to the Repository. For test purpose you can use the J2EE engine of the PI system.

Regards

Stefan

Answers (0)