Hi,

I'm using Jaxb2Marshaller to marshall/unmarshall requests/responses.
I'm testing my WS using soapUI.

I noticed that all the Strings marshalled from the SOAP requests start with 3 illegal characters of type BOM (byte order marks).

Why is it happening? And what is the standard way to clean-up these characters?

Thanks!