<?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>The Developer Day &#187; proxy</title>
	<atom:link href="http://www.thedeveloperday.com/tag/proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedeveloperday.com</link>
	<description>Staying Curious</description>
	<lastBuildDate>Fri, 03 Feb 2012 12:03:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP SoapClient proxy port problem</title>
		<link>http://www.thedeveloperday.com/php-soapclient-proxy/</link>
		<comments>http://www.thedeveloperday.com/php-soapclient-proxy/#comments</comments>
		<pubDate>Tue, 20 May 2008 10:48:18 +0000</pubDate>
		<dc:creator>Žilvinas Šaltys</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[soap-client]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.thedeveloperday.com/php-soapclient-proxy/</guid>
		<description><![CDATA[We couldn&#8217;t get soapclient with proxy working on our local machines. It was very lucky of me to find the following comment on php.net: I kept having a problem using an HTTP proxy with SOAP. The proxy_port parameter has to be an integer, ie. "proxy_port" =&#62; "80" won't work, you'll have to use "proxy_port" =&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>We couldn&#8217;t get soapclient with proxy working on our local machines. It was very lucky of me to find the following comment on php.net:</p>
<p><code><span class="html"> I kept having a problem using an HTTP proxy with SOAP. The proxy_port parameter has to be an integer, ie. "proxy_port" =&gt; "80" won't work, you'll have to use "proxy_port" =&gt; 80.</span></code></p>
<p>Incredibly hard to catch bugs like these. It&#8217;s probably a bug that should get reported. It would be nice to have a note in the documentation to warn other developers from experiencing the same problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thedeveloperday.com/php-soapclient-proxy/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

