BA_Service_Haus
13 years agoRegular Contributor
soapUI Mock: Encodings are removed from schema files
Hi,
when I created and ran a mock in soapUI Pro (4.6.0), I found that soapUI is changing the schema files.
It removes the encoding (UTF8), so I got problems with some special german characters (like ä, ö or ü).
This is, what the file started with before it was loaded to soapUI:
This is, what soapUI returned in the mock:
Why is this done?
Will this be fixed in one of the next versions?
Best regards
Nico
Btw: The encoding of the WSDL-File wasn't removed by soapUI.
when I created and ran a mock in soapUI Pro (4.6.0), I found that soapUI is changing the schema files.
It removes the encoding (UTF8), so I got problems with some special german characters (like ä, ö or ü).
This is, what the file started with before it was loaded to soapUI:
<?xml version="1.0" encoding="UTF-8"?>
This is, what soapUI returned in the mock:
<?xml version="1.0"?>
Why is this done?
Will this be fixed in one of the next versions?
Best regards
Nico
Btw: The encoding of the WSDL-File wasn't removed by soapUI.