To complete the implementation of a Java bean, follow these steps:
Inspect the remote interface template, portType_RI.java, where portType is the name of the <wsdl:portType> element in the WSDL file. If necessary, modify the template.
Inspect the home interface template, portTypeHome.java. If necessary, modify the template.
Edit the implementation template, bindingImpl.java, where binding is the name of the <wsdl:binding> element in the WSDL file.
Compile the Java classes.
Assemble a Web archive (WAR) file. See Assemble your application for instructions on assembling applications. Include all of the classes that the WSDL2Java command generates.