51 lines
2.1 KiB
HTML
51 lines
2.1 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>Migrate Web services</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h2><A NAME="trbproblem"></A>Migrate Web services</h2>
|
||
|
|
||
|
<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> (Version 5.0.2 or later)</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.0.2.</p>
|
||
|
|
||
|
<p><strong><a href="wsmigtechpre.htm">Migrate applications developed with Version 5 Web services technology preview</a> (Version 5.0.2)</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.0.2</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="wsdev.htm">Develop</a>.</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="wssec.htm">Security</a> to secure your Web service.</li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|