sowmya
13 years agoNew Contributor
Error in SOAP response
Hi,
I am testing the wsdl using soap ui4.5.1 tool i am finding the below response error.I have to get response from database and i am using mysql driver to connect this.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring xml:lang="en">java.lang.NullPointerException</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
In HTTP log- Tue Mar 19 12:31:28 IST 2013:DEBUG:<< "HTTP/1.1 500 Internal Server Error[\r][\n]"
getting this error.
Soap log in eclipse- Tue Mar 19 11:59:41 IST 2013:DEBUG:runInUIThreadAsync: asyncExec com.eviware.soapui.eclipse.EclipseSoapUIDesktop$ModelItemDesktopPanelOpener
How i have to clear this errors and how i have to test in soap.
Thanks in advance and waiting for the solution, please help to solve this error.
Regards
sowmya
I am testing the wsdl using soap ui4.5.1 tool i am finding the below response error.I have to get response from database and i am using mysql driver to connect this.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring xml:lang="en">java.lang.NullPointerException</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
In HTTP log- Tue Mar 19 12:31:28 IST 2013:DEBUG:<< "HTTP/1.1 500 Internal Server Error[\r][\n]"
getting this error.
Soap log in eclipse- Tue Mar 19 11:59:41 IST 2013:DEBUG:runInUIThreadAsync: asyncExec com.eviware.soapui.eclipse.EclipseSoapUIDesktop$ModelItemDesktopPanelOpener
How i have to clear this errors and how i have to test in soap.
Thanks in advance and waiting for the solution, please help to solve this error.
Regards
sowmya