<?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: gofr: AS3 Web Service</title>
	<atom:link href="http://labs.alducente.com/gophr/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.alducente.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 00:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: silverfox</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19900</link>
		<dc:creator>silverfox</dc:creator>
		<pubDate>Sun, 18 Dec 2011 00:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19900</guid>
		<description>it is possible to send data?

I want to send me a SOAP server and returns another SOAP, XML is that I will send 20mb, is this possible?</description>
		<content:encoded><![CDATA[<p>it is possible to send data?</p>
<p>I want to send me a SOAP server and returns another SOAP, XML is that I will send 20mb, is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woozer</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19314</link>
		<dc:creator>woozer</dc:creator>
		<pubDate>Thu, 06 Oct 2011 15:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19314</guid>
		<description>Hi there, 

I&#039;m seeking for a good soap service and your&#039;s seems to be very clean and easy to use. Now i have to connect to a service and the wsdl file is loading perfectly. But there is also a XSD file who is describing the methods and i&#039;m not sure your library supports external XSD files. Can u please confirm this. 

Thank you so much!</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>I&#8217;m seeking for a good soap service and your&#8217;s seems to be very clean and easy to use. Now i have to connect to a service and the wsdl file is loading perfectly. But there is also a XSD file who is describing the methods and i&#8217;m not sure your library supports external XSD files. Can u please confirm this. </p>
<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-19227</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Tue, 27 Sep 2011 13:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-19227</guid>
		<description>Hi. Great job. 
I need oyur help. When the site thath host webservice is down, or not internet connection, tha call throw an error in getWSDL method in WSDL class.

I try t catch them, with this code block in WebService connect method:

public function connect(wsdl:String):void{
   try {
      __wsdl = new WSDL(wsdl);
      __wsdl.getWSDL(wsdlComplete);
   }
   catch (error:Error) {
      throw new Error(&quot;No se pudo guardar el proyecto&quot;);
   }
}

and this code block in my application:

try {
   ws.addEventListener(Event.CONNECT, conectado);
   ws.connect(&quot;http://www.fotodepot.com.ar/GuardarProyecto.asmx?WSDL&quot;);
}
catch (error:Error) {
   popup.CerrarVentana();
   popup = new VentanaEditor();
   popup.show(&#039;No hemos podido guardar su proyecto&#039;);
}

Thoes not work. The error still launching and the catch block never is executed.

Can you help me.

Regards.

Alejandro</description>
		<content:encoded><![CDATA[<p>Hi. Great job.<br />
I need oyur help. When the site thath host webservice is down, or not internet connection, tha call throw an error in getWSDL method in WSDL class.</p>
<p>I try t catch them, with this code block in WebService connect method:</p>
<p>public function connect(wsdl:String):void{<br />
   try {<br />
      __wsdl = new WSDL(wsdl);<br />
      __wsdl.getWSDL(wsdlComplete);<br />
   }<br />
   catch (error:Error) {<br />
      throw new Error(&#8220;No se pudo guardar el proyecto&#8221;);<br />
   }<br />
}</p>
<p>and this code block in my application:</p>
<p>try {<br />
   ws.addEventListener(Event.CONNECT, conectado);<br />
   ws.connect(&#8220;http://www.fotodepot.com.ar/GuardarProyecto.asmx?WSDL&#8221;);<br />
}<br />
catch (error:Error) {<br />
   popup.CerrarVentana();<br />
   popup = new VentanaEditor();<br />
   popup.show(&#8216;No hemos podido guardar su proyecto&#8217;);<br />
}</p>
<p>Thoes not work. The error still launching and the catch block never is executed.</p>
<p>Can you help me.</p>
<p>Regards.</p>
<p>Alejandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aeolus</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-18896</link>
		<dc:creator>Aeolus</dc:creator>
		<pubDate>Fri, 05 Aug 2011 17:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-18896</guid>
		<description>when connect to the webservice I make by java , it say that “TypeError: Error #1006: sayHelloToWS is not a method . Who can help me?</description>
		<content:encoded><![CDATA[<p>when connect to the webservice I make by java , it say that “TypeError: Error #1006: sayHelloToWS is not a method . Who can help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moto</title>
		<link>http://labs.alducente.com/gophr/comment-page-2/#comment-18860</link>
		<dc:creator>Moto</dc:creator>
		<pubDate>Fri, 29 Jul 2011 20:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?page_id=13#comment-18860</guid>
		<description>Thank you so much for the hard work you did on this class.  It&#039;s a great framework for how to work with SOAP in flash.  I just want to make a note to everyone with questions.  Not every webservice is going to have functions like resolveIP as part of their funcitonality.  You are going to need to break down the framework here and match it to your development needs.

Thanks again for the hard work!

-Moto</description>
		<content:encoded><![CDATA[<p>Thank you so much for the hard work you did on this class.  It&#8217;s a great framework for how to work with SOAP in flash.  I just want to make a note to everyone with questions.  Not every webservice is going to have functions like resolveIP as part of their funcitonality.  You are going to need to break down the framework here and match it to your development needs.</p>
<p>Thanks again for the hard work!</p>
<p>-Moto</p>
]]></content:encoded>
	</item>
</channel>
</rss>

