Hello,
I have posted a similar problem before but it did not any response any way and the situatuion had changed slightly:
I am trying to deploy a webservice on
tomcat that implements some axis wsdl2java work. However when I try to launch the code it gives the following error in the line when I create an instance of auto-generated ServiceStub.:
The funny thing is that I am using
Maven for building the project. And when maven compiles it it runs a
TEST and everything is doing fine there - no errors. Tried to look for the solution on google but ended with no results. Can any one help?