I have a Java Desktop Application project created in NetBeans 6.7
and I created a simple Java application and wrote a webservice client. and it works fine.
Now I right click the Java Desktop Application project node and add new 'web service client' and in the WSDL URL: I provide the same link that I used for plain Java application but I am getting the following
Error message: 'Problem with downloading wsdl or schema file
Check the URL,proxy setting or whether the server is
running'
So my question is can I not add a 'web service client' to the Java Desktop Application that I created?
If so how do I use the webservice results in my desktop application?
Any help will be greatly appreciated.