Ours is! I always have trouble with our proxy and resolving external hosts.
:(

-----Original Message-----
From: Ian Tait [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 19, 2002 10:29 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

Hiya,

It's a bit unlikely that port 80 is assigned to a proxy... (although I have
used that setup before ...)

Not much help eh? :)

Ian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: 19 June 2002 15:23
To: CF-Talk
Subject: RE: Web-Services and proxy server


Yes, as I said I've got it runnung on my machine under my own NT account
which I know has permission ton get through the proxy. 
I just tried to use CFHTTP with this code:
<cfhttp  
        proxyserver="myproxy" 
        proxyport="80" 
        url="http://www.macromedia.com"; 
        method="GET"
        throwOnError = "Yes"
    redirect="No"
  >
And I get a 400 error message: Bad Request.


-----Original Message-----
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 19 June 2002 15:06
To: CF-Talk
Subject: RE: Web-Services and proxy server


Did you try what Frank suggested, i.e to ensure that the account that CF is
running on has permission to get through the proxy?





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, June 19, 2002 9:56 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

No I can't get CFHTTP to work, i get connection failure trying to reach
anything. When I use your code with cfinvoke then the error message is 407
i.e. no proxy authorisation, but I'm running MX on my local machine under my
own account which I know has authorisation, and which lets me get to the
page  via the browser. Any ideas what else I might look at?

-----Original Message-----
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2002 16:40
To: CF-Talk
Subject: RE: Web-Services and proxy server


Does CFHTTP work??

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 18, 2002 9:22 AM
To: CF-Talk
Subject: RE: Web-Services and proxy server

Thanks Kumaran,
but didn't make any difference that I can see. Anyone seen anything
documented on this?

-----Original Message-----
From: Kumaran Nallore [mailto:[EMAIL PROTECTED]]
Sent: 18 June 2002 13:25
To: CF-Talk
Subject: RE: Web-Services and proxy server


Try this work around:

<!--- proxy settings --->
<cfscript>
obj = CreateObject("java", "java.lang.System");
obj.setProperty("http.proxyHost", "your_proxy_host");
obj.setProperty("http.proxyPort", "your_proxy_port"); 
</cfscript>

<!--- invoke webservice --->
<cfinvoke webservice="wsdlurl"......



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 18, 2002 7:25 AM
To: CF-Talk
Subject: Web-Services and proxy server

I'm trying to get the example web-service with CF-MX to work, but I'm
connecting via proxy behind a fire-wall. I thought I saw posts before on
this, but can't find anything on the archive - the search doesn't seem to be
working properly. 
Don't know where to start. Anyone tell me the sort of things I need to look
at to get it working?


****************************************************************************
******

The opinions expressed in this E-mail are those  of  the individual  and
not  necessarily  the  company.  This E-mail and  any files transmitted 
with it are confidential and solely for the use of the intended recipients

****************************************************************************
******









______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to