dev@glassfish.java.net

are web services in ejb-jars working?

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Thu, 19 Mar 2009 16:54:40 -0700

I have a simple echo method on a stateless session bean.

I created a web service that calls the method

All packaged in an ejb jar.

after I deploy the jar onto v3, I cannot seem to get to the service...

   ... can't get the wsdl ... can't get the tester to fire up

But i may be doing it wrong, too.

NetBeans is trying to use
http://localhost:8080/NewWebServiceService/NewWebService?wsdl to get the
WSDL.

A similar URL was able to get the wsdl of a WS implemented in a web app...

I am using promoted build 41...

Thanks,
vbk