ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/webserv/wswsifovr.htm

43 lines
2.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>An overview of WSIF</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="wswsifovr">An overview of WSIF</A></h4>
<p>WSIF provides a Java API for invoking Web services, independent of the format of the service or the transport protocol through which it is called. It addresses all of the issues identified in the goals of WSIF.</p>
<p>WSIF provides these features:</p>
<ul><li>It has an API that provides binding-independent access to any Web service.</li>
<li>It is closely based on WSDL, so it can call any service that can be described in WSDL.</li>
<li>It allows stubless (completely dynamic) call of a Web service.</li>
<li>You can plug a new or updated implementation of a binding into WSIF at run time.</li>
<li>You can defer the choice of a binding until run time.</li>
</ul>
<p>WSIF is designed to work both in an unmanaged environment (stand-alone) and inside a managed container. You can use JNDI to find the WSIF service, or else read in the WSDL definition.</p>
<p>For more conceptual information about WSIF and WSDL, see these topics:</p>
<blockquote>
<p><strong><A href="wswsifwsdl.htm">WSIF and WSDL</A></strong>
<br>This topic compares the semantics of Web Services Description Language (WSDL) and WSIF.</p>
<p><strong><A href="wswsifarc.htm">WSIF architecture</A></strong>
<br>This topic describes the WSIF architecture.</p>
<p><strong><A href="wswsifbnd.htm">Using WSIF with Web services that offer multiple bindings</A></strong>
<br>This topic describes how to use WSIF with Web Services with multiple bindings.</p>
<p><strong><A href="wswsifuse.htm">WSIF usage scenarios</A></strong>
<br>This topic describes two brief scenarios that illustrate the role that Web Services Invocation Framework (WSIF) plays in the emerging Web services environment.</p>
<p><strong><A href="wswsifdyn.htm">Dynamic call</A></strong>
<br>This topic describes dynamic call of WSIF.</p>
</blockquote>
</body>
</html>