SOAP Request using Java

Posted by user224270 on Stack Overflow See other posts from Stack Overflow or by user224270
Published on 2010-05-25T20:39:12Z Indexed on 2010/05/25 20:41 UTC
Read the original article Hit count: 394

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about soap