<?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: Web Service small how-to</title>
	<atom:link href="http://www.flexer.info/2007/10/23/web-service-small-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flexer.info/2007/10/23/web-service-small-how-to/</link>
	<description>flex developers web corner</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: qBiC</title>
		<link>http://www.flexer.info/2007/10/23/web-service-small-how-to/comment-page-1/#comment-9</link>
		<dc:creator>qBiC</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/10/23/web-service-small-how-to/#comment-9</guid>
		<description>I have not tried auth but here is what I think how it can be achieved:
&lt;pre lang=&quot;actionscript&quot;&gt;
_wsGeneralService.setCredentials(user,password);	
&lt;/pre&gt;
or:
&lt;pre lang=&quot;actionscript&quot;&gt;
_wsGeneralService.setRemoteCredentials(user,password);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I have not tried auth but here is what I think how it can be achieved:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">_wsGeneralService.<span style="color: #006600;">setCredentials</span><span style="color: #66cc66;">&#40;</span>user,<span style="color: #0066CC;">password</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

<p>or:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;">_wsGeneralService.<span style="color: #006600;">setRemoteCredentials</span><span style="color: #66cc66;">&#40;</span>user,<span style="color: #0066CC;">password</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: webdev.andrei</title>
		<link>http://www.flexer.info/2007/10/23/web-service-small-how-to/comment-page-1/#comment-8</link>
		<dc:creator>webdev.andrei</dc:creator>
		<pubDate>Fri, 26 Oct 2007 09:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/10/23/web-service-small-how-to/#comment-8</guid>
		<description>Article about authentication in Flex and speaking also about web service authentication can be found &lt;a href=&quot;http://livedocs.adobe.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&amp;file=00000760.htm&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Citation: &lt;em&gt;You can only configure authentication for named services. There are three options for handling a service endpoint URL that is secured using Basic authentication: pass-through, custom, and run-as authentication. Each of these options only works when the endpoint URL is secured using Basic authentication.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Article about authentication in Flex and speaking also about web service authentication can be found <a target="_blank" href="http://livedocs.adobe.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&#038;file=00000760.htm" rel="nofollow">here</a>.</p>
<p>Citation: <em>You can only configure authentication for named services. There are three options for handling a service endpoint URL that is secured using Basic authentication: pass-through, custom, and run-as authentication. Each of these options only works when the endpoint URL is secured using Basic authentication.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skitsanos</title>
		<link>http://www.flexer.info/2007/10/23/web-service-small-how-to/comment-page-1/#comment-7</link>
		<dc:creator>Skitsanos</dc:creator>
		<pubDate>Fri, 26 Oct 2007 08:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.flexer.info/2007/10/23/web-service-small-how-to/#comment-7</guid>
		<description>Yea, but nor Flex 2, nor Flex 3 can&#039;t handle authentication issues. I mentioned to Adobe already few times, but problem still remains.</description>
		<content:encoded><![CDATA[<p>Yea, but nor Flex 2, nor Flex 3 can&#8217;t handle authentication issues. I mentioned to Adobe already few times, but problem still remains.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

