<?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>PHP and Unix tips &#187; soap</title>
	<atom:link href="http://www.fordnox.com/blog/tag/soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fordnox.com/blog</link>
	<description>Web developer for web developers</description>
	<lastBuildDate>Mon, 21 Mar 2011 16:00:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ZF 1.8 Soap server example module</title>
		<link>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/</link>
		<comments>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/#comments</comments>
		<pubDate>Wed, 27 May 2009 12:21:37 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=127</guid>
		<description><![CDATA[I want to share my example Zend Soap Server module. This is Zend Framework module, with default folders structure. You can just drop it your &#8220;modules&#8221; directory and server will be ready for work. My aim was to show how Service documentation is made &#8220;on the fly&#8221;. You only need to change DocBlock in service [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2009/05/zf-18-soap-server-example-module/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Zend Framework Soap server</title>
		<link>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/</link>
		<comments>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:07:47 +0000</pubDate>
		<dc:creator>Andrius</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[zend framework]]></category>

		<guid isPermaLink="false">http://www.fordnox.com/blog/?p=99</guid>
		<description><![CDATA[Thanks for great explanation Viktorai Agejevai Server class has function: /** * @desc Get Product info by product_id * @param int $product_id * @return array */ public function getProduct($product_id) { $result = array( "product_id"=>$product_id, "title"=>'Product Title' ); return $result; } Client get response: product_id 2 title Product Title I want this response to be like [...]]]></description>
		<wfw:commentRss>http://www.fordnox.com/blog/2008/11/zend-framework-soap-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

