using plain XML responder without pretty print when sending the response
I notice this while using the plain XML Response on the response. The XML message is pretty printed ( broken down to element line by line). Is there a way to have them in one line removing spaces or carriage return below sending the message out?
Comments
-
Hi,
What mode is the input in? Is this Form Input, Form XML, or Literal? In Literal View there right-click option to "Compact" which will put all the XML on a single line.
0 -
Form Input and Form XML have a "Beautify" option on the right-click menu. So, make sure it is not selected.
Please note that some views (Event Details) may show the "beautified" (pretty-printed) version of messages for readability, regardless of how they were actually sent over-the-wire.
0 -
thanks, it works disabling the beautify option in the form xml.
0