Hey All:

Using CF 5, and cf_soxml to consume a web service.  However, we're behind a
proxy.

I've found the following code:
<cfscript>
    obj = CreateObject("java", "java.lang.System");
    obj.setProperty("http.proxyHost", "your_proxy_host");
    obj.setProperty("http.proxyPort", "your_proxy_port");
</cfscript>

which does work on my MX install...but not CF 5.  Is there a comparable COM
code snippet to the above that will allow CF 5 to get thru my proxy server?

thx,
charlie

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to