<?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: SOAP WebService in Symfony</title>
	<atom:link href="http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/</link>
	<description>web development tips</description>
	<lastBuildDate>Mon, 22 Feb 2010 14:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jonathan Vogt</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-7130</link>
		<dc:creator>Jonathan Vogt</dc:creator>
		<pubDate>Thu, 28 Jan 2010 19:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-7130</guid>
		<description>Hi Carlos,

great tutorial. In your tutorial you mention your email contact and that the correct way would be to implement a custom soaphandler. Are there any updates on that issue. Do you know if it still breaks the WSDL generator. If not how would one implement such a soaphandler?

Thanks for sharing this tutorial</description>
		<content:encoded><![CDATA[<p>Hi Carlos,</p>
<p>great tutorial. In your tutorial you mention your email contact and that the correct way would be to implement a custom soaphandler. Are there any updates on that issue. Do you know if it still breaks the WSDL generator. If not how would one implement such a soaphandler?</p>
<p>Thanks for sharing this tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Barros</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3954</link>
		<dc:creator>Carlos Barros</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3954</guid>
		<description>Hi Rich.. I&#039;m glad this article helped you :)

About your problem, it&#039;s hard to say without looking at your code and config... but one common problem I used to have is the fact that php will cache the .wsdl file and reuse it all the time, so making changes to the actual .wsdl file (or automatically generating it) wont affect current file being used by php. I had similar problems a lot of times.. Not sure if that&#039;s your case, but try deleting the .wsdl file located in your /tmp directory, and try shutting off wsdl cache on your php.ini (if u didn&#039;t already do this)..

Carlos</description>
		<content:encoded><![CDATA[<p>Hi Rich.. I&#8217;m glad this article helped you <img src='http://blog.barros.ws/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>About your problem, it&#8217;s hard to say without looking at your code and config&#8230; but one common problem I used to have is the fact that php will cache the .wsdl file and reuse it all the time, so making changes to the actual .wsdl file (or automatically generating it) wont affect current file being used by php. I had similar problems a lot of times.. Not sure if that&#8217;s your case, but try deleting the .wsdl file located in your /tmp directory, and try shutting off wsdl cache on your php.ini (if u didn&#8217;t already do this)..</p>
<p>Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3953</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 19 Jul 2009 21:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3953</guid>
		<description>Hi Carlos - great post, thanks a lot :-) bit stuck at the moment though, checked out tag 3.0.0 from the SVN repository (nothing in &#039;trunk&#039; at the moment?), and I don&#039;t get any parameters passed to my action $request object, despite everything else being fine.  Any ideas at all? Eg if I submit 1 in the SOAP request, $request-&gt;getParameter(&quot;myId&quot;) is NULL...

Rich</description>
		<content:encoded><![CDATA[<p>Hi Carlos &#8211; great post, thanks a lot <img src='http://blog.barros.ws/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  bit stuck at the moment though, checked out tag 3.0.0 from the SVN repository (nothing in &#8216;trunk&#8217; at the moment?), and I don&#8217;t get any parameters passed to my action $request object, despite everything else being fine.  Any ideas at all? Eg if I submit 1 in the SOAP request, $request-&gt;getParameter(&quot;myId&quot;) is NULL&#8230;</p>
<p>Rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3662</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3662</guid>
		<description>Correction2 (tags seem not to be allowed):

soap_options:
cache_wsdl: &lt;?php echoln(WSDL_CACHE_NONE) ?&gt;</description>
		<content:encoded><![CDATA[<p>Correction2 (tags seem not to be allowed):</p>
<p>soap_options:<br />
cache_wsdl: &lt;?php echoln(WSDL_CACHE_NONE) ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3661</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Fri, 26 Jun 2009 11:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3661</guid>
		<description>Correction: Must be written as:

soap_options:
cache_wsdl: </description>
		<content:encoded><![CDATA[<p>Correction: Must be written as:</p>
<p>soap_options:<br />
cache_wsdl:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Barros</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3628</link>
		<dc:creator>Carlos Barros</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3628</guid>
		<description>Hi Przemek. I think u can simply return it as an normal string, but I never did it.

Dennis: Thanks for the tip, I used to delete the cached file from my tmp directory, but it was a pain, I&#039;ll give it a try next time.

Carlos</description>
		<content:encoded><![CDATA[<p>Hi Przemek. I think u can simply return it as an normal string, but I never did it.</p>
<p>Dennis: Thanks for the tip, I used to delete the cached file from my tmp directory, but it was a pain, I&#8217;ll give it a try next time.</p>
<p>Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3609</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3609</guid>
		<description>Thanks for the Tutorial.

Perhals someone else has the problem in development: WSDL ist cached.


        soap_options:
cache_wsdl: WSDL_CACHE_NONE</description>
		<content:encoded><![CDATA[<p>Thanks for the Tutorial.</p>
<p>Perhals someone else has the problem in development: WSDL ist cached.</p>
<p>        soap_options:<br />
cache_wsdl: WSDL_CACHE_NONE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Przemek</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3499</link>
		<dc:creator>Przemek</dc:creator>
		<pubDate>Tue, 16 Jun 2009 08:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3499</guid>
		<description>Nice tutorial.

I have a small question - what about including date and time (mysql &#039;date&#039; type) in SOAP response?

Thanks,
Przemek</description>
		<content:encoded><![CDATA[<p>Nice tutorial.</p>
<p>I have a small question &#8211; what about including date and time (mysql &#8216;date&#8217; type) in SOAP response?</p>
<p>Thanks,<br />
Przemek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Barros</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-3312</link>
		<dc:creator>Carlos Barros</dc:creator>
		<pubDate>Tue, 02 Jun 2009 11:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-3312</guid>
		<description>Hi Alex. Sorry for the long delay, was taking my vacation :) Hmm, I didn&#039;t understand very well your question, can you explain again?

Thanks

Carlos</description>
		<content:encoded><![CDATA[<p>Hi Alex. Sorry for the long delay, was taking my vacation <img src='http://blog.barros.ws/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hmm, I didn&#8217;t understand very well your question, can you explain again?</p>
<p>Thanks</p>
<p>Carlos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.barros.ws/2008/11/16/soap-webservice-in-symfony/comment-page-1/#comment-2821</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 18 May 2009 16:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.barros.ws/?p=69#comment-2821</guid>
		<description>Thanks! Great article!

But I don&#039;t understand what happens when the parameters of the web method are different from primitive types ?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks! Great article!</p>
<p>But I don&#8217;t understand what happens when the parameters of the web method are different from primitive types ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
