<?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: PHP and Josso &#8211; Transparency Rocks!</title>
	<atom:link href="http://blog.utahcon.com/computers/code/php-and-josso-transparency-rocks/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.utahcon.com/computers/code/php-and-josso-transparency-rocks?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-and-josso-transparency-rocks</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 11:24:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mjk47</title>
		<link>http://blog.utahcon.com/computers/code/php-and-josso-transparency-rocks/comment-page-1#comment-921</link>
		<dc:creator>mjk47</dc:creator>
		<pubDate>Tue, 22 Feb 2011 16:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.utahcon.com/?p=315#comment-921</guid>
		<description>This looks like exactly what I need. I just having a little difficulty with getting it to work. Probably down to my lack of understanding.

When I try it as published, with the code calling out to the PHP SOAP API

$this-&gt;SSOIdentityManager = new Soapclient(JOSSO_SERVER .&#039;/josso/services/SSOIdentityManager?wsdl&#039;, array(&#039;Trace&#039; =&gt; 1));

It apparently connects and then fails wthen it calls $this-&gt;SSOIdentityManager-&gt;userExists($username). It seems to be passing a null username, although it is not null in the function call.

I tried following your other advice and changed it to call a renamed JOSSO SOAP API josso_soapclient. However, it now comes back with a message that jossosoapclient::userExists() is an udefined method.

I&#039;m guessing that I have something messed up in my configuration. ANy suggestions as to what I might be doing wrong gratefully received.</description>
		<content:encoded><![CDATA[<p>This looks like exactly what I need. I just having a little difficulty with getting it to work. Probably down to my lack of understanding.</p>
<p>When I try it as published, with the code calling out to the PHP SOAP API</p>
<p>$this-&gt;SSOIdentityManager = new Soapclient(JOSSO_SERVER .&#8217;/josso/services/SSOIdentityManager?wsdl&#8217;, array(&#8216;Trace&#8217; =&gt; 1));</p>
<p>It apparently connects and then fails wthen it calls $this-&gt;SSOIdentityManager-&gt;userExists($username). It seems to be passing a null username, although it is not null in the function call.</p>
<p>I tried following your other advice and changed it to call a renamed JOSSO SOAP API josso_soapclient. However, it now comes back with a message that jossosoapclient::userExists() is an udefined method.</p>
<p>I&#8217;m guessing that I have something messed up in my configuration. ANy suggestions as to what I might be doing wrong gratefully received.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

