Connection Error

Hello,

When using this url endpoint http://confluent:9017/gateway/services/initial from a Client test page, this is returned to the browser:Tried all: '1' addresses, but could not connect over HTTP to server: 'wsebcgatewayqa.confluentqa1.com', port: '80'

2) The link seems to be working alright. When I hit it, a browser page displays this - This is a Web Service managed by Confluent CORE Click here...

[437 byte] By [ghart_gharta] at [2007-10-3 5:14:24]
# 1
Is there a question?Does it help to know that HTTP and Web Services are not the same thing?
jschella at 2007-7-14 23:20:55 > top of Java-index,Archived Forums,Socket Programming...
# 2
I am posting to the WebService with the url. My question is - what if any are the possible reasons why the attempt to connect to the WebService using the url does not work?
ghart_gharta at 2007-7-14 23:20:55 > top of Java-index,Archived Forums,Socket Programming...
# 3

> I am posting to the WebService with the url. My

> question is - what if any are the possible reasons

> why the attempt to connect to the WebService using

> the url does not work?

You are using a browser? As I said Web Services is not HTTP. Browsers do HTTP not web services.

You could post an entire web services request via a brower I suppose but I don't know what the browser is going to do with the response. From what you posted that does not appear to be what you are doing.

jschella at 2007-7-14 23:20:55 > top of Java-index,Archived Forums,Socket Programming...