28 lines
1.2 KiB
HTML
28 lines
1.2 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 WSIF service</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h5><a name="wswsifserv">Develop a WSIF service</A></h5>
|
||
|
|
||
|
<p>To develop a Web Services Invocation Framework (WSIF) service, you first develop the Web service (or use an existing Web service), then develop the WSIF client based on the WSDL document for that Web service.</p>
|
||
|
|
||
|
<p>To develop a WSIF service, complete the following steps:</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><p><strong>Develop the Web service.</strong>
|
||
|
<br>Use Web services tools to discover, create, and publish the Web service. You can develop Java bean and URL Web services. You can use Web service tools to create a framework Java bean and a sample application from a WSDL document. For example, you can use a Java class as a Web service, with local Java calls as the access protocol.</p></li>
|
||
|
<li><p><strong>Develop the WSIF client.</strong></li>
|
||
|
</ol>
|
||
|
|
||
|
</body>
|
||
|
</html>
|