I have been trying to send a request through soapui and I always keep getting the following error message:
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>Failed to process SOAP request. SOAP body not in UTF-16.</faultstring>
<detail>
<wsdl_ops:error>Failed to process SOAP request. SOAP body not in UTF-16.</wsdl_ops:error>
</detail>
</soap:Fault>
Has anyone run into the same issue before?