I have a simple web service using JAX-RPC running on JBoss 4.0.5. I have setup the service to make the web server think it is dealing with a servlet (recommended way for handling JAX-RPC). When I use Eclipse's Web Service Explorer for testing the service, I receive this error on the server:
JBoss.org has been no help! Any help/suggestions from here on this issue would be greatly appreciated.
Well, personally for me, the easiest way for me to create Web Services is with EJB3 and @WebService @WebMethod, and then deploy in JBoss, go to the URL that will give me the soap and URL location for invocation, and use a tool like soapUI to test it out.