Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHi,
It seems that the <data contentType="application/xml; charset=utf-8" contentLength="857"> <![CDATA[ is not in the responseContent. So there is probably another method that needs to be called to get the full response from what I can see posted so far.
Replace def content = submit.response.responseContent with String content = new String (submit.response.getRawResponseBody()) in the code snippet I previously posted and see if that makes a difference.
Attach project if that still doesn't work.
Regards,
Marcus
SmartBear Support
It seems that the <data contentType="application/xml; charset=utf-8" contentLength="857"> <![CDATA[ is not in the responseContent. So there is probably another method that needs to be called to get the full response from what I can see posted so far.
Replace def content = submit.response.responseContent with String content = new String (submit.response.getRawResponseBody()) in the code snippet I previously posted and see if that makes a difference.
Attach project if that still doesn't work.
Regards,
Marcus
SmartBear Support