cancel
Showing results for 
Search instead for 
Did you mean: 

jar file for package - com.sap.engine.services.webservices

former_member200339
Participant
0 Kudos

Dear PI Community,

I am writing a class where i am using the package com.sap.engine.services.webservices.

Please let me know the corresponding jar file and from where i will download it.

Thanks and Regards,

Rana Brata De

Accepted Solutions (0)

Answers (1)

Answers (1)

vadimklimov
Active Contributor
0 Kudos

Hello Rana,

What actual classes/interfaces do you need from that package/subpackages?

In general, you can start from checking the JAR file located at /usr/sap/<SID>/<instance>/j2ee/cluster/bin/ext/webservices_lib/lib/private/sap.com~tc~je~webservices_lib~impl.jar , but if you provide classes/interfaces names that you wish to use, it can be checked if they all are contained in the given JAR file.

Regards,

Vadim