users@glassfish.java.net

Re: webservice not visible in admin console

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Mon, 02 Oct 2006 08:12:16 -0700

Is there a web.xml ? If so, what is the version and is it a 109 based
service ?

vijay

Ed Mooney wrote:
> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>