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>Use the SOAP provider</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h5><a name="wswsifprovsp">Use the SOAP provider</A></h5>
|
|
<p>The SOAP provider allows WSIF stubs and dynamic clients to call SOAP services. The provider supports SOAP 1.1 over HTTP. The WSIF SOAP Provider uses ApacheSOAP 2.3 to parse and to create SOAP messages but is not limited to invoking services served by ApacheSOAP.</p>
|
|
|
|
<p>The WSIF SOAP provider supports:</p>
|
|
|
|
<ul><li>SOAP-ENC encoding</li>
|
|
<li>RPC style</li> </ul>
|
|
<p>The SOAP provider is not transactional.</p>
|
|
|
|
<p><strong>Note:</strong> Before you deploy a Web service that you expect to be used by multiple clients connecting over SOAP to WebSphere Application Server - Express, you must set up your application's deployment descriptor file (dds.xml) to handle multiple connections correctly.</p>
|
|
|
|
|
|
</body>
|
|
</html>
|