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