Is there a way to change the format of xml that webMethods sends? I have both TN and the setResponse method (in flow) sending a xml documents to a TP in “pretty print” format (the format with indentations and carraige returns), but they would like it all in one line. It seems that this formatting is extracted from the developer so I’m not sure if it can be changed.
Before I get flamed, I have read all documentation and it doesn’t seem to be addressed. I understand that both formats are legal xml (and I’d prefer to send it in “pretty”) and that the TP’s system should handle all forms of legal xml. However, they are having technology limitations on their systems and I’m not in a position to tell them to fix their own problem. So, their lack of a decent xml parser becomes my problem.
Example formats:
pretty print
value
desired format
value
Any help is appreciated.
Thanks
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services