<?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>LolocoJr &#187; php nusoap hack</title>
	<atom:link href="http://www.railsguru.com/articles/tag/php-nusoap-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.railsguru.com</link>
	<description>Andy Lo-A-Foe&#039;s blog</description>
	<lastBuildDate>Thu, 21 Jul 2011 13:31:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>NuSOAP together with PHP5-SOAP</title>
		<link>http://www.railsguru.com/articles/2007/08/30/nusoap-with-php5-soap/</link>
		<comments>http://www.railsguru.com/articles/2007/08/30/nusoap-with-php5-soap/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 18:57:00 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Home]]></category>
		<category><![CDATA[php nusoap hack]]></category>

		<guid isPermaLink="false">http://www.railsguru.com/2007/10/18/nusoap-with-php5-soap</guid>
		<description><![CDATA[Every once in a while I get to fix/add stuff from my PHP days. Today I installed php5 on a fresh Ubuntu Feisty install I need to host a NuSOAP based service API to a client. However, the Ubuntu php &#8230; <a href="http://www.railsguru.com/articles/2007/08/30/nusoap-with-php5-soap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Every once in a while I get to fix/add stuff from my PHP days. Today I installed php5 on a fresh Ubuntu Feisty install I need to host a NuSOAP based service API to a client. However, the Ubuntu php module comes with SOAP support built in. The PHP bundled SOAP implementation is far from complete and I guess most folks still prefer the good &#8216;ol NuSOAP. The problem is this:<br/><br />
<br/><br />
<i>Cannot redeclare class soapclient</i><br/><br />
<br/><br />
Both NuSOAP and PHP&#8217;s SOAP use the same class name for the client implementation. Instead of uninstalling Feisty&#8217;s PHP module and rolling my own I decided to simply patch the NuSOAP 0.7.2 .php file and rename the class to nusoapclient. Saves a boatload of time IMHO. <a href="http://www.railsguru.com/assets/2007/8/30/nusoap-php5-soap.diff">Patch to NuSOAP 0.7.2</a></p>
<div id="in_post_ad_bottom_1" style="clear:both;margin: 5px;padding: 0px;"><script type="text/javascript"><!--
google_ad_client = "pub-6322765154114793";
/* 300x250, created 7/3/11 */
google_ad_slot = "6228709946";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><div style='clear:both'></div>]]></content:encoded>
			<wfw:commentRss>http://www.railsguru.com/articles/2007/08/30/nusoap-with-php5-soap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

