users@jax-ws.java.net

Re: [users_at_jax-ws.dev.java.net] wsimport wsgen help please

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Tue, 20 Mar 2007 12:53:59 -0700

> First, am I doing this correctly wsdl -> wsimport -> sei -> wsgen?
>
You do not require wsgen when starting from wsdl. wsdl-->wsimport-->sei

Just implement the SEI, and create the war file

sun-jaxws.xml
web.xml
WEB-INF/classes (all the generated artifacts+your impl)
WEB-INF/wsdl (contains all the wsdl and schema docs)

If you have questions, post again. The doce to create web service when
starting from a wsdl is here

https://jax-ws.dev.java.net/nonav/2.1/docs/UsersGuide.html#3.1.2_Starting_from_a_WSDL_File

Jitu