Hi,
I am trying to deploy a very simple webservice :
@WebService
public class Time {
@WebMethod(operationName="timeOfDay")
public String sayHello(String name){
return "Hello "+name;
}
}
I don't see AS 7.1.0 Alpha processing the annotations and deploying the
webservice.I am using standalone-preview.xml
Thx
Vimal
Show replies by date