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 trace soap request and response webservice call

  • 1.  How to trace soap request and response webservice call

    Posted Wed December 18, 2019 12:22 PM

    Hello,

    I make soap calls with SoapUI and I would like to trace incoming and outgoing frame (request and response).
    What is the best way to do it on webMethods? is it necessary to develop a framework for that, is there a native way of the product to do it or no?

    Thanks and regards


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to trace soap request and response webservice call

    Posted Wed December 18, 2019 05:59 PM

    There is no OOB. But I believe you can Develop a framework and log the IB/OB messages (success/failures) as per your monitoring requirements.

    BTW, what is your IS version?

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: How to trace soap request and response webservice call

    Posted Wed December 18, 2019 06:42 PM

    There are many loggers in the IS. You just have to find out which is/are responsible for logging the web service communication, and set it to “trace”. Chances are good then that you’ll see everything you need.


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to trace soap request and response webservice call

    Posted Wed December 18, 2019 10:32 PM

    Under IS server logger, there are few subsystems you may enable to TRACE depending on your needs:

    HTTP Header
    HTTP Request
    HTTP Response
    SOAP


    #webMethods
    #Integration-Server-and-ESB