I made a simple web service that has 1 function that return string… and i have problem with authentication…
this is the message that Eclipse give me after i insert correct user name & pass :
-
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance”>
-
soapenv:Server.generalException
java.lang.NullPointerException
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
I can approach WSDL file,and Eclipse shows me the function name but when i click “go” it returns me this error… i tried everything…any help?