Forum Discussion

linabeb's avatar
linabeb
New Contributor
11 years ago

<faultstring xml:lang="en">java.lang.NullPointerException</

Hai All,
im kindda new in soap ui...i have been given a task to test a service(wsdl) using this soap ui.. when i test the service in web it does working because it returns all the xml in the browser but when i test in soapui after i insert some input it gives 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>

i need to settle it but i really dont know from where to begin with..
please do help me...
i have been searching for this topic but when i found they never post the solution if they have solved their problem..

your response n help is very important for me..thank you so much ^_^
  • nmrao's avatar
    nmrao
    Champion Level 3
    Please check with the service provide, it could be issue with service.
  • linabeb's avatar
    linabeb
    New Contributor
    ermmm...let me be honest...what do u mean by service provide??
    .. another thing is..im testing the service using the server port...but when im testing it using the localhost y does it say http status 404 ......my service is not in my project??
    by the way thanzzz 4 ur reply...appreciatee it 100000000000000000000000000001 %
    ^_^
  • nmrao's avatar
    nmrao
    Champion Level 3
    sorry it was a typo, i meant service provider. At times QA might testing it, not aware service implementation details. Better check with team who implemented the service.