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 ********************************************************************************** ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm 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