Top "Wsgen" questions

wsgen - Reads a web service endpoint implementation (SEI) class and generates all of the required artifacts for web service deployment, and invocation.

Unable to create JAXBContext creating my wsdl

I am trying to generate my WSDL for webservices but I get this error: Note: ap round: 2 Exception in thread "…

java web-services jax-ws wsgen
Any way to generate WSDL documentation from Javadoc with JAX-WS?

I'm hoping that an extension of some kind is available that does this (although I suppose that my hope is …

java documentation wsdl jax-ws wsgen
How to use javac to replace deprecated wsgen or apt in JDK 7 or 6?

When I use wsgen or apt to generate web service artifacts in JDK 7 with command. wsgen -s src -cp CLASS_…

jax-ws java-7 apt java-6 wsgen
apt vs wsgen vs wsimport .Confusion on what to use when and why not to use the other

I have been trying to write a web service (JAX-WS) and I have gone through a number of tutorials ranging …

web-services jax-ws wsimport apt wsgen