Hi folks,
we have a R/3 -> XI -> 3rd party scenario, where the XI -> 3rd party communication is an access to a web service. This web service provider requires the messages to be sent to be unindented, meaning, there cannot be whitespaces, carrier return or line feed caracters between the xml tags.
But even if the input message in XI is unindented, XI indents it per default, and the inbound SOAP message payload is always indented.
Can anyone help me to set XI to not to indent automatically the messages?