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

34 lines
1.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>Develop a J2EE Web service based on an existing application</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><a name="wsdevj2app"></a>Develop a J2EE Web service based on an existing application</h3>
<ol>
<li><p>Access an existing Java bean Web archive (WAR)<!-- for Java beans --> file that you want to use as a Web service.</p></li>
<li><p><a href="wsdevsei.htm">Develop a service endpoint interface</a>.<br>
The service endpoint interface defines which methods should be made available as a Web service.</p></li>
<li><p><a href="wsdevwsdl.htm">Develop a Web Services Description Language (WSDL) file</a>.</p></li>
<li><p><a href="wsdevddtemp.htm">Develop Web service deployment descriptor templates from the WSDL file</a>.</p></li>
<li><p><a href="wsdevddweb.htm">Configure the webservices.xml deployment descriptor</a>.</p></li>
<li><p><a href="wsdevddibm.htm">Configure the ibm-webservices-bnd.xmi deployment descriptor</a>.</p></li>
</ol>
</body>
</html>