<?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>Agence de Développement Informatique du Nord &#187; ckWebServicePlugin</title>
	<atom:link href="http://blog.adin.pro/tag/ckwebserviceplugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adin.pro</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 26 Dec 2019 08:54:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>ckWebServicePlugin empty params</title>
		<link>http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/</link>
		<comments>http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/#comments</comments>
		<pubDate>Fri, 21 Dec 2012 14:01:23 +0000</pubDate>
		<dc:creator><![CDATA[blogadmin]]></dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[ckWebServicePlugin]]></category>

		<guid isPermaLink="false">http://blog.adin.pro/?p=75</guid>
		<description><![CDATA[<p>You are using Symfony and the ckWebServicePlugin but in your action method you can&#8217;t access params value ? They are desperately empty ? This may due to a configuration issue, in your apps/config/filters.yml, it is important to put the soap_parameter &#8230; <a href="http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/">ckWebServicePlugin empty params</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>You are using Symfony and the ckWebServicePlugin but in your action method you can&#8217;t access params value ? They are desperately empty ?</p>
<p>This may due to a configuration issue, in your apps/config/filters.yml, it is important to put the soap_parameter before the cache and execution parameters</p>
<p>doesn&#8217;t work</p>
<pre class="brush: bash; title: ; notranslate">
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/12-Filters

rendering: ~
security:  ~

# insert your own filters here

cache:     ~
execution: ~

soap_parameter:
  class: ckSoapParameterFilter
  param:
    condition: %APP_ENABLE_SOAP_PARAMETER%

</pre>
<p>works</p>
<pre class="brush: bash; title: ; notranslate">
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/12-Filters

rendering: ~
security:  ~

# insert your own filters here
soap_parameter:
  class: ckSoapParameterFilter
  param:
    condition: %APP_ENABLE_SOAP_PARAMETER%

cache:     ~
execution: ~
</pre>
<p>It looks weird but it works for me.</p>
<p>The post <a rel="nofollow" href="http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/">ckWebServicePlugin empty params</a> appeared first on <a rel="nofollow" href="http://blog.adin.pro">Agence de Développement Informatique du Nord</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adin.pro/2012-12-21/ckwebserviceplugin-empty-params/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
