Sql Endpoint created but cannot access it
- From: "Rajiv" <rshokeen@xxxxxxxxx>
- Date: 11 Jan 2007 12:33:48 -0800
I have created an endpoint at certain port# but I can't access it
thorugh IIS.
CREATE ENDPOINT GALACTIC_endpoint
STATE = STARTED
AS HTTP
(
SITE = '*',
PATH = '/GALACTIC_EP',
AUTHENTICATION = (INTEGRATED ),
PORTS=(CLEAR),
CLEAR_PORT=8085
)
FOR SOAP
(
WEBMETHOD 'sendBrokerLogMessageWebMethod'
(
Name = 'GALACTIC.dbo.sendBrokerLogMessage',
SCHEMA = STANDARD
),
WSDL = DEFAULT,
BATCHES = ENABLED,
DATABASE = 'GALACTIC',
NAMESPACE = 'http://GALACTIC/'
)
Now I am trying to access it like this :
http://localhost:8085/GALACTIC_EP/
but no result , neither i can see it in Visual Studio.
Please suggest.
Thanks
Rajiv
.
- Follow-Ups:
- Re: Sql Endpoint created but cannot access it
- From: Rick Byham, \(MSFT\)
- Re: Sql Endpoint created but cannot access it
- Prev by Date: Re: SQL 2005 Express Edition Fails to Install SQL Native Client
- Next by Date: RE: Can't access Sql Server Express 2005
- Previous by thread: Re: Install Over 180 Day Trial
- Next by thread: Re: Sql Endpoint created but cannot access it
- Index(es):
Relevant Pages
|