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.  java service

    Posted 10/10/07 11:16 AM

    hi,anybody can please explain how to use jave service using shared,give an example how to call from another service,i am relatively new to webMethods.
    thanks in advance.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: java service

    Posted 10/10/07 06:38 PM

    When calling from a FLOW service, simply invoke the Java service as you would any other service.

    If you’re trying to call a service from within a Java service, use the one of the doInvoke methods in the Service class defined in the IS Java API.

    You should also consider whether or not you really need to be writing a Java service. You may need to write Java, depending on the need, but chances are you probably can write a FLOW service instead of a Java service.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods