I have looked in this forum and have not found a real solution.
Currently, the documenToXMLString will produce the string below….
<?xml version="1.0" encoding="UTF-8"?>
1
TCCS.SAP_CCR
I want it to produce one long string as follows:
<?xml version="1.0" encoding="UTF-8"?> 1TCCS.SAP_CCR
However…
if you have multi-levels in the XML…where the tags are indented…several levels…
using string replace is not a good option…
I have to replace the following with ><
<
<
<
<
…
when we use the documentToXMLString…
it basically adds a lot of white space and doubles the string size it generates.
The find string above does not show up correctly…
< with 1 space char
< with 2 space char
< with 3 space char
etc.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB