New SQL Server project templates for VS2015 (Create Endpoint (SOAP over HTTP).sql)
1: CREATE ENDPOINT [$rawname$]
2: AS HTTP
3: (
4: PATH = '/',
5: AUTHENTICATION = (INTEGRATED),
6: PORTS = (CLEAR)
7: )
8: FOR SOAP()
Comments (
)
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Endpoint-(SOAP-over-HTTP)-sql.htm
|