Welcome to Sign in | Help

QOD 70-431 2006-04-13

  •  04-13-2006, 4:15 PM

    QOD 70-431 2006-04-13

    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
View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems