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
  • 1.  webservice acknowledgement

    Posted Mon January 06, 2014 03:18 PM

    How to get an webservice acknowledgement from client when client invokes a webservice on IS? This is like a 3 way communication between client and Server.


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: webservice acknowledgement

    Posted Mon January 06, 2014 11:50 PM

    When you get the output of web service without error means you invoke it successfully, no need 3 ways communication.


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: webservice acknowledgement

    Posted Tue January 07, 2014 10:19 AM


  • 4.  RE: webservice acknowledgement

    Posted Tue January 07, 2014 12:13 PM

    Hi Wang/rmg

    Thanks for your reply.

    But here webMethods act as provider where client invokes our webservice.
    How can we know that webservice is invoked successfully?? as webMethods will acts as provider we will not get response from client.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: webservice acknowledgement

    Posted Tue January 07, 2014 09:33 PM

    If the web service is not invoked successfully, you will get the error message from error log. Or you can use try/catch block to catch the exception when the service is failed and then do some customized handling, for example log it and send notification mail.

    And, the handling method above still can’t guarantee you control all the phases of service invoke, maybe the request is not received because some network issue, the client will get an error, and you get nothing.


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: webservice acknowledgement

    Posted Wed January 08, 2014 02:33 AM

    To get only acknowledgment when client invokes webservice successfully, try to call “smtp” service end of try of block with your own message…You will get mail notification in success case


    #Integration-Server-and-ESB
    #webMethods