When I try to build a project in SoapUI and the input WSDL has this tag at the top –
“<?xml version="1.0" encoding="IBM037"?>” - it will not load.
So I tried removing the encoding or trying utf-8:
“<?xml version="1.0"?>” or “<?xml version="1.0" encoding="utf-8"?>”
The SoapUI project loads, the request is sent, but I get this error:
“Error getting response;javax.net.ssl.SSLException:Unrecognized SSL message,plaintext connection?” .
This makes sense, the end-point software is returning a response encoded IBM037 and I am expecting text.
I don't know how to load the WSDL.