<?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: Web Services en Flex</title>
	<atom:link href="http://www.codigometropoli.com/web-services-en-flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigometropoli.com/web-services-en-flex/</link>
	<description>Programación para Super Héroes</description>
	<lastBuildDate>Tue, 31 Aug 2010 13:41:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: WebServices en Flex &#171; CSLand</title>
		<link>http://www.codigometropoli.com/web-services-en-flex/comment-page-1/#comment-474</link>
		<dc:creator>WebServices en Flex &#171; CSLand</dc:creator>
		<pubDate>Mon, 23 Feb 2009 12:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.codigometropoli.com/?p=20#comment-474</guid>
		<description>[...] leave a comment &#187;  Links web services en flex [...]</description>
		<content:encoded><![CDATA[<p>[...] leave a comment &raquo;  Links web services en flex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por:  </title>
		<link>http://www.codigometropoli.com/web-services-en-flex/comment-page-1/#comment-385</link>
		<dc:creator> </dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.codigometropoli.com/?p=20#comment-385</guid>
		<description>Tanto código que creaste para la coneccion yo utilice dos configuraciones de webservice diferentes una para flash y otra para flex luego los montes y buala ...simple D:

Saludos ;)</description>
		<content:encoded><![CDATA[<p>Tanto código que creaste para la coneccion yo utilice dos configuraciones de webservice diferentes una para flash y otra para flex luego los montes y buala &#8230;simple D:</p>
<p>Saludos <img src='http://www.codigometropoli.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Angie</title>
		<link>http://www.codigometropoli.com/web-services-en-flex/comment-page-1/#comment-330</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codigometropoli.com/?p=20#comment-330</guid>
		<description>Hola Carla,

Muchisimas gracias por tu respuesta, exactamente, así como me indicaste pude obtener los datos.

Gracias de nuevo.</description>
		<content:encoded><![CDATA[<p>Hola Carla,</p>
<p>Muchisimas gracias por tu respuesta, exactamente, así como me indicaste pude obtener los datos.</p>
<p>Gracias de nuevo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Carla Macías</title>
		<link>http://www.codigometropoli.com/web-services-en-flex/comment-page-1/#comment-322</link>
		<dc:creator>Carla Macías</dc:creator>
		<pubDate>Tue, 06 Jan 2009 06:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codigometropoli.com/?p=20#comment-322</guid>
		<description>Hola Angie,

La forma en la que tendrías que acceder a los tags del XML es la siguiente:

[as]
trace(XMLresult.child(&quot;return&quot;).child(&quot;codAraO&quot;)[0]);
trace(XMLresult.child(&quot;return&quot;).child(&quot;codCrgO&quot;)[0]);
trace(XMLresult.child(&quot;return&quot;).child(&quot;codPrflO&quot;)[0]);
trace(XMLresult.child(&quot;return&quot;).child(&quot;nomCrgO&quot;)[0]);
...
[/as]

Para futuras referencias, el código de tu XML es:

[xml]
&lt;ns2:logUsResponse xmlns:ns2=&quot;http://login.ejb/&quot; xmlns:S=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&gt;
  &lt;return&gt;
    &lt;codAraO&gt;12&lt;/codAraO&gt;
    &lt;codCrgO&gt;10&lt;/codCrgO&gt;
    &lt;codPrflO&gt;10&lt;/codPrflO&gt;
    &lt;codUsuO&gt;10&lt;/codUsuO&gt;
    &lt;nomAraO&gt;Informática&lt;/nomAraO&gt;
    &lt;nomCrgO&gt;Analista de Calidad&lt;/nomCrgO&gt;
    &lt;nomPrflO&gt;Creador&lt;/nomPrflO&gt;
    &lt;nomUsuO&gt;Maria de las Mercedes&lt;/nomUsuO&gt;
  &lt;/return&gt;
&lt;/ns2:logUsResponse&gt;
[/xml]

Saludos.</description>
		<content:encoded><![CDATA[<p>Hola Angie,</p>
<p>La forma en la que tendrías que acceder a los tags del XML es la siguiente:</p>
<div class="igBar"><span id="lactionscript-1"><a href="#" onclick="javascript:showPlainTxt('actionscript-1'); return false;">Texto Plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-1">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>XMLresult.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"return"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"codAraO"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>XMLresult.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"return"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"codCrgO"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>XMLresult.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"return"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"codPrflO"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">trace</span><span style="color: #66cc66;">&#40;</span>XMLresult.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"return"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">child</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"nomCrgO"</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#91;</span><span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">... </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Para futuras referencias, el código de tu XML es:</p>
<div class="igBar"><span id="lxml-2"><a href="#" onclick="javascript:showPlainTxt('xml-2'); return false;">Texto Plano</a></span></div>
<div class="syntax_hilite"><span class="langName">XML:</span>
<div id="xml-2">
<div class="xml">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;ns2</span>:logUsResponse xmlns:ns2=<span style="color: #ff0000;">"http://login.ejb/"</span> xmlns:<span style="color: #000066;">S</span>=<span style="color: #ff0000;">"http://schemas.xmlsoap.org/soap/envelope/"</span><span style="font-weight: bold; color: black;">&gt;</span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;return<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;codAraO<span style="font-weight: bold; color: black;">&gt;</span></span></span>12<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/codAraO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;codCrgO<span style="font-weight: bold; color: black;">&gt;</span></span></span>10<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/codCrgO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;codPrflO<span style="font-weight: bold; color: black;">&gt;</span></span></span>10<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/codPrflO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;codUsuO<span style="font-weight: bold; color: black;">&gt;</span></span></span>10<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/codUsuO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;nomAraO<span style="font-weight: bold; color: black;">&gt;</span></span></span>Informática<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/nomAraO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;nomCrgO<span style="font-weight: bold; color: black;">&gt;</span></span></span>Analista de Calidad<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/nomCrgO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;nomPrflO<span style="font-weight: bold; color: black;">&gt;</span></span></span>Creador<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/nomPrflO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;nomUsuO<span style="font-weight: bold; color: black;">&gt;</span></span></span>Maria de las Mercedes<span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/nomUsuO<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#2C442A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; <span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/return<span style="font-weight: bold; color: black;">&gt;</span></span></span></div>
</li>
<li style="font-weight: bold;color:#0B1558;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="font-weight: bold; color: black;">&lt;/ns2</span>:logUsResponse<span style="font-weight: bold; color: black;">&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Saludos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Angie</title>
		<link>http://www.codigometropoli.com/web-services-en-flex/comment-page-1/#comment-321</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.codigometropoli.com/?p=20#comment-321</guid>
		<description>Hola Carla,

Muchisimas gracias por ayudarme, acá te dejo el link del archivo txt con el xml:

http://rapidshare.com/files/180243250/LoginWeb_wsdl.txt.html</description>
		<content:encoded><![CDATA[<p>Hola Carla,</p>
<p>Muchisimas gracias por ayudarme, acá te dejo el link del archivo txt con el xml:</p>
<p><a href="http://rapidshare.com/files/180243250/LoginWeb_wsdl.txt.html" rel="nofollow">http://rapidshare.com/files/180243250/LoginWeb_wsdl.txt.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
