<?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: Invoking a webservice using CFHTTP</title>
	<atom:link href="http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/</link>
	<description>My view on web technology, programming and life</description>
	<lastBuildDate>Tue, 02 Mar 2010 12:57:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shivakarthikeyan</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-6159</link>
		<dc:creator>Shivakarthikeyan</dc:creator>
		<pubDate>Tue, 02 Mar 2010 12:57:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-6159</guid>
		<description>Thanks how do we invoke a method name using cfhttp</description>
		<content:encoded><![CDATA[<p>Thanks how do we invoke a method name using cfhttp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Netherton</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-6155</link>
		<dc:creator>James Netherton</dc:creator>
		<pubDate>Tue, 16 Feb 2010 13:33:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-6155</guid>
		<description>I suspect you have specified the &#039;name&#039; attribute on the CFHTTP tag. Remove it as CF tries to generate a query object based upon the results in the reponse body.</description>
		<content:encoded><![CDATA[<p>I suspect you have specified the &#8216;name&#8217; attribute on the CFHTTP tag. Remove it as CF tries to generate a query object based upon the results in the reponse body.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sivakarthikeyan</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-6154</link>
		<dc:creator>Sivakarthikeyan</dc:creator>
		<pubDate>Tue, 16 Feb 2010 10:56:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-6154</guid>
		<description>Iam getting the below error . Can you please help us ?
The column name is invalid. 
Column names must be valid variable names. They must start with a letter and can only include letters, numbers, and underscores.</description>
		<content:encoded><![CDATA[<p>Iam getting the below error . Can you please help us ?<br />
The column name is invalid.<br />
Column names must be valid variable names. They must start with a letter and can only include letters, numbers, and underscores.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-1449</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:16:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-1449</guid>
		<description>Saved my life :)
After days of trial and error trying to consume a .net web service I got it cracked using your example.
Thanks</description>
		<content:encoded><![CDATA[<p>Saved my life <img src='http://www.jamesnetherton.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
After days of trial and error trying to consume a .net web service I got it cracked using your example.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-9</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 16 Jul 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-9</guid>
		<description>Another potential reason for using this is if CF doesn&#039;t know how to map your data to the WSDL, which is unfortunately common for complex types.</description>
		<content:encoded><![CDATA[<p>Another potential reason for using this is if CF doesn&#8217;t know how to map your data to the WSDL, which is unfortunately common for complex types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Netherton</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-4</link>
		<dc:creator>James Netherton</dc:creator>
		<pubDate>Fri, 20 Jun 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-4</guid>
		<description>Thanks for the hint Chris, I have updated the code snippet.</description>
		<content:encoded><![CDATA[<p>Thanks for the hint Chris, I have updated the code snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-3</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 19 Jun 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-3</guid>
		<description>@rhoan:

change:
&lt;cfhttpparam type=&quot;xml&quot; name=&quot;message&quot; value=&quot;#soap#&quot;&gt;
to
&lt;cfhttpparam type=&quot;xml&quot; name=&quot;message&quot; value=&quot;#trim(soap)#&quot;&gt;</description>
		<content:encoded><![CDATA[<p>@rhoan:</p>
<p>change:<br />
&lt;cfhttpparam type=&quot;xml&quot; name=&quot;message&quot; value=&quot;#soap#&quot;&gt;<br />
to<br />
&lt;cfhttpparam type=&quot;xml&quot; name=&quot;message&quot; value=&quot;#trim(soap)#&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rhoan</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-7</link>
		<dc:creator>rhoan</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description>I am getting error using above code any idea.

org.xml.sax.SAXParseException: The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed.</description>
		<content:encoded><![CDATA[<p>I am getting error using above code any idea.</p>
<p>org.xml.sax.SAXParseException: The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viki</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-8</link>
		<dc:creator>viki</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-8</guid>
		<description>if I use cfinvoke do I need SOAP CALL. IS cfinvoke make soap call automatically?.

If i want to call test.cfc - coldfusion webservice  in ASP. How can I do that. I mean i have to use cfhttp..

Thanks</description>
		<content:encoded><![CDATA[<p>if I use cfinvoke do I need SOAP CALL. IS cfinvoke make soap call automatically?.</p>
<p>If i want to call test.cfc &#8211; coldfusion webservice  in ASP. How can I do that. I mean i have to use cfhttp..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.jamesnetherton.com/blog/2007/01/14/Invoking-a-webservice-using-CFHTTP/comment-page-1/#comment-10</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 20 Mar 2008 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-10</guid>
		<description>I suspect that is happening because you have some whitespace at the beginning of your xml string.

Make sure you trim any whitespace before making the request.</description>
		<content:encoded><![CDATA[<p>I suspect that is happening because you have some whitespace at the beginning of your xml string.</p>
<p>Make sure you trim any whitespace before making the request.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
