<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: My ColdFusion MX 7 Wishlist: How Did Macromedia Do?</title>
	<atom:link href="http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/feed/" rel="self" type="application/rss+xml" />
	<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/</link>
	<description>devnulled provides news, tips, resources, and articles about various topics that software developers and engineers enjoy.</description>
	<lastBuildDate>Sat, 14 Aug 2010 20:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: wahyu</title>
		<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/comment-page-1/#comment-670348</link>
		<dc:creator>wahyu</dc:creator>
		<pubDate>Wed, 29 Apr 2009 09:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/#comment-670348</guid>
		<description>I got a connection failure when using cfhttp. I have provided the values for the following attributes: url, port, method, proxyserver, proxyport, proxyuser, proxypassword, username, password, and resolveurl=yes. But still got the Connection Failure message. Is there a solution for this error?</description>
		<content:encoded><![CDATA[<p>I got a connection failure when using cfhttp. I have provided the values for the following attributes: url, port, method, proxyserver, proxyport, proxyuser, proxypassword, username, password, and resolveurl=yes. But still got the Connection Failure message. Is there a solution for this error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/comment-page-1/#comment-9124</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Fri, 08 Jul 2005 19:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/#comment-9124</guid>
		<description>Yeah, it&#039;s been quite awhile since I played with the particular script which was running cfhttp.  I honestly can&#039;t remember if it was 6.0 or 6.1 at this point.

Basically the script looped through many, many URL&#039;s and seemed like it took forever.  Someone else at the time had CF 5 on their box at work and the speed difference to run the same script was simply dramatic-- 6.X would take almost a minute to run, while 5 would process it in less than 10 seconds.  Probably a rare test case where you would need to use that functionality anyway, but the  difference in performance between the two was pretty astounding.  It certainly could of been that cfhttp on 6.X was doing DNS lookups each time and maybe 5 only did it once (they were all calls to the same domain)... no idea really.  :)</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s been quite awhile since I played with the particular script which was running cfhttp.  I honestly can&#8217;t remember if it was 6.0 or 6.1 at this point.</p>
<p>Basically the script looped through many, many URL&#8217;s and seemed like it took forever.  Someone else at the time had CF 5 on their box at work and the speed difference to run the same script was simply dramatic&#8211; 6.X would take almost a minute to run, while 5 would process it in less than 10 seconds.  Probably a rare test case where you would need to use that functionality anyway, but the  difference in performance between the two was pretty astounding.  It certainly could of been that cfhttp on 6.X was doing DNS lookups each time and maybe 5 only did it once (they were all calls to the same domain)&#8230; no idea really.  <img src='http://devnulled.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Jordahl</title>
		<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/comment-page-1/#comment-9123</link>
		<dc:creator>Tom Jordahl</dc:creator>
		<pubDate>Fri, 08 Jul 2005 14:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/#comment-9123</guid>
		<description>Re: cfhttp.  The tag was rewritten for ColdFusion MX 6.1 (Redsky) and does not have any (known) performance issues.  We use a different HTTP client library than the JDK URLConnection class that was used in 6.0.</description>
		<content:encoded><![CDATA[<p>Re: cfhttp.  The tag was rewritten for ColdFusion MX 6.1 (Redsky) and does not have any (known) performance issues.  We use a different HTTP client library than the JDK URLConnection class that was used in 6.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Harper</title>
		<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/comment-page-1/#comment-6123</link>
		<dc:creator>Brandon Harper</dc:creator>
		<pubDate>Wed, 25 May 2005 15:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/#comment-6123</guid>
		<description>Thanks Ray.  I haven&#039;t touched a webservice since before 6.1, but that&#039;s very useful information to know.</description>
		<content:encoded><![CDATA[<p>Thanks Ray.  I haven&#8217;t touched a webservice since before 6.1, but that&#8217;s very useful information to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Camden</title>
		<link>http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/comment-page-1/#comment-6121</link>
		<dc:creator>Raymond Camden</dc:creator>
		<pubDate>Wed, 25 May 2005 14:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://devnulled.com/content/2005/05/my-coldfusion-mx-7-wishlist-how-did-macromedia-do/#comment-6121</guid>
		<description>Actually there was  _lot_ done with WS. Along with being able to inspect the SOAP request/response, you can also modify them now. You can call different service ports on a WS (which apparently is an extremely rare use-case, but used in MS MapPoint). You can also check to see if the current request is a SOAP request. This would let you check in a CFC if you are being called via FR or WS.

There is more too - from the release notes:

The cfinvokeargument tag has a new omit attribute that allows you to omit arguments to a web service that you invoke.

New cfcomponent attributes enable ColdFusion MX to publish document-literal style web services.

    * style=&quot;document&quot; : switches the emitted WSDL to document/literal style.
    * hint is now used as the document element of the service in WSDL.
    * displayName is now used as the name of the  element in WSDL.
    * servicePortName is used as the name of the  element in the service.
    * portTypeName is used as the name of the  element in WSDL.
    * bindingName is used as the name of the  element in WSDL.
    * namespace is used as the default namespace of the service.
    * wsdlFile=&quot;&quot; - Use this file as the WSDL instead of generating
      WSDL on the fly.
</description>
		<content:encoded><![CDATA[<p>Actually there was  _lot_ done with WS. Along with being able to inspect the SOAP request/response, you can also modify them now. You can call different service ports on a WS (which apparently is an extremely rare use-case, but used in MS MapPoint). You can also check to see if the current request is a SOAP request. This would let you check in a CFC if you are being called via FR or WS.</p>
<p>There is more too &#8211; from the release notes:</p>
<p>The cfinvokeargument tag has a new omit attribute that allows you to omit arguments to a web service that you invoke.</p>
<p>New cfcomponent attributes enable ColdFusion MX to publish document-literal style web services.</p>
<p>    * style=&#8221;document&#8221; : switches the emitted WSDL to document/literal style.<br />
    * hint is now used as the document element of the service in WSDL.<br />
    * displayName is now used as the name of the  element in WSDL.<br />
    * servicePortName is used as the name of the  element in the service.<br />
    * portTypeName is used as the name of the  element in WSDL.<br />
    * bindingName is used as the name of the  element in WSDL.<br />
    * namespace is used as the default namespace of the service.<br />
    * wsdlFile=&#8221;" &#8211; Use this file as the WSDL instead of generating<br />
      WSDL on the fly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->