William, Jason
you don't need to follow a specific naming convention like
annotatedWinstonWebServiceImp, I've named my beans all sort of things
but have now taken to calling the impl classes something appropriate to
the business functionality say businessNameBean/businessNameAgent as
they are typically accessed by other business beans / web services and
annotated the webservice interface businessNameWebService and specified
the serviceName="businessNameWebService" in the impls @WebService()
annotation so the impl's bean name isn't used by default.
one thing that bugs me at the moment is my web services are being
exposed with a url
http://host:port/rootCtx/services/services/MyWebService
i.e. a doubling up of 'services'. I'll compare servlet mapping in
web.xml youve posted.
Rgds
Cameron
