Hi
The default encoding of HTTP payloads will typically be UTF-8. If the target server returns BOM at the start of the UTF-8 encoded sequence and we have a read failure then it is most likely a DOM4J read failure. Looks like we need to open a TESB issue and to investigate how BOM-prefixed sequences can be parsed.
Is the external server configurable somehow so that does not return BOM ?
I was referring to the other post where a BOM is returned as part of the XML response, and BOM is only available in UTF payloads, right ?
In this particular case do you have a JSON payload with a BOM prefix ? Or XML payload with a BOM prefix ?
Sergey