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

Hi All

I am wondering how to call a webMethods Service from a java service I am writing in Developer.
I have done this before but cannot remember how!
Can someone provide a sample snippet of code of how this is done?

Thanks in advance.

Use Service.doInvoke(nameSpace, serviceName, pipelineIData );

Cheers
Guna

ya u can use doInvoke service provided by WM
For details of usage u can go through IntegrationserverBISReference guide for ur reference. Hope this may solve ur problem