Archives
-
Invoking a Webservice Using CFHTTP
I found this article by James Netherton on a discussion list of CF-Brasil group. I needed that long time ago, when I had to import some data from a PHP web application. I tried his code and it works perfectly, so I’m linking to his blog so you may use that code too if you [...]
-
Parsing Large XML File Into ColdFusion XML Object
Last week I had a big headache trying to import a 165MB XML file. I couldn’t even open it with any browse and reading it with ColdFusion gave me 500 errors, exceeded heap size, JRun closed connection, etc… The solution I found was to read the file line-by-line using Java and creating blocks of XML [...]
jQuery_Mobile First Look