﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Programming Help Forums / ColdFusion Help / Other Languages </title><generator>InstantForum.NET v4.1.4</generator><description>Programming Help Forums</description><link>http://www.programminghelp.com/forums/</link><webMaster>forums@programminghelp.com</webMaster><lastBuildDate>Fri, 30 Jul 2010 04:04:25 GMT</lastBuildDate><ttl>20</ttl><item><title>formatting output</title><link>http://www.programminghelp.com/forums/Topic5108-24-1.aspx</link><description>Hi everyone&lt;/P&gt;&lt;P&gt;   I wonder if anybody help  I'm very new to coldfusion coding so it may be very obvious and seem a dumb question but nevertheless here goes . I have a form with a textarea for the user to input a description  ( using  SQL database)   when the entered information is output on the page after retrieval from the database it is in one continuous line  with no breaks / paragraphs etc . When the info is retrieved back to a form to edit and update in the database however it appears as it was originally written with line breaks etc as entered . If anyone could advise i would be very grateful</description><pubDate>Sun, 14 Feb 2010 06:33:39 GMT</pubDate><dc:creator>camera321</dc:creator></item><item><title>ColdFusion web service issue</title><link>http://www.programminghelp.com/forums/Topic2073-24-1.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I have a server with ColdFusion8 and Windows 2003. This has IIS 6.0 installed and hosts multiple sites with differeny internal IP's. I created an IIS record entry which refers to a directory containing some .cfm files and a web service (.cfc) in a subdirectory. When I type in the url of one of the .cfm files (e.g. &lt;A href="http://IPAddress/test.cfm"&gt;http://IPAddress/test.cfm&lt;/A&gt;), the file displays properly. However when I type in the url of one of the .cfc files (e.g. &lt;A href="http://IPAddress/cfc/CustomerRequest.cfc?wsdl"&gt;http://IPAddress/cfc/CustomerRequest.cfc?wsdl&lt;/A&gt;) it gives me the following error:&lt;/P&gt;&lt;P&gt;Fault - Error attempting to create Java skeleton for CFC web service.; nested exception is: &lt;BR&gt; coldfusion.xml.rpc.CFCInvocationException: [coldfusion.xml.rpc.SkeletonClassLoader$UnresolvedCFCDataTypeException : Cannot resolve CFC datatype: /cfc/CustomerRequest.cfc.]&lt;/P&gt;&lt;P&gt;One thing I found is that if I type in &lt;A href="http://IPAddress/cfc/CustomerRequest.cfc?wsdl"&gt;http://IPAddress/cfc/CustomerRequest.cfc?wsdl&lt;/A&gt;, it seems to go to another website hosted on the same machine, even though the IP's don't match. I copied the same .cfc file to the directory pointed by the second IP address and this url would work. I was wondering if anyone has encountered this problem before?&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;P&gt;&lt;BR&gt; </description><pubDate>Fri, 19 Dec 2008 20:35:36 GMT</pubDate><dc:creator>jason_y</dc:creator></item><item><title>Is cold fusion dead?</title><link>http://www.programminghelp.com/forums/Topic1770-24-1.aspx</link><description>Does anyone still use Cold Fusion anymore?</description><pubDate>Fri, 25 Jul 2008 12:07:44 GMT</pubDate><dc:creator>Cosmic7</dc:creator></item><item><title>CF web service works with prvate IP address, but not with public.</title><link>http://www.programminghelp.com/forums/Topic2110-24-1.aspx</link><description>Hi,&lt;P&gt;I have created a web service that returns a simple XML file. There is a private IP assigned to it as well as a public IP. When I try to invoke it with the private IP, the XML file gets returned correctly. However using the public IP fails to give a response. The 2 IP addresses point to the same location and I was able to get the WSDL file using either IP address. I was wondering if anyone has encountered this problem before? &lt;/P&gt;&lt;P&gt;The web service:&lt;BR&gt;&amp;lt;cffunction &lt;BR&gt;  name="getCustomer" &lt;BR&gt;  returntype="XML"&lt;BR&gt;  output="false" &lt;BR&gt;  access="remote"&lt;BR&gt;  hint="get CanadaPharmacy customer"&lt;BR&gt;&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;cfargument name="PartnerGateway" type="string" required="yes"&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;cfxml variable="customerXML" casesensitive="no"&amp;gt;&lt;BR&gt; &amp;lt;cfoutput&amp;gt;&lt;BR&gt; &amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR&gt; &amp;lt;PartnerGateway&amp;gt;&lt;BR&gt;  &amp;lt;ErrorMessageDetails&amp;gt;testing 123&amp;lt;/ErrorMessageDetails&amp;gt;&lt;BR&gt; &amp;lt;/PartnerGateway&amp;gt;&lt;BR&gt; &amp;lt;/cfoutput&amp;gt;&lt;BR&gt; &amp;lt;/cfxml&amp;gt;&lt;BR&gt; &lt;BR&gt; &amp;lt;cfreturn customerXML&amp;gt;&lt;BR&gt; &lt;BR&gt;&amp;lt;/cffunction&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/cfcomponent&amp;gt;&lt;/P&gt;&lt;P&gt;The &amp;lt;cfinvoke&amp;gt; call:&lt;/P&gt;&lt;P&gt;&amp;lt;cfinvoke webservice="&lt;A href="http://(ip/"&gt;http://(IP&lt;/A&gt; address)/cfc/CustomerRequest_test.cfc?wsdl"&lt;BR&gt; method="getCustomer"&lt;BR&gt; returnvariable="customerInfo"&lt;BR&gt; refreshWSDL="yes"&amp;gt;&lt;BR&gt; &amp;lt;cfinvokeargument name="PartnerGateway" value="#PartGate#"/&amp;gt;&lt;BR&gt;&amp;lt;/cfinvoke&amp;gt;&lt;/P&gt;&lt;P&gt;The web service is in a file named "CustomerRequest_test.cfc" while the variable "PartGate" is an XML file.&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jason</description><pubDate>Mon, 12 Jan 2009 18:29:23 GMT</pubDate><dc:creator>jason_y</dc:creator></item><item><title>Applications of ColdFusion?</title><link>http://www.programminghelp.com/forums/Topic27-24-1.aspx</link><description>I have often seen from advertisements that a knowledge of ColdFusion is needed for a particular job but never given much thought about it until now. What common applications use ColdFusion?</description><pubDate>Tue, 23 Jan 2007 22:26:22 GMT</pubDate><dc:creator>weber</dc:creator></item></channel></rss>