Creating WSDL file in SQL server
-
Tuesday, August 07, 2012 6:01 AM
Hi,
Can anyone mention how to create WSDL file in SQL server
- Edited by Rashmi01 Tuesday, August 07, 2012 6:19 AM
- Moved by Mr. WhartyMicrosoft Community Contributor Wednesday, August 08, 2012 12:45 PM Not a SQL Server Samples and Community Projects question (From:SQL Server Samples and Community Projects)
All Replies
-
Tuesday, August 07, 2012 9:36 AM
-
Tuesday, August 07, 2012 9:55 AM
Hello,
In CREATE ENDPOINT statement you can define, that WSDL is create automatically or it's defined by a stored procedure.
But please note, SOAP endpoints are deprecated since SQL Server 2008 and it's already removed in SQL Server 2012!
Olaf Helper
* cogito ergo sum * errare humanum est * quote erat demonstrandum *
Wenn ich denke, ist das ein Fehler und das beweise ich täglich
Blog Xing- Proposed As Answer by Iric WenModerator Thursday, August 09, 2012 7:04 AM
- Marked As Answer by Iric WenModerator Wednesday, August 15, 2012 9:25 AM
- Edited by Olaf HelperMicrosoft Community Contributor Wednesday, August 15, 2012 9:41 AM typo

