How to get text/plain type while reading the message in Parasoft.
Hi, I am using parasoft soatest. I'm trying to write a message with MIME type as text/plain with the input contains tag, I want to read the message in text format. But I can able to read message only xml format. Parasoft is formatting what is being read from queue. The attributes given in the input get altered while reading and getting in XML format. How to get the same text type while reading the message? Is there any settings to change for getting text/plain file while reading in Parasoft.
Best Answer
-
Parasoft is formatting what is being read from queue
By default, SOAtest automatically formats XML and JSON messages shown in the Traffic Viewer, Diff Tool, and Edit tools. You can disable this behavior under "Parasoft > Preferences > Misc > Auto Beautify".
Tool outputs like "Response Traffic" will always have the original message. For example, if you want to validate the message as Text then you can chain a Diff tool with "Diff mode" set to "Text" instead of "XML".
1
Answers
-
Thank you! It works.
0