5 Replies Latest reply on Jul 20, 2011 11:52 AM by asoldano

    AS 7.1.0 does not seem to be processing my webservices annotations

    vimalkansal

      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.

       

      Thx

       

      Vimal