 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
claudio Guest
|
Posted: Wed Jun 22, 2005 4:45 pm Post subject: axis |
|
|
Ciao a tutti
ho un problema con la configurazione di tomcat e axis
ho installato la cartella axis sotto webapp
copiato il parser Xerces2: xercesImpl.jar
sotto webapp/axis/WEB-INF/lib;
ho creato questo file jws in: webapp/axis
public class HelloWorldService {
private final static String sGreeting = "Hello World!" ;
public String getMessage() {
return(sGreeting) ;
}
}
ma quando faccio la richiesta
http://localhost:8080/axis/HelloWorldService.jws
mi risponde così:
There is a Web Service here
<-----Qui ci dovrebbe essere
il messaggio Hello World!
Click to see the WSDL
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|