Create Endpoint Error

  • Does SQL 2005 Workgroup not support this option. I keep getting a "Create Endpoint" is not supported on this version of SQL server.  Running SBS2003 R2

     

    Here is my Procedure and the error follows;

     

    Msg 7878, Level 16, State 1, Line 1

    This "CREATE ENDPOINT" statement is not supported on this edition of SQL Server.

     

    CREATE

    ENDPOINT SQLEP_HELLO_WORLD

    STATE

    = STARTED

    AS HTTP

    (

    PATH = '/AWpersons',

    AUTHENTICATION

    = (INTEGRATED),

    PORTS

    = (CLEAR),

    SITE

    = 'serv'

    )

    FOR SOAP

    (

    WEBMETHOD

    'PersonInfo'

    (NAME='master.dbo.hello_world'),

    BATCHES

    = DISABLED,

    WSDL

    = DEFAULT,

    DATABASE = 'master',

    NAMESPACE

    = 'http://serv/Persons'

    )

  • Did you Figure out a solution for this. I am using a trial version downloaded from inet. Sql server express edition. One of the mail reasons to download was to test the web service feature and i am unable to make it work. Any thoughts

     

  • Brandon -

    See http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx, workgroup edition does not support http endpoints.

    Joe

     

  • i downloaded the 2008 edition of ms sql server, and yet i'm also getting the same msg. anyone knows wat could be the problem?

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply