I'm using the Echo mode to access an xml for a REST service. The xml pasted fine and I could see the whole xml in the Echo. But the Echo Response returned split the data up at the occurrence of "[", making the returned data even much longer. Worse, it truncated the data at line 2030.
As a result of this, I am getting: codeIncorrect format. Please verify sample response data and try again./code message and cannot complete or access the RESt service.
Is there a workaround for this limitation?