| Author |
axis : No operation name specified!
|
Stefan Geelen
Ranch Hand
Joined: Nov 19, 2001
Posts: 49
|
|
I checked the internet and there were some posts of people having the same problem but none the answer The problem comes up with following method exposed as webservice: public String getContextPath() { return this.getServletContext().toString(); } and defined in the services.xml as: When genering the client stubs using wsdl2java I get following warning: Is this normal behavior ? Anyone some idea how to solve this ? Thanks
|
 |
Stefan Geelen
Ranch Hand
Joined: Nov 19, 2001
Posts: 49
|
|
Me again, adding a parameter to the method solves the problem, so it becomes: I added the dummy parameter. I get another error but that seems that the webservice cannot extend HttpService. I'll remove that one, giving me another problem that I'll discuss in another topic.
|
 |
 |
|
|
subject: axis : No operation name specified!
|
|
|