Forum Discussion
SmartBear_Suppo
Alumni
13 years agoHello Nico,
I've created a project in SoapUI using your wsdl files in the ticket you created.
Encodings are not associated with schema or wsdl files. It is used in the xml file.
If you add the xml header manually <?xml version="1.0" encoding="UTF-8"?> to the response in the mock service, upon running the mock service you will see the xml header. Also the response will display the german characters correctly. I will attach the project with my modification in the ticket and send it to you.
Regards,
Marcus
SmartBear Support
I've created a project in SoapUI using your wsdl files in the ticket you created.
- open a browser and navigate to the wsdl => you will see that the encoding is still defined in the 1st line
- now open any of the imported schema files (node name "import") => now you will see, that the encoding is missing in the first line
Encodings are not associated with schema or wsdl files. It is used in the xml file.
If you add the xml header manually <?xml version="1.0" encoding="UTF-8"?> to the response in the mock service, upon running the mock service you will see the xml header. Also the response will display the german characters correctly. I will attach the project with my modification in the ticket and send it to you.
Regards,
Marcus
SmartBear Support