jmtjmt
6 years agoNew Contributor
Prevent Byte-Order Mark (BOM) from prepending attachments
Hello all, I am new to SoapUI and web services in general... So I am grateful for any advice you can offer in advance.
I am working on trying to emulate SOAP messages from a black box client ...
- 6 years ago
Are you sure that SoapUI is adding it - it's not in the XML file you're attaching?
You could try opening the XML file in something like Notepad++ or Visual Studio Code:
- In Notepad++, choose "Encode in UTF-8 without BOM" from the Encoding menu, then save.
- In Code, press Ctrl-Shift-P and type Change File Encoding. Then Save With Encoding, and choose UTF-8 (as opposed to UTF-8 with BOM).