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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to invoke a webMethods Service from a Java Service in Developer

    Posted 09/29/09 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 09/29/09 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 10/01/09 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