Yes, I am.

once I have implemented the following class, what else do I have to do in WebApplication page in order to publish the webservice unauthenticated. Thanks in advance. 

Class TEST.bs.Services.Service1 Extends EnsLib.SOAP.Service{

/// ---------------------------------------------------
Parameter ADAPTER = "EnsLib.SOAP.InboundAdapter";

/// ---------------------------------------------------
Parameter SERVICENAME = "PUsuario_seviceName";

Parameter LOCATION = "http://10.99.9.189:57772/csp/healthshare/service1";

/// ---------------------------------------------------
Parameter NAMESPACE = "http://Service1.br";

/// ---------------------------------------------------
Parameter USECLASSNAMESPACES = 1;