cancel
Showing results for 
Search instead for 
Did you mean: 

How to Generate the proxy class

Former Member
0 Kudos

Hi All,

I have a requirement like this

How to generate a proxy class by giving a web-service

address.(for example if i give address lik this http://192.168.1.219:50000/Sample3SessionWS/Config1?wsdl,

it has to generate a proxy class for this webservice)

How is it possible.

thanks and regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guruvulu,

The following command is used to generate the classes from a WSDL file in java.

D:\java -cp axis.jar; commons-logging-1.0.4.jar; commons-discovery-0.2. Jar; saaj.jar; wsdl4j-1.5.1.jar; jaxrpc.jar org.apache.axis.wsdl.WSDL2Java D:\your.wsdl

Hope this will help you.

Thanks and Regards

Vishal Kumar

Former Member
0 Kudos

Hi

you find creation fo proxy in this sap help link

http://help.sap.com/saphelp_nw04/helpdata/en/81/12703e5da3e946e10000000a114084/content.htm

here it prvides a step by step of how to create a deployable or standalne proxy

diff between them is present in this link http://help.sap.com/saphelp_nw04/helpdata/en/45/f957507cb343f78e818c50620ed5ca/content.htm

Hope this helps. do not forget to reward points

regards

rajeshkr

Message was edited by: Rajesh K. R.