Sun Java System Web Server 7.0 Update 4 Developer's Guide to Java Web Applications

ProcedureTo Create Web Services from a WSDL file

  1. Use wsimport to generate portable artifacts.

  2. Implement the service endpoint.

  3. Package the WSDL file, schema documents, web.xml, sun-jaxws.xml, service endpoint interface and implementation class, value types, and generated classes, if any, into a WAR file.

  4. Deploy the WAR file to a web container.