Forum Discussion

spjoshi's avatar
spjoshi
Visitor
9 years ago

faultstring xml:lang="en">a non-numeric character was found where a numeric was expected

Hi,

I am new to SoapUI.

I am testing a wsdl and getting this error.

 

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header/><env:Body><env:Fault xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>ns0:Server</faultcode><faultstring xml:lang="en">a non-numeric character was found where a numeric was expected
ORA-06512 </faultstring></env:Fault></env:Body></env:Envelope>

 

Can I get some help diagnosing the error?

 

Thanks!

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    Try to validate your request before hitting the web service.

    To do the same, you can right click in the request editor, and select validate or use key combinations Alt+v and then fix the errors in the request.

    Error message is at least clearly says what the problem is.