At 13:59 12/12/2002 -0500, you wrote:



Hi,



I have a simple session bean that I would like to deploy as a web service. The bean deploys fine, and passes my client unit tests. I have a web-service.xml file in a wsr with the following structure:

tamalemqadmin.wsr/

META-INF/

web-service.xml



I am running jboss4.0.0alpha on jdk1.4.1. When I start jboss, it gives me a confirmation that the wsr is deployed. However, when I point my browser to <http://localhost:8080/jboss-net/servlet/AxisServlet>http://localhost:8080/jboss-net/servlet/AxisServlet I get the error listed below.



Can anyone see where my mistake is?

Thanks,

fawce
Fawce,

a silly question, but does jboss-net come up ok when you go to http://localhost:8080/jboss-net/index.html?

Does the basic work ok? in other words.

Assuming that it does, then go through the tutorial, which I see you tried in your email to the jboss-dev list. It should work, if you have everything else set up ok. I assumes that you're using jboss-4.0 alpha, which I see you are.

The other thing is that you should be able to go to your resource and get it's wsdl file once it's deployed, to find if you've called the right service, etc. That would be:
http://localhost:8080/jboss-net/services/<servicename>?wsdl


cheers,

Bruce

Dr. Bruce Scharlau
Dept. of Computing Science
University of Aberdeen
Aberdeen AB24 3UE
01224 272193
http://www.csd.abdn.ac.uk/~bscharla
mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Reply via email to