Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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