hi all
i have a little problem.
i'm developping a service with soap/xml. i have an apache web server with tomcat on
2000 os.
i have set the environment correctly.
http://localhost:8080/soap/servlet/rpcrouter and
http://localhost:8080/soap/servlet/messagerouter displays the correct message how soap
documentation say.
i'm writing the classic hello world web service. i have write the service with java. i
have deploy the service with the browser url
http://localhost:8080/soap/admin/index.html. in the list i see the service.
i have added the path, /demo1, to my classpath but when i call the service, the result
is this:
invoke service
URL= http://localhost:8080/soap/servlet/rpcrouter
URN =urn:demo1:exchange
Fault= SOAP-ENV:Server.Exception:, java.lang.NoSuchMethodError
cha you help me?
federico