faultstring xml:lang="en">a non-numeric character was found where a numeric was expected
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2016
05:22 AM
03-28-2016
05:22 AM
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2016
11:11 AM
03-28-2016
11:11 AM
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.
Regards,
Rao.
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.
Regards,
Rao.
