<?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>joshkim.org &#187; nusoap</title>
	<atom:link href="http://joshkim.org/tag/nusoap/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshkim.org</link>
	<description>Be Awesome Instead // Essays by Josh Kim</description>
	<lastBuildDate>Sun, 01 Jan 2012 22:27:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>More SOAP Related issues</title>
		<link>http://joshkim.org/2007/02/24/more-soap-related-issues/</link>
		<comments>http://joshkim.org/2007/02/24/more-soap-related-issues/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 02:32:05 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[soapclient]]></category>
		<category><![CDATA[wsdl]]></category>

		<guid isPermaLink="false">http://www.joshkim.org/2007/02/24/more-soap-related-issues/</guid>
		<description><![CDATA[I&#8217;ve pretty much given up on this project (Going to be doing the AJAX calls for Google Search&#8230; definitely going to be posting another happy post later&#8230;). Thinking through Marc&#8217;s Question/Comment of why I didn&#8217;t use the SOAP libraries that &#8230; <a href="http://joshkim.org/2007/02/24/more-soap-related-issues/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve pretty much given up on this project (Going to be doing the AJAX calls for Google Search&#8230; definitely going to be posting another happy post later&#8230;). Thinking through <a href="http://joshkim.org/2007/02/22/debugged-marcs-php-nusoap-and-soap/#comments">Marc&#8217;s Question/Comment</a> of why I didn&#8217;t use the SOAP libraries that PHP came with, I decided to change a single line in the PHP code to make things work.</p>

<p>From:</p>

<pre><code>$soapclient = new Soap_Client('http://api.google.com/search/beta2');
</code></pre>

<p>To:</p>

<pre><code>$soapclient = new SoapClient('http://api.google.com/search/beta2');
</code></pre>

<p>Notice the difference? I guess there really wasn&#8217;t a reason to even look at NuSOAP, but I really didn&#8217;t know too much SOAP back then, and didn&#8217;t even know that there was a native PHP library for it.</p>

<p>Now the problem is this error that I keep getting, regardless of using the core PHP implementation of SOAP or NuSOAP:</p>

<blockquote>
  <p>Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn&#8217;t find <definitions> in &#8216;http://api.google.com/search/beta2&#8242; in /Users/jk/Sites/google/index.php:32 Stack trace: #0 /Users/jk/Sites/google/index.php(32): SoapClient->SoapClient(&#8216;http://api.goog&#8230;&#8217;) #1 {main} thrown in /Users/jk/Sites/google/index.php on line 32</p>
</blockquote>

<p>If anyone has any insight on what the heck this is talking about, do leave me some love. From this point on, if this problem does get fixed, it&#8217;ll just purely be for fun, and not for an actual project. I mean, the Google API Key that I have for this project isn&#8217;t even mine anyway: It&#8217;s from a co-worker.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2007/02/24/more-soap-related-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wasdfps</title>
		<link>http://joshkim.org/2007/02/22/wasdfps/</link>
		<comments>http://joshkim.org/2007/02/22/wasdfps/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 20:56:53 +0000</pubDate>
		<dc:creator>joshkim</dc:creator>
				<category><![CDATA[Video Games]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asdf]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fps]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[nusoap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[wasd]]></category>
		<category><![CDATA[wasdfps-games]]></category>

		<guid isPermaLink="false">http://www.joshkim.org/2007/02/22/wasdfps/</guid>
		<description><![CDATA[Lent commitment included nothing about games&#8230; crap. Games stopped &#8220;playing&#8221; (Pun! YES! BINGO!) any discernible role in my life maybe a year ago, so I guess I kinda left them out. Okay, let me vent a little bit, before I &#8230; <a href="http://joshkim.org/2007/02/22/wasdfps/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lent commitment included nothing about games&#8230; crap. Games stopped &#8220;playing&#8221; (Pun! YES! BINGO!) any discernible role in my life maybe a year ago, so I guess I kinda left them out.</p>

<p>Okay, let me vent a little bit, before I go back and start to cry, looking at my code.</p>

<p>Right now, I feel like my code is shooting me in the face. With an AWP. (Oh, I miss those days&#8230; sorta kinda&#8230; all those wasted hours on a silly game from the 90s&#8230;) I have no weapons to speak of. (Do I get points for really bad metaphors, too?) I&#8217;m having one of the hardest times figuring out why my &#8220;include&#8221; and &#8220;require&#8221; aren&#8217;t doing as they&#8217;re supposed to be.</p>

<p>Sidenote: Currently working on: Google SOAP calls to customize the Google search page. All I have to do is include <a href="http://dietrich.ganx4.com/nusoap/">NuSOAP</a>. What the heck is going on? (And like half the links to the sourceforge for NuSOAP is down for some random reason&#8230;)</p>

<h2>Now&#8230; Wasn&#8217;t That Roundabout</h2>

<p>Okay, back to the point of the post.</p>

<ul>
<li>WASD: the four buttons needed for any first person shooter game</li>
<li>ASDF: just another ridiculous computer nerd &#8220;joke&#8221;&#8230; I love typing &#8220;asdf&#8221;&#8230;</li>
<li>FPS: first person shooter</li>
</ul>

<p>Add the three together to get: wasdfps. I have no idea why this is funny. In about 30 seconds, I&#8217;m going to look back and say, &#8220;who wrote this garbage?&#8221;.</p>

<p>Regardless, this sucker&#8217;s copyrighted JK 2007 style.</p>

<p>Okay, back to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://joshkim.org/2007/02/22/wasdfps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

