D3 Chart

2014-10-04 Thread Kam Heydari
Hi - Is there anyone using D3 Chart with coldfusion - If so any example as how to. Thanks in advance. Kam. ~| Order the Adobe Coldfusion Anthology now!

CF10 Webservices error

2014-04-29 Thread Kam Heydari
I am runing the follow code in CF9 without any issue; I have issue runing the same code in CF10 cftry cfinvoke webservice=http://www.webservicex.net/CurrencyConvertor.asmx?WSDL; method=ConversionRate returnVariable=ToCurrencyValue cfinvokeargument name=FromCurrency

Re: CF10 Webservices error

2014-04-29 Thread Kam Heydari
Error Occurred While Processing Request Unable to read WSDL from URL: http://www.webservicex. net/CurrencyConvertor.asmx?WSDL. Error: java.net.SocketException: Permission denied: connect. It is recommended that you use a web browser to retrieve and examine the requested WSDL document

Re: CF10 Webservices error

2014-04-29 Thread Kam Heydari
Error Occurred While Processing Request Unable to read WSDL from URL: http://www.webservicex. net/CurrencyConvertor.asmx?WSDL. Error: java.net.SocketException: Permission denied: connect. It is recommended that you use a web browser to retrieve and examine the requested WSDL document

Coldfusion 9 SQL Server 2008 XML bulkload

2011-05-02 Thread Kam Heydari
Hi, Anyone know how to pass file name to the bulkload when sqlserver and coldfision servers are on different physical servers; The following xml load works when both SQl and CF servers are residing on the same physical server. - How I can refer to the local file where sqlserver can access it?