posted 14 years ago
Hi. I have a web service that uses SSL running a Glassfish application server.
Its web.xml looks like this:
Now, when I create a client for this web service and generate the client-stubs with Eclipse's "New Web Service Client" wizard, there is no problem.
However, when I do this with wsimport using the following Ant-file:
the code generation is successful, but when I try to do a web service call I get this exception:
I also made the web method in the web service write a message to standard output when it is called, but the method doesn't even seem to be called!
What am I doing wrong?