Working with SOAP Sessions
Native XML Web Services in SQL Server 2005 enables an instance of SQL Server 2005 to be accessed by Web service applications and to operate without the demands of the traditional network connection-based SQL service model. However, because SOAP-based access to SQL Server data over HTTP operates independently of connections, using SOAP sessions can provide an optional extension to HTTP SOAP-based clients for supporting multipart SQL batch processes.
In This Section
Topic | Description |
---|---|
Provides an overview of how SOAP sessions support can be used in Microsoft SQL Server. |
|
Describes how to initiate a SOAP session. |
|
Describes how to enlist in and use an existing SOAP session. |
|
Describes how to end a SOAP session. |
|
Discusses how SQL Server transactions can be used within SOAP sessions. |
|
Describes how an existing SOAP session will be affected if changes are made to the properties of the underlying HTTP endpoint hosting the session. |
|
Describes counter objects that can be used to track the use of SOAP sessions. |
|
Provides answers to frequently asked questions about SOAP sessions support in SQL Server 2005. |
See Also
Reference
Adding SOAP Headers to Client Applications
Sample Applications for Sending Native XML Web Services Requests
Other Resources
Using Native XML Web Services in SQL Server 2005