cancel
Showing results for 
Search instead for 
Did you mean: 

Java proxy

Former Member
0 Kudos

Hello SDNers...!!!

Please tell Where in SAP Xi is the option

available to write code for java proxy.

please specify the path for that.

Thanx.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear Salman

J2EE proxies are created from IR as a .JAR file

from the interface description(WSDL) you can create java proxy.steps are as follows

1) to generate proxy for java application right click on the interface in the integration repository and chose java proxy generation>This launches a Wizard to start the generation process

2) specify if this is a new proxy or a regenerated proxy>if the interface is changed after a proxy has been generated , you must regenerate the proxy and recompile the generated java classes

3)select the SWCV that contains the interface to use as the basis of proxy generation

4) select the message interfaces to use as the basis for proxy generation

5) verify that the selected data are correct , if they are you can chose finish to generate the java classes or cancel to exit the wizard.

Thanks

Sandeep

kindly Reward points if helpful

Former Member
0 Kudos

Go through this.

Generating java proxies..

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

Former Member
0 Kudos