Forum Discussion

Anders_Gustavss's avatar
13 years ago

How to see incoming message in mock server?

I set up a SoapUI mock server and send messages to it. HTML monitoring doesn't seem to work this way, so I wonder if there is a way to see the exact message that arrives at the mock server?

/Anders

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi,

    The MockService has a Request Log, which logs all requests sent to it. Each request is logged as a single line, similar to the following:

    2011-08-31 13:34:05 - response time: 133ms (277 bytes)

    If you double-click one of these requests, a Message Viewer window will open up allowing you to inspect both the request and the result.

    Regards,
    Dain
    SmartBear Sweden