Hi Everybody.
I'm a Student and I'm trying to migrate my WSs from Tmcat+Axis to JBoss+JBossWS (for the WS-S implementation)
I have read the user guide but I'm still having problems with the basic deploy operation.
In Axis if I wanted to deploy a basic class like
package miopackage;
public class SalutoWS {
public String saluto(String nome) {
return "Ciao "+nome+"!";
}
}Errata Corrige[:/b]
"regi.qwerty" wrote:
...I'm trying to migrate my WSs from Tmcat+Axis to Tomcat+JBossWS (for the WS-S implementation)