cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice Standalone Proxy Jars

Former Member
0 Kudos

Hi,

does anybody know which jars to provide for a standalone client proxy and where these can be found?

Thank you in advance and kind regards,

Heiko

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Heiko!

Check out <a href="http://help.sap.com/saphelp_nw04s/helpdata/de/77/1484b9ecb98c41af4a01131d8d46d3/content.htm">Creating a Client Proxy</a>.

If you' ve additional questions, don' t hesitate to ask.

Regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

the dokumentation doesn't seem to mention the required jar files.

Cheers,

Heiko

former_member182372
Active Contributor
0 Kudos

Hi Heiko,

Jsut create "Standalone Proxy project" and you will see in "Properties"->"Java Build Path"->"Libraries" all required jars.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

I tried the suggest solution, and was not able to get a list of required libraries. Is there another way to discover which jar files need to be referenced and included in a standalone proxy client?

Former Member
0 Kudos

Hi William,

I have included the following libs in my classpath and it works:

activation.jar

boot.jar

exception.jar

iq-lib.jar

jaxm-api.jar

jaxrpc-api.jar

jnet.jar

jsse.jar

logging.jar

mail.jar

saaj-api.jar

sapxmltoolkit.jar

tc_sec_wssec_lib.jar

util.jar

webservices.jar

webservices_api.jar

webservices_lib.jar

Cheers,

Heiko