<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>S V N Labs Softwares &#187; restful post</title>
	<atom:link href="http://blog.svnlabs.com/tag/restful-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.svnlabs.com</link>
	<description>Entrepreneur, Blogger, LAMP Programmer, Linux Admin, Web Consultant, Cloud Manager, Apps Developer</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:59:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>send xml over post</title>
		<link>http://blog.svnlabs.com/send-xml-over-post/</link>
		<comments>http://blog.svnlabs.com/send-xml-over-post/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 04:11:45 +0000</pubDate>
		<dc:creator>Sandeep Verma</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[communicate via curl]]></category>
		<category><![CDATA[curl web service]]></category>
		<category><![CDATA[post xml]]></category>
		<category><![CDATA[restful post]]></category>
		<category><![CDATA[xml post to server]]></category>

		<guid isPermaLink="false">http://blog.svnlabs.com/?p=203</guid>
		<description><![CDATA[Hits: 139&#160;&#160;&#60;?php /* $url = Web Service Url or Server Url where xml have to post $xml = XML  schema to post on server */ function sendXmlOverPost($url, $xml) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); // For xml, change the content-type. curl_setopt ($ch, CURLOPT_HTTPHEADER, Array(&#8220;Content-Type: text/xml&#8221;)); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $xml); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); [...]]]></description>
		<wfw:commentRss>http://blog.svnlabs.com/send-xml-over-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

