<?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 for Open Coding</title>
	<atom:link href="http://code.dortikum.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.dortikum.net</link>
	<description>Free your imagination</description>
	<lastBuildDate>Tue, 05 Jan 2010 18:31:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WPF MVVM and Showing Dialogs by uberVU - social comments</title>
		<link>http://code.dortikum.net/2010/01/05/wpf-mvvm-and-showing-dialogs/comment-page-1/#comment-1999</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Tue, 05 Jan 2010 18:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=194#comment-1999</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by MSExpression: #WPF MVVM and Showing Dialogs - http://bit.ly/4VaAeK - #msexp...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by MSExpression: #WPF MVVM and Showing Dialogs &#8211; <a href="http://bit.ly/4VaAeK" rel="nofollow">http://bit.ly/4VaAeK</a> &#8211; #msexp&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timer vs. DispatcherTimer in WPF by Boyan Mihailov</title>
		<link>http://code.dortikum.net/2008/08/06/timer-vs-dispatchertimer-in-wpf/comment-page-1/#comment-1998</link>
		<dc:creator>Boyan Mihailov</dc:creator>
		<pubDate>Mon, 12 Oct 2009 19:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=105#comment-1998</guid>
		<description>Sorry Ryan, but I have no input on this. What kind of object are you loading? Maybe you should destroy them when they are no longer used in order to free resources.</description>
		<content:encoded><![CDATA[<p>Sorry Ryan, but I have no input on this. What kind of object are you loading? Maybe you should destroy them when they are no longer used in order to free resources.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Timer vs. DispatcherTimer in WPF by Ryan</title>
		<link>http://code.dortikum.net/2008/08/06/timer-vs-dispatchertimer-in-wpf/comment-page-1/#comment-1997</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 12 Oct 2009 17:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=105#comment-1997</guid>
		<description>Do you have any input on dealing with DispaterTimer overload. I am using it to run multiple objects and after about 5 hours or so the CPU reaches 80% and it no longer functions as expected.  I&#039;m afraid that they are NOT being reclaimed with the GC.  

Thanks</description>
		<content:encoded><![CDATA[<p>Do you have any input on dealing with DispaterTimer overload. I am using it to run multiple objects and after about 5 hours or so the CPU reaches 80% and it no longer functions as expected.  I&#8217;m afraid that they are NOT being reclaimed with the GC.  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by magallanes</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1994</link>
		<dc:creator>magallanes</dc:creator>
		<pubDate>Mon, 15 Jun 2009 21:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1994</guid>
		<description>in the line 5355 (or 5354,5352?)
change :
ISO-8859-1
for UTF-8

Also:
In the root of the server (ex: http://localhost/)
add the next file

clientaccesspolicy.xml

--- cut here--


  
    
      
        
      
      
        
      

    
  

-- cut here--</description>
		<content:encoded><![CDATA[<p>in the line 5355 (or 5354,5352?)<br />
change :<br />
ISO-8859-1<br />
for UTF-8</p>
<p>Also:<br />
In the root of the server (ex: <a href="http://localhost/)" rel="nofollow">http://localhost/)</a><br />
add the next file</p>
<p>clientaccesspolicy.xml</p>
<p>&#8212; cut here&#8211;</p>
<p>&#8211; cut here&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by magallanes</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1993</link>
		<dc:creator>magallanes</dc:creator>
		<pubDate>Mon, 15 Jun 2009 21:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1993</guid>
		<description>Hi there:
I last i managed to ran it.

you will need the latest nusoap.php (or a modded nusoap).
http://sourceforge.net/projects/nusoap/ (0.7.3)

extract nusoap.php and put inside the other php file.

Uncomment the line 153 (or the line 152?):
//var $soap_defencoding = &#039;UTF-8&#039;;
--&gt;
var $soap_defencoding = &#039;UTF-8&#039;;

and edit the line 5355
$xml = &#039;&#039;;
--&gt;
$xml = &#039;soap_defencoding .&#039;&quot;?&gt;&#039;;
And thats it!.
soap_defencoding do nothing without those changes.</description>
		<content:encoded><![CDATA[<p>Hi there:<br />
I last i managed to ran it.</p>
<p>you will need the latest nusoap.php (or a modded nusoap).<br />
<a href="http://sourceforge.net/projects/nusoap/" rel="nofollow">http://sourceforge.net/projects/nusoap/</a> (0.7.3)</p>
<p>extract nusoap.php and put inside the other php file.</p>
<p>Uncomment the line 153 (or the line 152?):<br />
//var $soap_defencoding = &#8216;UTF-8&#8242;;<br />
&#8211;&gt;<br />
var $soap_defencoding = &#8216;UTF-8&#8242;;</p>
<p>and edit the line 5355<br />
$xml = &#8221;;<br />
&#8211;&gt;<br />
$xml = &#8217;soap_defencoding .&#8217;&#8221;?&gt;&#8217;;<br />
And thats it!.<br />
soap_defencoding do nothing without those changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by Cy</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1990</link>
		<dc:creator>Cy</dc:creator>
		<pubDate>Sun, 24 May 2009 08:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1990</guid>
		<description>Thx boyan, what a fast response :D

Time to REST</description>
		<content:encoded><![CDATA[<p>Thx boyan, what a fast response <img src='http://code.dortikum.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Time to REST</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by Boyan Mihailov</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1989</link>
		<dc:creator>Boyan Mihailov</dc:creator>
		<pubDate>Sun, 24 May 2009 06:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1989</guid>
		<description>If you find it hard to manage your SOAP web service, do not hesitate and use REST. In REST you can customize the output (normally a XML string) and your application will know how to process everything. Of course you do not have automatically generated methods and classes, but it is not a pain.</description>
		<content:encoded><![CDATA[<p>If you find it hard to manage your SOAP web service, do not hesitate and use REST. In REST you can customize the output (normally a XML string) and your application will know how to process everything. Of course you do not have automatically generated methods and classes, but it is not a pain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by Cy</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1988</link>
		<dc:creator>Cy</dc:creator>
		<pubDate>Sun, 24 May 2009 06:14:42 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1988</guid>
		<description>U may delete this comment

In case if you wan to see my php code, here it is

function search()
{
	$r = array(&#039;PlayerName&#039; =&gt; &#039;asd&#039;, &#039;Score&#039; =&gt; 23 );
	return array($r,$r);
}

$NAMESPACE = &quot;http://issoserious.com/GameClassLib/nusoap&quot;;
$server = new soap_server;

$server-&gt;debug_flag=false;
$server-&gt;configureWSDL(&#039;SearchResults&#039;, $NAMESPACE);
$server-&gt;wsdl-&gt;schemaTargetNamespace = $NAMESPACE;
$server-&gt;soap_defencoding = &#039;utf-8&#039;;

// ==== WSDL TYPES DECLARATION ==============================================

// ---- Result ----------------------------------------------------------------
$server-&gt;wsdl-&gt;addComplexType(&#039;Player&#039;,
    &#039;complexType&#039;,
    &#039;struct&#039;,
    &#039;all&#039;,
    &#039;&#039;,
    array(&#039;PlayerName&#039; =&gt; array(&#039;name&#039; =&gt; &#039;PlayerName&#039;,
             &#039;type&#039; =&gt; &#039;xsd:string&#039;),
        &#039;Score&#039; =&gt; array(&#039;name&#039; =&gt; &#039;Score&#039;,
             &#039;type&#039; =&gt; &#039;xsd:int&#039;)
          )
);

// ---- Result[] --------------------------------------------------------------

$server-&gt;wsdl-&gt;addComplexType(
    &#039;Players&#039;,
    &#039;complexType&#039;,
    &#039;array&#039;,
    &#039;&#039;,
    &#039;SOAP-ENC:Array&#039;,
    array(),
    array(
        array(&#039;ref&#039;=&gt;&#039;SOAP-ENC:arrayType&#039;,&#039;wsdl:arrayType&#039;=&gt;&#039;tns:Player[]&#039;)
    ),
    &#039;tns:Player&#039;
);
// ==== WSDL METHODS REGISTRATION ===========================================

   $methodName = &#039;search&#039;;
   	$input = array();
   	$output = array(&#039;return&#039; =&gt; &#039;tns:Players&#039;);
   	$soapAction = false;
   	$style = &#039;rpc&#039;;
   	$use = &#039;literal&#039;;
   	$description = &#039;A web service to get all customers&#039;;
   	$server-&gt;register($methodName, $input, $output, $NAMESPACE , $soapAction, $style, $use, $description);</description>
		<content:encoded><![CDATA[<p>U may delete this comment</p>
<p>In case if you wan to see my php code, here it is</p>
<p>function search()<br />
{<br />
	$r = array(&#8216;PlayerName&#8217; =&gt; &#8216;asd&#8217;, &#8216;Score&#8217; =&gt; 23 );<br />
	return array($r,$r);<br />
}</p>
<p>$NAMESPACE = &#8220;http://issoserious.com/GameClassLib/nusoap&#8221;;<br />
$server = new soap_server;</p>
<p>$server-&gt;debug_flag=false;<br />
$server-&gt;configureWSDL(&#8216;SearchResults&#8217;, $NAMESPACE);<br />
$server-&gt;wsdl-&gt;schemaTargetNamespace = $NAMESPACE;<br />
$server-&gt;soap_defencoding = &#8216;utf-8&#8242;;</p>
<p>// ==== WSDL TYPES DECLARATION ==============================================</p>
<p>// &#8212;- Result &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$server-&gt;wsdl-&gt;addComplexType(&#8216;Player&#8217;,<br />
    &#8216;complexType&#8217;,<br />
    &#8217;struct&#8217;,<br />
    &#8216;all&#8217;,<br />
    &#8221;,<br />
    array(&#8216;PlayerName&#8217; =&gt; array(&#8216;name&#8217; =&gt; &#8216;PlayerName&#8217;,<br />
             &#8216;type&#8217; =&gt; &#8216;xsd:string&#8217;),<br />
        &#8216;Score&#8217; =&gt; array(&#8216;name&#8217; =&gt; &#8216;Score&#8217;,<br />
             &#8216;type&#8217; =&gt; &#8216;xsd:int&#8217;)<br />
          )<br />
);</p>
<p>// &#8212;- Result[] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>$server-&gt;wsdl-&gt;addComplexType(<br />
    &#8216;Players&#8217;,<br />
    &#8216;complexType&#8217;,<br />
    &#8216;array&#8217;,<br />
    &#8221;,<br />
    &#8216;SOAP-ENC:Array&#8217;,<br />
    array(),<br />
    array(<br />
        array(&#8216;ref&#8217;=&gt;&#8217;SOAP-ENC:arrayType&#8217;,'wsdl:arrayType&#8217;=&gt;&#8217;tns:Player[]&#8216;)<br />
    ),<br />
    &#8216;tns:Player&#8217;<br />
);<br />
// ==== WSDL METHODS REGISTRATION ===========================================</p>
<p>   $methodName = &#8217;search&#8217;;<br />
   	$input = array();<br />
   	$output = array(&#8216;return&#8217; =&gt; &#8216;tns:Players&#8217;);<br />
   	$soapAction = false;<br />
   	$style = &#8216;rpc&#8217;;<br />
   	$use = &#8216;literal&#8217;;<br />
   	$description = &#8216;A web service to get all customers&#8217;;<br />
   	$server-&gt;register($methodName, $input, $output, $NAMESPACE , $soapAction, $style, $use, $description);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by Cy</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1987</link>
		<dc:creator>Cy</dc:creator>
		<pubDate>Sun, 24 May 2009 06:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1987</guid>
		<description>Anyway to allow webservice to return a list of data? 

I cant work it with ComplexData with SOAP-ENC:ArrayType as it works only when it is encoded but not literal

How to consume a webservice which is encoded (the method are not be generated by VS)

Thanks!</description>
		<content:encoded><![CDATA[<p>Anyway to allow webservice to return a list of data? </p>
<p>I cant work it with ComplexData with SOAP-ENC:ArrayType as it works only when it is encoded but not literal</p>
<p>How to consume a webservice which is encoded (the method are not be generated by VS)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Silverlight &amp; PHP by Jules</title>
		<link>http://code.dortikum.net/2008/08/03/silverlight-php/comment-page-1/#comment-1985</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Mon, 11 May 2009 12:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://code.dortikum.net/?p=41#comment-1985</guid>
		<description>This is the best description I have found on Silverlight/PHP Integraiton.
Unfortunately I am having porbelms, even with simple Hello World, in that all I get returned is e.Result being null. Even after I have removed SOAP encoding.

Anyone get null results ?</description>
		<content:encoded><![CDATA[<p>This is the best description I have found on Silverlight/PHP Integraiton.<br />
Unfortunately I am having porbelms, even with simple Hello World, in that all I get returned is e.Result being null. Even after I have removed SOAP encoding.</p>
<p>Anyone get null results ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
