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 **************************************************************************** ****** ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

