ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/migration/wsmig.htm

51 lines
2.2 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>Migrate Web services</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h3><A NAME="wsmig"></A>Migrate Web services</h3>
<p>If you have used the Apache SOAP support to create Web services client applications in WebSphere Application Server - Express Version 5.0, you may need to migrate your applications files for your applications. The following table summarizes the Web services supported by WebSphere Application Server. </p>
<table border="1" cellspacing="3" cellpadding="3">
<tr>
<th>WebSphere Application Server - Express Version</th>
<th>Web services supported</th>
</tr>
<tr>
<td>5.0 and 5.0.1</td>
<td>SOAP 2.3</td>
</tr>
<tr>
<td>5.0.2 or later</td>
<td>J2EE (JSR 109)</td>
</tr>
</table>
<p>For more information on migrating your Web services, see these topics:</p>
<blockquote>
<p><strong><a href="wsmigj2ee.htm">Migrate Apache SOAP Web services to Web services for J2EE</a></strong>
<br>This topic describes how to migrate your Version 5.0 and 5.0.1 Web services to the J2EE standards supported in Version 5.1.</p>
<p><strong><a href="wsmigtechpre.htm">Migrate applications developed with Version 5 Web services technology preview</a></strong>
<br>This topic describes how to migrate your WSDL application developed with the WebSphere Application Server Version 5 Web services technology preview to WebSphere Application Server Version 5.1.</p>
</blockquote>
<p><strong>Notes</strong>:</p>
<ul>
<li>It is recommended that new Web services be developed using the J2EE standards. For more information, see <a href="../webserv/wsdev.htm">Develop</a> in the <em>Web services</em> topic.</li>
<li>Security cannot be directly migrated from SOAP 2.3 to the J2EE standards. After you have migrated your Web services to the J2EE standard, see <a href="../webserv/wssec.htm">Security</a> in the <em>Web services</em> topic to secure your Web service.</li>
</ul>
</body>
</html>