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

38 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>Use WSIF to invoke Web services</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><A NAME="wswsifinv">Use WSIF to invoke Web services</A></h4>
<p>You invoke a Web service dynamically by using the WSIF API directly. You only specify the location of the WSDL file for the service, the name of the operation to be invoked, and any operation arguments needed. All the information needed to access the Web service is available through WSDL; the abstract interface, the binding, and the service endpoint.</p>
<p>This kind of invocation does not generate stub classes and does not need a separate compilation cycle.</p>
<p>More information on using WSIF to invoke Web services is given in these topics:</p>
<blockquote>
<p><strong><a href="wswsifattwsif.htm">Pass SOAP messages with attachments using WSIF</a></strong>
<br>This topic describes how to pass SOAP messages with attachments using WSIF.
</p>
<p><strong><A href="wswsifprov.htm">Use the WSIF providers</A></strong>
<br>This topic describes how to use these providers: the SOAP provider and the Java provider.</p>
<p><strong><A href="wswsifserv.htm">Develop a WSIF service</A></strong>
<br>To develop a Web Services Invocation Framework (WSIF) service, you first develop the Web service. This topic describes how to develop a WSIF service.</p>
<p><strong><A href="wswsifcomp.htm">Use complex types</A></strong>
<br>This topic describes how to use complex types in your WSIF.</p>
<p><strong><A href="wswsifjndi.htm">Use JNDI</A></strong>
<br>This example task shows you how to use WSIF to bind a reference to a Web service, then look up the reference using JNDI.</p>
<p><strong><A href="wswsifj2ee.htm">Interact with the WebSphere Application Server - Express J2EE container</A></strong>
<br>This topic describes the interaction of WSIF with the J2EE container.</p>
</blockquote>
</body>
</html>