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

Question on BPM and webservices

  • 1.  Question on BPM and webservices

    Posted Mon February 01, 2010 09:52 AM

    Hi All,

    I understand a business process model can be triggered by three ways… by publishing broker docs, JMS triggered processes and by simple service. I have a question on how would i handle if first step in process is webservice call i.e. provider webservice…is there a way process gets triggered when client calls the webservice?

    Appreciate any ideas/suggestions


    #BPM
    #webMethods-BPMS
    #webMethods


  • 2.  RE: Question on BPM and webservices

    Posted Mon February 01, 2010 06:15 PM

    Process model can be invoked from the Webservice call as well, which is your question as well.

    For example, the IS service u hosted as provider thorugh a WS-connetor, provide in the implementation tab of ur process step. So when customer will call this service through Webservice invocation… your process model will be trigger.


    #BPM
    #webMethods-BPMS
    #webMethods


  • 3.  RE: Question on BPM and webservices

    Posted Mon February 01, 2010 11:42 PM

    Also your webservice will excute a flow/java service, on which you can get the docType and publish it to broker to start a a process subcribed to it.

    In the SoapResponse just include some “queued” message :smiley:

    Cheers.


    #webMethods-BPMS
    #webMethods
    #BPM