ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzamy_5.4.0.1/50/webserv/wsassem.htm

39 lines
2.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Assemble Web services</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h2><a name="wsassem"></a>Assemble Web services</h2>
<p>Before you can deploy your Web services application, you must <em>assemble</em> (or package) the application. If you are using a development tool such as WebSphere Development Studio Client for iSeries, the tool automatically performs much of the assembly process for you. You need only specify any necessary assembly properties. You can then export your application EAR file for deployment. See your product documentation for more information.</p>
<p>You can also manually assemble your Web services application with command-line tools.</p>
<p>See the following topics for information about packaging your Web services application into a WAR or JAR file:</p>
<blockquote>
<p><strong><a href="wsassemprop.htm">Web services assembly properties</a> (Version 5.0.2 or later)</strong>
<br>See this topic for a list of assembly properties for Web services applications.</p>
<p><strong><a href="wsassemwar.htm">Assemble a WAR file for your Web services application</a> (Version 5.0.2 or later)</strong>
<br>This topic describes how to package your Web services application into a Web archive (WAR) file. If you are using a development tool, such as WebSphere Development Studio Client for iSeries, that automatically creates a WAR file for you, you can skip this step.</p>
<p><strong><a href="wsassemclient.htm">Assemble a Web services client</a> (Version 5.0.2 or later)</strong>
<br>This topic describes how to assemble your Web services client application.</p>
</blockquote>
<p>Use the WebSphere Development Studio Client for iSeries (or other development tool) to assemble the Web services-enabled WAR file into an EAR file. The EAR file can contain Web applications (WAR files) and metadata that describes the applications (application.xml files).</p>
<p>For information on assembling SOAP Web services, see <a href="wssoapdc.htm">Deploy a programming component as a SOAP accessible Web service</a> (Versions 5.0 and 5.0.1 only)</p>
</body>
</html>