How to invoke a webMethods Service from a Java Service in Developer?
[Link] (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 [Link]
Now we can use any method related to class you are importing in java service.