while going through tutorials of JAXWS i have read that wsgen can be used to generate the Articrafts required for a Web service developed using JAX WS Approach .
an anybody please let me know what does the term Articrafts related to ? and what role they will be playing in a JAX WS Web service ??
Hi!
The artifacts generated by wsgen includes a WSDL, JAXB wrapper classes, exception classes.
Try the Ant-script I enclosed as answer to your other question and see for yourself!
Best wishes!