Cannot create bottom up web service in Eclipse using JBossWS
Bobby Anderson
Ranch Hand
Joined: Oct 28, 2008
Posts: 114
posted
0
So far I have been able to:
1. create a 'dynamic web project in eclipse' named 'WSTutorial' 2. create a new java class called 'Hello.java' 3. inside Hello.java write a simple web service as follows @WebService public class Hello { @WebMethod public String sayHello(String name) { return "Hello " + name; } } 4. Now I want to use eclipse to publish the web service to jboss and create a WSDL file. So I select New -> Other -> Web Service. If I choose jbossWS and hit next I get an error saying "Could not load class, did you specify a valid classpath."
Again I am still looking for a good UP TO DATE tutorial using eclipse and JBOSS if anyone has seen one or has done this in the past please help.
Billy
Bobby Anderson
Ranch Hand
Joined: Oct 28, 2008
Posts: 114
posted
0
Anyone out there been able to use eclipse to do this? I am still very stuck, and I have found nothing with hours of searching the web.
Thanks in advance.
Billy
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Cannot create bottom up web service in Eclipse using JBossWS