Forum Discussion

ebrown's avatar
14 years ago

Soapui Response Error The string "" is not a valid AllXsd va

here's the response after submitting a req.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Sender</soap:Value>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Server was unable to read request. ---> There is an error in XML document (9, 228). ---> The string '' is not a valid AllXsd value.</soap:Text>
</soap:Reason>
<soap:Detail/>
</soap:Fault>
</soap:Body>
</soap:Envelope>

Yet I can save this as an xml and open it in IE without any format issues. So it is a valid xml format.

1 Reply

  • The error is indicating that you supplied a non-supported characters, which is in your case: "" =empty blank vlaue, as one of the parameters of the function in the "Request". Which one, I can not know because i dont see the request.
    best,