It seems to be a requirement in GlassFish that when deploying an
@WebServiceProvider along with an web.xml, that the <servlet-name> must
be equal to the fully qualified name of the provider class (i.e., the
class with the @WebServiceProvider annotation). Is that correct? Is
this a requirement specified anywhere in JSR-109 or JSR-181, because if
it is, I cannot find such a requirement.
Thanks for any insight on this.
-- Mark