<?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 Zip Code Web Service!</title>
	<atom:link href="http://www.willfitch.com/soap-zip-code-web-service.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.willfitch.com/soap-zip-code-web-service.html</link>
	<description>programming, techniques and other stuff I like</description>
	<lastBuildDate>Fri, 14 May 2010 00:40:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-9471</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Sat, 19 Dec 2009 04:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-9471</guid>
		<description>As of now, it does not.  I am working on the REST version of this and also updating the database with additional API options.</description>
		<content:encoded><![CDATA[<p>As of now, it does not.  I am working on the REST version of this and also updating the database with additional API options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-8566</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 23 Sep 2009 20:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-8566</guid>
		<description>Does your service support REST requests? If so, what is the format for making such requests?</description>
		<content:encoded><![CDATA[<p>Does your service support REST requests? If so, what is the format for making such requests?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-7083</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 25 Jun 2009 06:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-7083</guid>
		<description>Hi Will,

Is this service limited to United States or it serves for other countries too ? I am looking for something which help for maximum country of out planet. Will it able to fulfill my requirement ?</description>
		<content:encoded><![CDATA[<p>Hi Will,</p>
<p>Is this service limited to United States or it serves for other countries too ? I am looking for something which help for maximum country of out planet. Will it able to fulfill my requirement ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Garcia</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-7013</link>
		<dc:creator>Tony Garcia</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-7013</guid>
		<description>hello. Thanks for providing this great service. I&#039;ve been testing it and would like to use it for a site I&#039;m developing. I do have one question, though -- how often is the zip code data updated?

thanks again</description>
		<content:encoded><![CDATA[<p>hello. Thanks for providing this great service. I&#8217;ve been testing it and would like to use it for a site I&#8217;m developing. I do have one question, though &#8212; how often is the zip code data updated?</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-6775</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 15 May 2009 19:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-6775</guid>
		<description>Great article...but.....any ideas on this error:

SOAP-ERROR: Encoding: string &#039;\x91...&#039; is not a valid utf-8 string [faultcode] =&gt; Client [faultcodens] =&gt; http://schemas.xmlsoap.org/soap/envelope/ )</description>
		<content:encoded><![CDATA[<p>Great article&#8230;but&#8230;..any ideas on this error:</p>
<p>SOAP-ERROR: Encoding: string &#8216;\x91&#8230;&#8217; is not a valid utf-8 string [faultcode] =&gt; Client [faultcodens] =&gt; <a href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow">http://schemas.xmlsoap.org/soap/envelope/</a> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pankaj</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-6727</link>
		<dc:creator>Pankaj</dc:creator>
		<pubDate>Fri, 08 May 2009 20:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-6727</guid>
		<description>Getting Distances Between Zip Codes - getDistanceByZip(int zipcode1, int zipcode2)

The arguments should have been &#039;String&#039; and not &#039;int&#039;. What if someone wants to calculate distance between &#039;07044&#039; and &#039;07928&#039;? Both are valid NJ zip codes.</description>
		<content:encoded><![CDATA[<p>Getting Distances Between Zip Codes &#8211; getDistanceByZip(int zipcode1, int zipcode2)</p>
<p>The arguments should have been &#8216;String&#8217; and not &#8216;int&#8217;. What if someone wants to calculate distance between &#8216;07044&#8242; and &#8216;07928&#8242;? Both are valid NJ zip codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-6047</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 09 Apr 2009 01:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-6047</guid>
		<description>Great article, very extensive. The best one I found on the first page of Google. Looking forward to Part 2. Thanks!</description>
		<content:encoded><![CDATA[<p>Great article, very extensive. The best one I found on the first page of Google. Looking forward to Part 2. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weast</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-5523</link>
		<dc:creator>Weast</dc:creator>
		<pubDate>Mon, 16 Mar 2009 14:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-5523</guid>
		<description>Hi Will,
This is a great service, thanks for all your hard work! I&#039;ve noticed that some zip codes return no results on the radius search (i.e. 60586, 60491). My requests to other zip codes work beautifully, but occasionally I see these rogues. Could this be due to outdated data?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Will,<br />
This is a great service, thanks for all your hard work! I&#8217;ve noticed that some zip codes return no results on the radius search (i.e. 60586, 60491). My requests to other zip codes work beautifully, but occasionally I see these rogues. Could this be due to outdated data?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-5335</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Thu, 05 Mar 2009 14:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-5335</guid>
		<description>Hi Diego,

This service isn&#039;t going anywhere. I will be releasing a new version of it very soon, but this version will be available for 6 months or so after that release.</description>
		<content:encoded><![CDATA[<p>Hi Diego,</p>
<p>This service isn&#8217;t going anywhere. I will be releasing a new version of it very soon, but this version will be available for 6 months or so after that release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-5333</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 05 Mar 2009 13:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-5333</guid>
		<description>Hi Will,
I&#039;m planning to use this web service in a project I&#039;m about to start. Is it still online? For how long do you think it&#039;s going to be available? I mean... if there&#039;s the possibility that it is put out of service.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Will,<br />
I&#8217;m planning to use this web service in a project I&#8217;m about to start. Is it still online? For how long do you think it&#8217;s going to be available? I mean&#8230; if there&#8217;s the possibility that it is put out of service.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-5155</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Wed, 25 Feb 2009 16:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-5155</guid>
		<description>Hi Jay,

This service has been around for more than two years, and it has always been free.  The code behind it is PHP and the service is RPC.  I am working on, in as much time as I can spare, a document-literal version which will provide more than just &quot;data&quot;.  It will provide business functions as web services were intended to do.</description>
		<content:encoded><![CDATA[<p>Hi Jay,</p>
<p>This service has been around for more than two years, and it has always been free.  The code behind it is PHP and the service is RPC.  I am working on, in as much time as I can spare, a document-literal version which will provide more than just &#8220;data&#8221;.  It will provide business functions as web services were intended to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-5075</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sat, 21 Feb 2009 14:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-5075</guid>
		<description>Awesome, I can&#039;t wait to use this. Is this free? What ab the code that powers the web service? My only concern is that eventually you will stop offering this and it will go away (as many others I&#039;ve seen has)</description>
		<content:encoded><![CDATA[<p>Awesome, I can&#8217;t wait to use this. Is this free? What ab the code that powers the web service? My only concern is that eventually you will stop offering this and it will go away (as many others I&#8217;ve seen has)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloud9ine</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-4534</link>
		<dc:creator>cloud9ine</dc:creator>
		<pubDate>Fri, 09 Jan 2009 19:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-4534</guid>
		<description>Thanks, Will

On second looks, it is an hour off, not 11 hours. 

In your example, you have only one parameter passed, the zip code. What is the second parameter (string) in the WSDL? Is it a selection of 12 or 24 hourly? Could you help us with the explanation of this parameter?

I end up having an AM / PM problem as well. I am trying the zip code 63031. Also, I might be hitting your server a little hard around now since I am developing. Sorry for the trouble.

Thanks again for a very useful service.</description>
		<content:encoded><![CDATA[<p>Thanks, Will</p>
<p>On second looks, it is an hour off, not 11 hours. </p>
<p>In your example, you have only one parameter passed, the zip code. What is the second parameter (string) in the WSDL? Is it a selection of 12 or 24 hourly? Could you help us with the explanation of this parameter?</p>
<p>I end up having an AM / PM problem as well. I am trying the zip code 63031. Also, I might be hitting your server a little hard around now since I am developing. Sorry for the trouble.</p>
<p>Thanks again for a very useful service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-4396</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Mon, 22 Dec 2008 21:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-4396</guid>
		<description>Hello cloud9ine,

I will check this when I get home this evening.  Thanks for bringing it to my attention!</description>
		<content:encoded><![CDATA[<p>Hello cloud9ine,</p>
<p>I will check this when I get home this evening.  Thanks for bringing it to my attention!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloud9ine</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-4395</link>
		<dc:creator>cloud9ine</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-4395</guid>
		<description>Actually, it looks like it is a whole 11 hours off since the result is an hour ahead but AM instead of PM</description>
		<content:encoded><![CDATA[<p>Actually, it looks like it is a whole 11 hours off since the result is an hour ahead but AM instead of PM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cloud9ine</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-4394</link>
		<dc:creator>cloud9ine</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-4394</guid>
		<description>Will,

Thanks a ton for this awesome service. One question though. I am catching time off by an hour. Is there possibly a DST error? Or should I adjust for DST? Is this service still being maintained?

Thanks

Cloud9ine</description>
		<content:encoded><![CDATA[<p>Will,</p>
<p>Thanks a ton for this awesome service. One question though. I am catching time off by an hour. Is there possibly a DST error? Or should I adjust for DST? Is this service still being maintained?</p>
<p>Thanks</p>
<p>Cloud9ine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-3973</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Tue, 11 Nov 2008 01:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-3973</guid>
		<description>Hi Jose,

Please use the latest version of the web service here http://www.phpfever.com/soap-zip-code-web-service.html.  The service you are referencing is outdated.</description>
		<content:encoded><![CDATA[<p>Hi Jose,</p>
<p>Please use the latest version of the web service here <a href="http://www.phpfever.com/soap-zip-code-web-service.html" rel="nofollow">http://www.phpfever.com/soap-zip-code-web-service.html</a>.  The service you are referencing is outdated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-3837</link>
		<dc:creator>Jose</dc:creator>
		<pubDate>Wed, 22 Oct 2008 15:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-3837</guid>
		<description>Hi ! your service is what i&#039;m looking for but i find some troubles when trying to make it working:

try
http://www.phpfever.com/web-services/zip_radius.php?zip_code=33033&amp;radius=10

it fails with some php warnings and fatal errors.
Are you going to fix that sooner ?

Regards

 Jose</description>
		<content:encoded><![CDATA[<p>Hi ! your service is what i&#8217;m looking for but i find some troubles when trying to make it working:</p>
<p>try<br />
<a href="http://www.phpfever.com/web-services/zip_radius.php?zip_code=33033&amp;radius=10" rel="nofollow">http://www.phpfever.com/web-services/zip_radius.php?zip_code=33033&amp;radius=10</a></p>
<p>it fails with some php warnings and fatal errors.<br />
Are you going to fix that sooner ?</p>
<p>Regards</p>
<p> Jose</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Crowell</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-3206</link>
		<dc:creator>Chad Crowell</dc:creator>
		<pubDate>Tue, 29 Jul 2008 18:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-3206</guid>
		<description>I&#039;m new to SOAP and the radius lookup is exactly what I need.  Can you give me a few pointers?  So, I know that calling this function with a provided zip code and radius value will give me an XML array of zip codes within that radius of he original zip code.  Secondarily, I would need to use that array to run against my records to provide the results to my users.  Fine.

I&#039;m just having trouble getting the calls to your API right.  If you could email me please, just a blank message, I&#039;d be grateful if we could have a conversation about how to get this call right in PHP.

Thanks Will.</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to SOAP and the radius lookup is exactly what I need.  Can you give me a few pointers?  So, I know that calling this function with a provided zip code and radius value will give me an XML array of zip codes within that radius of he original zip code.  Secondarily, I would need to use that array to run against my records to provide the results to my users.  Fine.</p>
<p>I&#8217;m just having trouble getting the calls to your API right.  If you could email me please, just a blank message, I&#8217;d be grateful if we could have a conversation about how to get this call right in PHP.</p>
<p>Thanks Will.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Fitch</title>
		<link>http://www.willfitch.com/soap-zip-code-web-service.html/comment-page-1#comment-2677</link>
		<dc:creator>Will Fitch</dc:creator>
		<pubDate>Wed, 02 Apr 2008 18:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpfever.com/soap-zip-code-web-service.html#comment-2677</guid>
		<description>The zip code search has been increased to 300 elements out.</description>
		<content:encoded><![CDATA[<p>The zip code search has been increased to 300 elements out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
