BasmaL
4 years agoNew Contributor
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