<?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: KSoap with PHP Tutorial</title>
	<atom:link href="http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/</link>
	<description>A blog about music and technology and miscellaneous other things that make up my life</description>
	<lastBuildDate>Mon, 28 Nov 2011 21:31:37 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pete Tracey</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-66</link>
		<dc:creator>Pete Tracey</dc:creator>
		<pubDate>Mon, 28 Nov 2011 21:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-66</guid>
		<description>&lt;a href=&quot;#comment-52&quot; rel=&quot;nofollow&quot;&gt;@Oladipo Olasemo&lt;/a&gt; 
I&#039;m guessing just about the same process as net.rim just with the corresponding classes in j2me, I think net.rim just extends those classes.</description>
		<content:encoded><![CDATA[<p><a href="#comment-52" rel="nofollow">@Oladipo Olasemo</a><br />
I&#8217;m guessing just about the same process as net.rim just with the corresponding classes in j2me, I think net.rim just extends those classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Tracey</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-65</link>
		<dc:creator>Pete Tracey</dc:creator>
		<pubDate>Mon, 28 Nov 2011 21:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-65</guid>
		<description>&lt;a href=&quot;#comment-45&quot; rel=&quot;nofollow&quot;&gt;@tian&lt;/a&gt; 
&lt;pre lang=&quot;php&quot;&gt;
$server-&gt;addFunction(&quot;login&quot;);
&lt;/pre&gt;
This line associates the function with the SOAP that will be sent back to the BlackBerry. By returning a PHP array the SOAP library takes over and pushes it into XML that is supposedly a standard SOAP message. However I had to do that hack just to get to that single value, think there&#039;s something wrong. The gist of the article though is the pre-verify step, I noticed people all over the net banging their heads against the wall because they missed that step. 

That said, it is really better to use one of the cross-platform libraries where you can write a single code base and it will cross-compile for iOS, Android, and BlackBerry devices. Unless you&#039;re doing something more low-level than permitted by those APIs, which in this case was interfacing with credit card swipe peripherals. That project is pretty much on hold for now though.</description>
		<content:encoded><![CDATA[<p><a href="#comment-45" rel="nofollow">@tian</a></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$server</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>addFunction<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;login&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This line associates the function with the SOAP that will be sent back to the BlackBerry. By returning a PHP array the SOAP library takes over and pushes it into XML that is supposedly a standard SOAP message. However I had to do that hack just to get to that single value, think there&#8217;s something wrong. The gist of the article though is the pre-verify step, I noticed people all over the net banging their heads against the wall because they missed that step. </p>
<p>That said, it is really better to use one of the cross-platform libraries where you can write a single code base and it will cross-compile for iOS, Android, and BlackBerry devices. Unless you&#8217;re doing something more low-level than permitted by those APIs, which in this case was interfacing with credit card swipe peripherals. That project is pretty much on hold for now though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oladipo Olasemo</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-52</link>
		<dc:creator>Oladipo Olasemo</dc:creator>
		<pubDate>Wed, 08 Jun 2011 11:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-52</guid>
		<description>The preverification step required for ksoap2, i noticed you used net.rim; if i were to preverify for a j2me app how do i go about preverifying for this platform?</description>
		<content:encoded><![CDATA[<p>The preverification step required for ksoap2, i noticed you used net.rim; if i were to preverify for a j2me app how do i go about preverifying for this platform?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tian</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-45</link>
		<dc:creator>tian</dc:creator>
		<pubDate>Wed, 24 Nov 2010 04:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-45</guid>
		<description>nice tutorial!!

btw i want to know about if &quot;$result&quot; in PHP is an array,an array of object ,or an object.how can we passing that array?would you tell with an example?

thanks,
tian</description>
		<content:encoded><![CDATA[<p>nice tutorial!!</p>
<p>btw i want to know about if &#8220;$result&#8221; in PHP is an array,an array of object ,or an object.how can we passing that array?would you tell with an example?</p>
<p>thanks,<br />
tian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Tracey</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-36</link>
		<dc:creator>Pete Tracey</dc:creator>
		<pubDate>Fri, 29 Jan 2010 12:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-36</guid>
		<description>I left out the QCubed includes from this tutorial because they have nothing to do with KSoap2 and PHP Soap services. You can do whatever you want with the values you get from the blackberry, and send it back whatever you want. I just happen to use QCubed. In case someone is using QCubed though, all you need is the prepend.inc.php include.

One thing I should probably mention that is pretty important, though, is that the SoapServer object is only available if you have enabled &quot;--enable-soap&quot; for your PHP build. So if you&#039;re getting errors that SoapServer doesn&#039;t exist, it isn&#039;t a missing include, it&#039;s a PHP build missing that option.</description>
		<content:encoded><![CDATA[<p>I left out the QCubed includes from this tutorial because they have nothing to do with KSoap2 and PHP Soap services. You can do whatever you want with the values you get from the blackberry, and send it back whatever you want. I just happen to use QCubed. In case someone is using QCubed though, all you need is the prepend.inc.php include.</p>
<p>One thing I should probably mention that is pretty important, though, is that the SoapServer object is only available if you have enabled &#8220;&#8211;enable-soap&#8221; for your PHP build. So if you&#8217;re getting errors that SoapServer doesn&#8217;t exist, it isn&#8217;t a missing include, it&#8217;s a PHP build missing that option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PABLO</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-35</link>
		<dc:creator>PABLO</dc:creator>
		<pubDate>Thu, 28 Jan 2010 17:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-35</guid>
		<description>very good!!!
php include missing?</description>
		<content:encoded><![CDATA[<p>very good!!!<br />
php include missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Tracey</title>
		<link>http://www.petetracey.com/2009/11/ksoap-with-php-tutorial/comment-page-1/#comment-12</link>
		<dc:creator>Pete Tracey</dc:creator>
		<pubDate>Tue, 08 Dec 2009 12:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.petetracey.com/?p=43#comment-12</guid>
		<description>For those curious the ORM objects used in the example PHP code were all automatically generated by QCubed. http://www.petetracey.com/2009/09/qcubed-rocks/
</description>
		<content:encoded><![CDATA[<p>For those curious the ORM objects used in the example PHP code were all automatically generated by QCubed. <a href="http://www.petetracey.com/2009/09/qcubed-rocks/" rel="nofollow">http://www.petetracey.com/2009/09/qcubed-rocks/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

