<?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>Comentarios en: MXNA Flash Client Final</title>
	<atom:link href="http://tmeister.net/2005/04/26/mxna-flash-client-final/feed/" rel="self" type="application/rss+xml" />
	<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/</link>
	<description>Blog acerca de desarrollo orientado hacia Flash, Flex y Actionscript.</description>
	<lastBuildDate>Tue, 20 Dec 2011 04:57:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Por: Attila</title>
		<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/comment-page-1/#comment-1124</link>
		<dc:creator>Attila</dc:creator>
		<pubDate>Tue, 03 May 2005 16:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://tmeister.net/?p=42#comment-1124</guid>
		<description>Thank you for the great Solution ...!


Best regards from Munich
Attila</description>
		<content:encoded><![CDATA[<p>Thank you for the great Solution &#8230;!</p>
<p>Best regards from Munich<br />
Attila</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Folkert  Hielema</title>
		<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/comment-page-1/#comment-1099</link>
		<dc:creator>Folkert  Hielema</dc:creator>
		<pubDate>Fri, 29 Apr 2005 15:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://tmeister.net/?p=42#comment-1099</guid>
		<description>yeah thanx , i made a &#039;stupid&#039; error without setting the setWebServicesHandler, which does the trick.
(don&#039;t talk about it )

PD (in dutch that would be, PS) my english is just as worse ;)</description>
		<content:encoded><![CDATA[<p>yeah thanx , i made a &#8216;stupid&#8217; error without setting the setWebServicesHandler, which does the trick.<br />
(don&#8217;t talk about it )</p>
<p>PD (in dutch that would be, PS) my english is just as worse <img src='http://tmeister.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: KENNY</title>
		<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/comment-page-1/#comment-1094</link>
		<dc:creator>KENNY</dc:creator>
		<pubDate>Fri, 29 Apr 2005 02:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://tmeister.net/?p=42#comment-1094</guid>
		<description>Bonita page</description>
		<content:encoded><![CDATA[<p>Bonita page</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Tmeister</title>
		<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/comment-page-1/#comment-1093</link>
		<dc:creator>Tmeister</dc:creator>
		<pubDate>Fri, 29 Apr 2005 01:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://tmeister.net/?p=42#comment-1093</guid>
		<description>hi there.

you must edit you gateway.php indicating that to use to communicate with the Web services. 

there is three options
SoapClient PHP5 
NuSOAP 
PEAR::SOAP 

I use NuSOAP, &lt;a href=&quot;http://sourceforge.net/projects/nusoap/&quot; rel=&quot;nofollow&quot;&gt;download here&lt;/a&gt;, place the nusoap.php file in the flashservises/lib directory 

my gateway.php looks like this.

    include &quot;./app/Gateway.php&quot;;
    $gateway = new Gateway();
    $gateway-&gt;setBaseClassPath(&quot;./services&quot;);
    $gateway-&gt;setLooseMode(true);
    $gateway-&gt;setCharsetHandler( &quot;none&quot;, &quot;ISO-8859-1&quot;, &quot;ISO-8859-1&quot;, &quot;ISO-8859-1&quot; ); 
    $gateway-&gt;setWebServiceHandler(&#039;nusoap&#039;);
    $gateway-&gt;service();

PD. i know my english suxs 8)</description>
		<content:encoded><![CDATA[<p>hi there.</p>
<p>you must edit you gateway.php indicating that to use to communicate with the Web services. </p>
<p>there is three options<br />
SoapClient PHP5<br />
NuSOAP<br />
PEAR::SOAP </p>
<p>I use NuSOAP, <a href="http://sourceforge.net/projects/nusoap/" rel="nofollow">download here</a>, place the nusoap.php file in the flashservises/lib directory </p>
<p>my gateway.php looks like this.</p>
<p>    include &#8220;./app/Gateway.php&#8221;;<br />
    $gateway = new Gateway();<br />
    $gateway-&gt;setBaseClassPath(&#8220;./services&#8221;);<br />
    $gateway-&gt;setLooseMode(true);<br />
    $gateway-&gt;setCharsetHandler( &#8220;none&#8221;, &#8220;ISO-8859-1&#8243;, &#8220;ISO-8859-1&#8243;, &#8220;ISO-8859-1&#8243; );<br />
    $gateway-&gt;setWebServiceHandler(&#8216;nusoap&#8217;);<br />
    $gateway-&gt;service();</p>
<p>PD. i know my english suxs <img src='http://tmeister.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Folkert  Hielema</title>
		<link>http://tmeister.net/2005/04/26/mxna-flash-client-final/comment-page-1/#comment-1088</link>
		<dc:creator>Folkert  Hielema</dc:creator>
		<pubDate>Thu, 28 Apr 2005 15:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://tmeister.net/?p=42#comment-1088</guid>
		<description>Great stuff, thanx for sharing.
Strange thing is, when i use my own gateway.php it does not work, when i use your gateway url (no worrys just a few test hits) , it works.
I have the beta up ;) so must be missing a simple thing here.</description>
		<content:encoded><![CDATA[<p>Great stuff, thanx for sharing.<br />
Strange thing is, when i use my own gateway.php it does not work, when i use your gateway url (no worrys just a few test hits) , it works.<br />
I have the beta up <img src='http://tmeister.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  so must be missing a simple thing here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Object Caching 413/414 objects using disk: basic

Served from: tmeister.net @ 2012-02-07 00:51:48 -->

<!-- W3 Total Cache: Db cache debug info:
Engine:             disk: basic
Total queries:      13
Cached queries:     1
Total query time:   0.0081
SQL info:
    # | Time (s) |    Caching (Reject reason)     |   Status   | Data size (b) | Query
    1 |   0.0007 |  disabled (Query is rejected)  | not cached |             0 | SHOW TABLES LIKE 'wp_tla_data'
    2 |   0.0006 |  disabled (Query is rejected)  | not cached |             0 | SHOW COLUMNS FROM wp_tla_data LIKE 'xml_key'
    3 |   0.0015 |  disabled (Query is rejected)  | not cached |             0 | DELETE FROM `wp_tla_data` WHERE xml_key='68352PK2JBLU5JAHSAA1' OR xml_key = ''
    4 |   0.0006 |  disabled (Query is rejected)  | not cached |             0 | INSERT INTO `wp_tla_data` (`url`, `post_id`, `xml_key`, `text`, `before_text`, `after_text`) VALUES  (
                            'http://www.vuelosbaratos.es',
                            '0',
                            '68352PK2JBLU5JAHSAA1',
                            'vuelos baratos',
                            '',
                            ''
                        ), (
                            'http://www.amigoautos.es/alquiler-coches-menorca/',
                            '0',
                            '68352PK2JBLU5JAHSAA1',
                            'Alquiler Coches Menorca',
                            '',
                            ''
                        )
    5 |   0.0005 |            enabled             |   cached   |          4215 | SELECT * FROM wp_tla_data
    6 |   0.0003 |            enabled             | not cached |           642 | SELECT comment_date_gmt FROM wp_comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 1
    7 |   0.0008 |            enabled             | not cached |         10152 | SELECT   wp_posts.* FROM wp_posts  WHERE 1=1  AND YEAR(wp_posts.post_date)='2005' AND MONTH(wp_posts.post_date)='4' AND DAYOFMONTH(wp_posts.post_date)='26' AND wp_posts.post_name = 'mxna-flash-client-final' AND wp_posts.post_type = 'post'  ORDER BY wp_posts.post_date DESC
    8 |   0.0007 |            enabled             | not cached |         10855 | SELECT wp_comments.* FROM wp_comments  WHERE comment_post_ID = '42' AND comment_approved = '1'  ORDER BY comment_date_gmt DESC LIMIT 15
    9 |   0.0006 |            enabled             | not cached |           662 | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 42 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2005-05-03 16:35:17'
   10 |   0.0004 |            enabled             | not cached |           662 | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 42 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2005-04-29 15:33:09'
   11 |   0.0003 |            enabled             | not cached |           662 | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 42 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2005-04-29 02:02:57'
   12 |   0.0004 |            enabled             | not cached |           662 | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 42 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2005-04-29 01:32:55'
   13 |   0.0006 |            enabled             | not cached |           662 | SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 42 AND comment_parent = 0 AND comment_approved = '1' AND comment_date_gmt < '2005-04-28 15:34:32'
-->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          2005/04/26/mxna-flash-client-final/feed/_index.html
Caching:            disabled
Reject reason:      DONOTCACHEPAGE constant is defined
Status:             not cached
Creation Time:      0.421s
Header info:
X-Pingback:         http://tmeister.net/xmlrpc.php
Last-Modified:      Tue, 20 Dec 2011 04:57:00 GMT
ETag:               "bbabccf8823a1123728ff9c5edf40731"
X-Powered-By:       W3 Total Cache/0.9.2.4
Link:               <http://wp.me/popOH-G>; rel=shortlink
Content-Type:       text/xml; charset=utf-8
-->
