Operating Systems: i5/OS
Personalize the table of contents and search results
Assembling Web services applications
You can assemble Java-based Web services applications using assembly
tools.
You can assemble Java-based Web services modules with assembly tools provided with WebSphere Application Server.
Overview
This task provides information about what you need to assemble
a Web service and in what order you should assemble the parts, for example
an enterprise archive (EAR) file. Assembling a Web service is done after you
develop the application and configure the deployment descriptors.
Assemble
Web services applications by following the actions in the steps for this task
section.
Procedure
- Start an assembly tool. See "Starting
WebSphere Application Server Toolkit" in the Application Server Toolkit documentation
for more information.
- Assemble a Web
services-enabled enterprise bean JAR file into an EAR file.
- (Optional) Enable
the EAR file. When the EAR file contains enterprise JavaBeans
(EJB) modules, it must have the Web services endpoint WAR file
added with the endptEnabler command-line tool or an assembly tool before
deployment.
- Assemble
a Web services-enabled WAR file into an EAR file.
Results
You have a Web services-enabled EAR file that you can deploy into
WebSphere Application Server.
What to do next
Now you need to deploy
the Web services-enabled EAR file into WebSphere Application Server.
}
Configuring the webservices.xml deployment descriptor
Configuring the webservices.xml deployment descriptor for handler classes
Configuring the ibm-webservices-bnd.xmi deployment descriptor
Assembling a JAR file that is enabled for Web services from an enterprise
bean
Assembling a Web services-enabled enterprise bean JAR file from a WSDL
file
Assembling a WAR file that is enabled for Web services from Java code
Assembling a Web services-enabled WAR file from a WSDL file
Assembling an enterprise bean JAR file into an EAR file
Assembling a Web services-enabled WAR into an EAR file
Enabling an EAR file for Web services
Related tasks
Assembling a Web services-enabled client JAR file into an EAR file
Assembling a JAR file that is enabled for Web services from an enterprise
bean
Assembling a Web services-enabled enterprise bean JAR file from a WSDL
file
Assembling a WAR file that is enabled for Web services from Java code
Assembling a Web services-enabled WAR file from a WSDL file
Deploying Web services applications onto application servers
Related Reference
Web services enabled module - deployment descriptor settings (ibm-webservices-bnd.xmi
file)
|