<?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>Joe Riggs Bloggs &#187; post</title>
	<atom:link href="http://joe-riggs.com/blog/tag/post/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe-riggs.com/blog</link>
	<description>simple man/complex world</description>
	<lastBuildDate>Thu, 19 Jan 2012 16:39:28 +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>php: Send xml/soap to Secured Server</title>
		<link>http://joe-riggs.com/blog/2009/03/php-send-xmlsoap-to-secured-server/</link>
		<comments>http://joe-riggs.com/blog/2009/03/php-send-xmlsoap-to-secured-server/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 13:26:41 +0000</pubDate>
		<dc:creator>jriggs</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[payload]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://joe-riggs.com/blog/?p=187</guid>
		<description><![CDATA[Sample requires curl see code below: function callWebServicePost&#40;$host, $url, $payload, $user, $password&#41; &#123; &#160; $header&#91;&#93; = &#34;Host: &#34;. $host; $header&#91;&#93; = &#34;Content-type: text/xml&#34;; $header&#91;&#93; = &#34;Content-length: &#34;.strlen&#40;$payload&#41; . &#34;\r\n&#34;; $header&#91;&#93; = $payload; &#160; $session = curl_init&#40;$url&#41;; &#160; // Tell curl to use HTTP POST curl_setopt &#40;$session, CURLOPT_POST, true&#41;; curl_setopt&#40;$session, CURLOPT_CONNECTTIMEOUT,30&#41;; // Tell curl that this [...]]]></description>
		<wfw:commentRss>http://joe-riggs.com/blog/2009/03/php-send-xmlsoap-to-secured-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

