<?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: SoapServer : HTTP_RAW_POST_DATA SOAP Errors resolved</title>
	<atom:link href="http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/feed/" rel="self" type="application/rss+xml" />
	<link>http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/</link>
	<description>a researcher, writer and technologist</description>
	<lastBuildDate>Mon, 10 May 2010 22:26:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sujoy</title>
		<link>http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/#comment-14</link>
		<dc:creator>Sujoy</dc:creator>
		<pubDate>Wed, 04 Mar 2009 10:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.nailchipper.com/weblog/?p=57#comment-14</guid>
		<description>I am still not able to find any solution  ??

ini_set(&quot;soap.wsdl_cache_enabled&quot;, &quot;0&quot;);
ini_set(&quot;always_populate_raw_post_data&quot;, &quot;On&quot;);

$data = $HTTP_RAW_POST_DATA;
$data = file_get_contents(&#039;php://input&#039;);
$serverMap = new SOAPServer(null,array(&#039;uri&#039;=&gt;&#039;urn:someMethod&#039;));
	$serverMap-&gt;setClass(&#039;MmService&#039;);

$serverMap-&gt;setPersistence(SOAP_PERSISTENCE_SESSION);
	$serverMap-&gt;handle($data);


Any Help !!</description>
		<content:encoded><![CDATA[<p>I am still not able to find any solution  ??</p>
<p>ini_set(&#8220;soap.wsdl_cache_enabled&#8221;, &#8220;0&#8243;);<br />
ini_set(&#8220;always_populate_raw_post_data&#8221;, &#8220;On&#8221;);</p>
<p>$data = $HTTP_RAW_POST_DATA;<br />
$data = file_get_contents(&#8216;php://input&#8217;);<br />
$serverMap = new SOAPServer(null,array(&#8216;uri&#8217;=&gt;&#8217;urn:someMethod&#8217;));<br />
	$serverMap-&gt;setClass(&#8216;MmService&#8217;);</p>
<p>$serverMap-&gt;setPersistence(SOAP_PERSISTENCE_SESSION);<br />
	$serverMap-&gt;handle($data);</p>
<p>Any Help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/#comment-13</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 12 Jul 2007 19:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nailchipper.com/weblog/?p=57#comment-13</guid>
		<description>Try adding:

always_populate_raw_post_data=On

to your php.ini file.</description>
		<content:encoded><![CDATA[<p>Try adding:</p>
<p>always_populate_raw_post_data=On</p>
<p>to your php.ini file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirko Buholzer</title>
		<link>http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/#comment-12</link>
		<dc:creator>Mirko Buholzer</dc:creator>
		<pubDate>Sat, 09 Jun 2007 05:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nailchipper.com/weblog/?p=57#comment-12</guid>
		<description>The fix with:

$data = file_get_contents(&#039;php://input&#039;);

  $server-&gt;handle($data);

worked for me. But I still do not understand why I have to do that manually.
I am running xampp 1.6.2 and enabled all HTTP_RAW_POST_DATA settings in all php.ini files.

mirko</description>
		<content:encoded><![CDATA[<p>The fix with:</p>
<p>$data = file_get_contents(&#8216;php://input&#8217;);</p>
<p>  $server-&gt;handle($data);</p>
<p>worked for me. But I still do not understand why I have to do that manually.<br />
I am running xampp 1.6.2 and enabled all HTTP_RAW_POST_DATA settings in all php.ini files.</p>
<p>mirko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gizzle Ent.</title>
		<link>http://eddietejeda.com/2005/10/27/http_raw_post_data-soap-errors-resolved/#comment-11</link>
		<dc:creator>Gizzle Ent.</dc:creator>
		<pubDate>Tue, 26 Dec 2006 05:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.nailchipper.com/weblog/?p=57#comment-11</guid>
		<description>I have the same problem, some strange reason nothing i seem to do works. can anyone help use my email.</description>
		<content:encoded><![CDATA[<p>I have the same problem, some strange reason nothing i seem to do works. can anyone help use my email.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
