users@glassfish.java.net

webservice not visible in admin console

From: Ed Mooney <Ed.Mooney_at_Sun.COM>
Date: Mon, 02 Oct 2006 11:10:14 -0400

I've deployed this webservice to GF v9.1 b18:

@WebService(name = "IBaseDataTypesDocLitB", targetNamespace =
"http://tempuri.org/")
@SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
public class BaseDataTypesDocLitB implements IBaseDataTypesDocLitB { ... };

The webservice works, but doesn't show up in the admin console. Any ideas?

   -- Ed