Namespaces Used in SOAP Requests and Responses
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The following table lists the namespaces that are used in SOAP requests and responses.
Prefix |
Namespace |
---|---|
sql |
https://schemas.microsoft.com/sqlserver/2004/SOAP |
sqlsoaptypes |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types |
sqlrowcount |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount |
sqlmessage |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage |
sqloptions |
https://schemas.microsoft.com/sqlserver/2004/SOAP/Options |
sqlparameter |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter |
sqlresultstream |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream |
sqltransaction |
https://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction |
sqltypes |
https://schemas.microsoft.com/sqlserver/2004/sqltypes |
See Also