I had the same problem. I just needed to make sure the account that CF is
running from has permission to get through the proxy.


----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, June 18, 2002 9:22 AM
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
>
>
****************************************************************************
> ******
>
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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

Reply via email to