You are on page 1of 1

How to invoke a webMethods Service from a Java Service in Developer?

Service.doInvoke (nameSpace, serviceName, pipelineIData );

Importing and referencing an external java class in wM java service

Just put your external jar file in your appropriate custom package/code/jars and then import your
package with class name in shared tab.
For example testPackage.TestClass
Now we can use any method related to class you are importing in java service.

You might also like