Creating WSDL file in SQL server
-
2012年8月7日 6:01
Hi,
Can anyone mention how to create WSDL file in SQL server
- 已编辑 Rashmi01 2012年8月7日 6:19
- 已移动 Mr. WhartyMicrosoft Community Contributor 2012年8月8日 12:45 Not a SQL Server Samples and Community Projects question (From:SQL Server Samples and Community Projects)
全部回复
-
2012年8月7日 9:36
-
2012年8月7日 9:55
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- 已建议为答案 Iric WenModerator 2012年8月9日 7:04
- 已标记为答案 Iric WenModerator 2012年8月15日 9:25
- 已编辑 Olaf HelperMicrosoft Community Contributor 2012年8月15日 9:41 typo

