You have created an HTTP Endpoint using the following code:
CREATE ENDPOINT my_endpoint
AS HTTP(
PATH = '/sql',
AUTHENTICATION = (INTEGRATED ),
PORTS = ( CLEAR ),
SITE = 'MYSERVER'
)
FOR SOAP (
WEBMETHOD 'GetUserList'
(name='MyDatabase.ApplicationSchema.GetUserList',
SCHEMA=STANDARD ),
WSDL = DEFAULT,
SCHEMA = STANDARD,
DATABASE = 'MyDatabase',
NAMESPACE = 'http://tempUri.org/'
);
GO
However when you try to connect you obtain an error. What's the cause ?
Place the mouse cursor HERE for the answer
Reference: "CREATE ENDPOINT (Transact-SQL)"http://msdn2.microsoft.com/en-us/library/ms181591(SQL.90).aspx
Cristian Andrei Lefter, SQL Server MVP
MCT, MCSA, MCDBA, MCAD, MCSD .NET,
MCTS, MCITP - Database Administrator SQL Server 2005
http://sqlserver.ro