<?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: Write RESTful Services in C</title>
	<atom:link href="http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/</link>
	<description>Waiting for your comments</description>
	<lastBuildDate>Fri, 26 Feb 2010 17:34:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ilia Gilderman</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-15181</link>
		<dc:creator>Ilia Gilderman</dc:creator>
		<pubDate>Tue, 24 Nov 2009 05:36:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-15181</guid>
		<description>I&#039;m using Axis2/C 1.6.0 compiled from source. I tried echo_rest example and via curl and got the same results....</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Axis2/C 1.6.0 compiled from source. I tried echo_rest example and via curl and got the same results&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-15174</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-15174</guid>
		<description>Hi,
What is the axis2 version you are using?. Probably an issue in a latest pack?

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What is the axis2 version you are using?. Probably an issue in a latest pack?</p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilia Gilderman</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-15053</link>
		<dc:creator>Ilia Gilderman</dc:creator>
		<pubDate>Sat, 21 Nov 2009 13:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-15053</guid>
		<description>Hi Dimuthu
Very nice article, however wnn I tried to use DELETE HTTP_METHOD I got &quot;Internal sevrer error (500)&quot; from the httpd. I took a quick look in the code for &quot;axis2_http_transport_util_process_delete_request&quot; and it looks that it fails because the operation is not set in msg_ctx. So what I&#039;m missing? Did somebody see it working? I beleve so -:)

Thanks
Ilia</description>
		<content:encoded><![CDATA[<p>Hi Dimuthu<br />
Very nice article, however wnn I tried to use DELETE HTTP_METHOD I got &#8220;Internal sevrer error (500)&#8221; from the httpd. I took a quick look in the code for &#8220;axis2_http_transport_util_process_delete_request&#8221; and it looks that it fails because the operation is not set in msg_ctx. So what I&#8217;m missing? Did somebody see it working? I beleve so -:)</p>
<p>Thanks<br />
Ilia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Apache Axis2/C RESTful URL Mapping Algorithm &#124; Dimuthu's Blog</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-1135</link>
		<dc:creator>Apache Axis2/C RESTful URL Mapping Algorithm &#124; Dimuthu's Blog</dc:creator>
		<pubDate>Fri, 21 Nov 2008 10:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-1135</guid>
		<description>[...] weeks back I wrote a blog post about Writing RESTful Services in C which explain the use of Axis2/C REST API. Basically when you provide a HTTP Method (GET, POST, PUT [...]</description>
		<content:encoded><![CDATA[<p>[...] weeks back I wrote a blog post about Writing RESTful Services in C which explain the use of Axis2/C REST API. Basically when you provide a HTTP Method (GET, POST, PUT [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-420</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-420</guid>
		<description>Here is a demo codes of the application I used in the blog, http://downloads.dimuthu.org/codes/axis2/school.zip

Note that here the service is not responding with real values, but just a description of what operation called with what parameters..

You can access each operation by urls like (localhost should be renamed to your host). 
http://localhost/axis2/services/schoool/students
http://localhost/axis2/services/schoool/subjects
http://localhost/axis2/services/schoool/students/james
http://localhost/axis2/services/schoool/subjects/maths
http://localhost/axis2/services/schoool/students/james/marks/maths

Note: it is recently reported in the latest code when accessing urls with firefox it doesn&#039;t respond due to the request content type, So please try out with an Axis2/Client or Some other browser like IE.

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Here is a demo codes of the application I used in the blog, <a href="http://downloads.dimuthu.org/codes/axis2/school.zip" rel="nofollow">http://downloads.dimuthu.org/codes/axis2/school.zip</a></p>
<p>Note that here the service is not responding with real values, but just a description of what operation called with what parameters..</p>
<p>You can access each operation by urls like (localhost should be renamed to your host).<br />
<a href="http://localhost/axis2/services/schoool/students" rel="nofollow">http://localhost/axis2/services/schoool/students</a><br />
<a href="http://localhost/axis2/services/schoool/subjects" rel="nofollow">http://localhost/axis2/services/schoool/subjects</a><br />
<a href="http://localhost/axis2/services/schoool/students/james" rel="nofollow">http://localhost/axis2/services/schoool/students/james</a><br />
<a href="http://localhost/axis2/services/schoool/subjects/maths" rel="nofollow">http://localhost/axis2/services/schoool/subjects/maths</a><br />
<a href="http://localhost/axis2/services/schoool/students/james/marks/maths" rel="nofollow">http://localhost/axis2/services/schoool/students/james/marks/maths</a></p>
<p>Note: it is recently reported in the latest code when accessing urls with firefox it doesn&#8217;t respond due to the request content type, So please try out with an Axis2/Client or Some other browser like IE.</p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheeke</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-419</link>
		<dc:creator>Cheeke</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-419</guid>
		<description>Thanks a lot Dimuthu. 

Your article is very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Dimuthu. </p>
<p>Your article is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-418</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-418</guid>
		<description>Hi Cheeke,
Axis2/C has a httpd module that allows you to deploy axis2/c services in httpd. Here is a detailed documentation on that, http://ws.apache.org/axis2/c/docs/installationguide.html#3.

Anyway first of all if you have the service compiled, test the service using axis2_http_server and make sure it is working correctly.

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hi Cheeke,<br />
Axis2/C has a httpd module that allows you to deploy axis2/c services in httpd. Here is a detailed documentation on that, <a href="http://ws.apache.org/axis2/c/docs/installationguide.html#3" rel="nofollow">http://ws.apache.org/axis2/c/docs/installationguide.html#3</a>.</p>
<p>Anyway first of all if you have the service compiled, test the service using axis2_http_server and make sure it is working correctly.</p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheeke</title>
		<link>http://www.dimuthu.org/blog/2008/10/18/write-restful-services-in-c/comment-page-1/#comment-416</link>
		<dc:creator>Cheeke</dc:creator>
		<pubDate>Mon, 20 Oct 2008 12:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=497#comment-416</guid>
		<description>How do you deploy this restful service on apache httpd? I coded the sample and compiled but now what?.</description>
		<content:encoded><![CDATA[<p>How do you deploy this restful service on apache httpd? I coded the sample and compiled but now what?.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
