Sql Endpoint created but cannot access it



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

.



Relevant Pages

  • Re: Sql server 2005 Endpoints? An error (0x80070005) occurred while attempting to register the endpo
    ... I verified that port 80 is free with netstat and here is your output. ... Cannot find the object "myEndPoint" because it does not exist or you do ... register endpoint 'MyEndpoint' on the specified URL. ...
    (microsoft.public.sqlserver.connect)
  • Re: USB device class is CDC class - which device driver to write.
    ... Baud rate, etc. settings are sent via control requests to Endpoint 0" ... &Read on to the port handle with specific baudrate given by my ...
    (microsoft.public.development.device.drivers)
  • Re: ISDN phone lines
    ... > (An endpoint with both is smart enough to route incoming calls to POTS vs. ... > data port.) ... Do most of the ISDN phone "systems" have this ability? ...
    (sci.electronics.design)
  • Re: ISDN phone lines
    ... > (An endpoint with both is smart enough to route incoming calls to POTS vs. ... > data port.) ... Do most of the ISDN phone "systems" have this ability? ...
    (sci.electronics.basics)
  • Re: Flaw in RPC Endpoint Mapper - NT 4.0 FIX
    ... > Microsoft follows supposedly open DCE specifications for RPC and some ... > port for endpoint on the network interface. ... However I understand that Microsoft cannot ... we don't use the Endpoint mapper. ...
    (microsoft.public.security)