IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.

 View Only
Expand all | Collapse all

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

  • 1.  How to invoke a webMethods Service from a Java Service in Developer

    Posted Tue September 29, 2009 11:48 AM

    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.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: How to invoke a webMethods Service from a Java Service in Developer

    Posted Tue September 29, 2009 02:01 PM

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

    Cheers
    Guna


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: How to invoke a webMethods Service from a Java Service in Developer

    Posted Thu October 01, 2009 08:41 AM

    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


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB