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