I want to develop EJB (session bean) based JAX-WS Web services using the top-down approach (starting from WSDL).
I’m using GlassFish Enterprise App server with Metro 2.0 JAX-WS. I was able to successfully create POJO/Servlet based Web services from WSDL, and also generate WSDL from POJO.
However, MyEclipse 8.0 does not seem to provide an option to automatically generate a new EJB Web service from WSDL nor to create an Web service from an existing EJB. Is this capability something supported in MyEclilpse 8.0?
Would appreciate any guidance. Thank you.
Janet