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 (
)

<00>
<01>
<02>
<03>
<04>
<05>
<06>
<07>
<08>
<09>
<10>
<11>
<12>
<13>
<14>
<15>
<16>
<17>
<18>
<19>
<20>
<21>
<22>
<23>
Link to this page:
//www.vb-net.com/VS2015-SQL-Server-Project-Templates/Create-Endpoint-(SOAP-over-HTTP)-sql.htm
<SITEMAP> <MVC> <ASP> <NET> <DATA> <KIOSK> <FLEX> <SQL> <NOTES> <LINUX> <MONO> <FREEWARE> <DOCS> <ENG> <CHAT ME> <ABOUT ME> < THANKS ME> |