cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Java debug

Former Member
0 Kudos

Hello,

I wrote a webservice using the wizard in NWDS. After testing my service i am facing the problem that the response is empty. To define the problem i started debug the service using the "remote java application" debug function in NWDS. Everything works fine till the end of my business methode of my bean. When the return statement should be given the nwds askes for the source of "...LocalHomeObjectImpl0"

The response is still null, and in general i/the webAS can work with webservices.

So does anyone have an idea where the problem is??

Thanks in advance,

regards,

Rene

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

So I solved the problem.

after analyzing almost everything i realized that the generated wsdl file didn't correspond with the data model of my web service. But even deleting the VI and create a new one wasn't successful. So i started again and now everything is fine. But i don't know why...

so does anyone of you have a idea??

best regards,

Rene