Now that you have generated your application artifacts, you need to assemble these artifacts to create an enterprise archive (EAR) file that is used in the Web services application.
You can assemble Java-based Web services modules with assembly tools provided with WebSphere Application Server.
Assemble the client code and artifacts that enable the application client to access a Web service with steps provided:
WEB-INF/MANIFEST.MF WEB-INF/web.xml WEB-INF/wsdl/AddressBook.wsdl WEB-INF/AddressBook_mapping.xml WEB-INF/ibm-webservicesclient-ext.xmi (optional) WEB-INF/ibm-webservicesclient-bnd.xmi com/ibm/websphere/samples/webservices/addr/Address.class com/ibm/websphere/samples/webservices/addr/AddressBook.class com/ibm/websphere/samples/webservices/addr/AddressBookClient.class com/ibm/websphere/samples/webservices/addr/AddressBookService.class ...other generated classes...
META-INF/MANIFEST.MF AddressBookWeb.war META-INF/application.xml
Configure the client deployment descriptor . Now that you have assembled the client module, you need to configure the bindings so that the client can communicate with a Web service that is deployed on a server.
In this information ...Related concepts
Related tasks
Related reference
| IBM Redbooks, demos, education, and more |