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.  Viewing soap request and response

    Posted Wed July 06, 2011 09:30 AM

    Hi all,

    is there a way to view the exact soap request (that comes in) and soap response (that goes out) in webMethods? So before it parses the soap request into the document type…

    How are you all monitoring soap requests and responses?

    Best regards,
    Bosarro


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Viewing soap request and response

    Posted Wed July 06, 2011 10:40 AM

    Following properties logs the soap request / response to the logs

    watt.server.SoapRPC.debug=true
    watt.server.SoapRPC.verbose=true


    #webMethods
    #API-Management
    #soa


  • 3.  RE: Viewing soap request and response

    Posted Wed July 06, 2011 12:44 PM

    Thanks Shahid

    I already added watt.server.SoapRPC.debug=true, but that is not working. Adding also property watt.server.SoapRPC.verbose=true helped.


    #API-Management
    #soa
    #webMethods


  • 4.  RE: Viewing soap request and response

    Posted Mon July 11, 2011 10:42 AM

    watt.server.SoapRPC.debug=true
    watt.server.SoapRPC.trace=true
    watt.server.SoapRPC.verbose=true
    watt.server.WSDL.debug=true

    Try adding these…

    –Shaik


    #API-Management
    #soa
    #webMethods