How to make a java service using .jar file

Hi,

I am working with webMethods 7.x. This is the first time I am trying to make a javaservice. I have been provided with a java class file which takes in A as input and returns an encrypted B. How do I use this java class file to make a java servcie in webMethods? I am not well versed with java.

Please help.

Thanks
Shilpa

Put the jar here:
/your/path/for/IntegrationServer/packages/YourPackage/code/jars/yourJar.jar

Import the jar in your java flow service. Instantiate the class in the java flow service.

Java flow service info can be found here:
[url]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite7/Developer/7-1-1_Developer_Users_Guide.pdf[/url] page 310

Thanks jrod… My Java Service is now working…