Forum Discussion

BasmaL's avatar
BasmaL
New Contributor
4 years ago
Solved

display data in my post request at soapui

please, I start in soapui and I look for the command to execute in the script of my "Rest MockService" to display the data sent when I call my request.
for the moment I only have the message "HTTP/1.1 200 OK" which confirms that my data has arrived.

  • Hi Richie, thank u for ur response 🙂 , but i finally find the solution. this is the command i was looking for "log.info(mockRequest.getRequestContent())".

    cheers

2 Replies

  • richie's avatar
    richie
    Community Hero
    Hey BasmaL

    Im sorry, im struggling to understand what the problem is.

    Could you add some screenshots and a bit more info as to what the problem is please?

    Cheers

    Rich
    • BasmaL's avatar
      BasmaL
      New Contributor

      Hi Richie, thank u for ur response 🙂 , but i finally find the solution. this is the command i was looking for "log.info(mockRequest.getRequestContent())".

      cheers