I can get the response xml using Groovy script. I need to get the request XML since I need to add 'assertion script' to my soap ui testing.
I am using the following code to get the response xml
def response = new XmlHolder(messageExchange.responseContentAsXml)
But I am not sure how to get the request xml of SOAPUI. Can anyone please help me in getting the request xml of SOPAUI?