31 lines
1.3 KiB
HTML
31 lines
1.3 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 the WSIF providers</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h5><A NAME="wswsifprov">Use the WSIF providers</A></h5>
|
||
|
|
||
|
<p>A WSIF provider is an implementation of a WSDL binding that can run a WSDL operation through a binding-specific protocol.</p>
|
||
|
|
||
|
<p>Providers implement the interface between the WSIF API and the actual implementation of a service. Providers are pluggable within the WSIF framework and are registered based upon the namespace of the WSDL extension that they implement.</p>
|
||
|
|
||
|
<p>WebSphere Application Server - Express includes these WSIF providers:</p>
|
||
|
|
||
|
<ul><li><strong><A href="wswsifprovsp.htm">Use the SOAP provider</A></strong></li>
|
||
|
<li><strong><A href="wswsifprovjv.htm">Use the Java provider</A></strong></li>
|
||
|
</ul>
|
||
|
<p><strong>Note:</strong> Some providers use the J2EE programming model to utilize J2EE services.
|
||
|
If a provider is available, but its required class libraries are not, the provider is disabled. </p>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|