November 16, 2006 at 11:23 am
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'
)
July 5, 2007 at 1:55 pm
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
July 6, 2007 at 1:03 am
Brandon -
See http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx, workgroup edition does not support http endpoints.
Joe
January 15, 2009 at 12:17 am
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