<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for BTA Flexing</title>
	<atom:link href="http://shardulbartwal.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://shardulbartwal.wordpress.com</link>
	<description>My passion RIAs..............Shardul Singh Bartwal</description>
	<lastBuildDate>Fri, 13 Nov 2009 21:29:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Import Web Service(WSDL) Wizard in Flex 3.0 by Olivier</title>
		<link>http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/#comment-205</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Fri, 13 Nov 2009 21:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=32#comment-205</guid>
		<description>Hi everyone, 
In case some of you were still facing problem with the importation of the WSDL in Flex, in particular with HTTPS the trick is that in the case of a self signed certificate (no idea for a real certif) flex builder won&#039;t trust it.
So you have to add it manually to the certificate repository of flex builder so it can then discuss with the server.
In the flex builder directory there&#039;s this file so called &quot;cacerts&quot; which has all the certificate that flex builder accepted. When I had to use it, I played with a class Java found on the web that allow to manually accept self signed certificate. This class also re created a new repository so that I could change the one from Flex Builder :D
You may want to look into that direction ...
Hope it might help
Olivier ROMAND</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
In case some of you were still facing problem with the importation of the WSDL in Flex, in particular with HTTPS the trick is that in the case of a self signed certificate (no idea for a real certif) flex builder won&#8217;t trust it.<br />
So you have to add it manually to the certificate repository of flex builder so it can then discuss with the server.<br />
In the flex builder directory there&#8217;s this file so called &#8220;cacerts&#8221; which has all the certificate that flex builder accepted. When I had to use it, I played with a class Java found on the web that allow to manually accept self signed certificate. This class also re created a new repository so that I could change the one from Flex Builder <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
You may want to look into that direction &#8230;<br />
Hope it might help<br />
Olivier ROMAND</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Web Service(WSDL) Wizard in Flex 3.0 by shardulbartwal</title>
		<link>http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/#comment-204</link>
		<dc:creator>shardulbartwal</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=32#comment-204</guid>
		<description>Hi.......
Your flex file code is not included here.Pls add that.</description>
		<content:encoded><![CDATA[<p>Hi&#8230;&#8230;.<br />
Your flex file code is not included here.Pls add that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Web Service(WSDL) Wizard in Flex 3.0 by Alex Dove</title>
		<link>http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/#comment-203</link>
		<dc:creator>Alex Dove</dc:creator>
		<pubDate>Fri, 13 Nov 2009 16:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=32#comment-203</guid>
		<description>I have been working on a solution which appears like it would work fine. The source code and examples are found on Code Project http://www.codeproject.com/KB/aspnet/FlexASPWebService.aspx?msg=3270246#xx3270246xx This Flex/ASP example uses a web service to communicate to a SQL database.  Flex makes a web service call to the .asmx file via WSDL and the magic happens. I am running into a roadblock as I receive an error that the app cannot find the WSDL.  I have tried to run the same WSDL URL in a browser and I get an server application error.

I also am getting an error when using the example posted here. When I place my URL into the WSDL URI text box I receive an error that Flex cannot find the WSDL.

The Code for the Flex file is as follows…




      


&lt;!-- WebService definition --&gt;

      
      

      
            
                  
                        
                              
                              
                              
                        
                  
                  
                        
                              
                        
                        
                              
                        
                        
                              
                        
                        
                              
                        
                  
            
      
      


Any ideas?</description>
		<content:encoded><![CDATA[<p>I have been working on a solution which appears like it would work fine. The source code and examples are found on Code Project <a href="http://www.codeproject.com/KB/aspnet/FlexASPWebService.aspx?msg=3270246#xx3270246xx" rel="nofollow">http://www.codeproject.com/KB/aspnet/FlexASPWebService.aspx?msg=3270246#xx3270246xx</a> This Flex/ASP example uses a web service to communicate to a SQL database.  Flex makes a web service call to the .asmx file via WSDL and the magic happens. I am running into a roadblock as I receive an error that the app cannot find the WSDL.  I have tried to run the same WSDL URL in a browser and I get an server application error.</p>
<p>I also am getting an error when using the example posted here. When I place my URL into the WSDL URI text box I receive an error that Flex cannot find the WSDL.</p>
<p>The Code for the Flex file is as follows…</p>
<p><!-- WebService definition --></p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AIR and SQLite Connectivity by Erthy</title>
		<link>http://shardulbartwal.wordpress.com/2008/04/14/adobe-air-and-sqlite-connectivity/#comment-194</link>
		<dc:creator>Erthy</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=45#comment-194</guid>
		<description>And one more question: How can I see, what the database returns without uding a DataGrid (i would like to put the values into variables)?</description>
		<content:encoded><![CDATA[<p>And one more question: How can I see, what the database returns without uding a DataGrid (i would like to put the values into variables)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AIR and SQLite Connectivity by Erthy</title>
		<link>http://shardulbartwal.wordpress.com/2008/04/14/adobe-air-and-sqlite-connectivity/#comment-193</link>
		<dc:creator>Erthy</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=45#comment-193</guid>
		<description>And can I change the directory? And set it for example to a location that is not in the Application Data (so the user couldn&#039;t accidentaly clean it?). I am trying to make a program for testing vocabulary and I would like to store the dictionaries in the .db files, however, Application Data isn&#039;t an ideal place for them in this case.

Thank you for everything so far!</description>
		<content:encoded><![CDATA[<p>And can I change the directory? And set it for example to a location that is not in the Application Data (so the user couldn&#8217;t accidentaly clean it?). I am trying to make a program for testing vocabulary and I would like to store the dictionaries in the .db files, however, Application Data isn&#8217;t an ideal place for them in this case.</p>
<p>Thank you for everything so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AIR and SQLite Connectivity by Shardul Singh Bartwal</title>
		<link>http://shardulbartwal.wordpress.com/2008/04/14/adobe-air-and-sqlite-connectivity/#comment-192</link>
		<dc:creator>Shardul Singh Bartwal</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=45#comment-192</guid>
		<description>The path of the file will like this.
&#039;C:\Documents and Settings\userProfileName\Application Data\ProjectName\Local Store’.

If you are already having an existing db file 
then you can check it by.......
if((databaseFile != null) &amp;&amp; (databaseFile.exists)) 
{
//Do your sql execution here...........
}</description>
		<content:encoded><![CDATA[<p>The path of the file will like this.<br />
&#8216;C:\Documents and Settings\userProfileName\Application Data\ProjectName\Local Store’.</p>
<p>If you are already having an existing db file<br />
then you can check it by&#8230;&#8230;.<br />
if((databaseFile != null) &amp;&amp; (databaseFile.exists))<br />
{<br />
//Do your sql execution here&#8230;&#8230;&#8230;..<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AIR and SQLite Connectivity by Erthy</title>
		<link>http://shardulbartwal.wordpress.com/2008/04/14/adobe-air-and-sqlite-connectivity/#comment-190</link>
		<dc:creator>Erthy</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=45#comment-190</guid>
		<description>Hi! I am probably just asking a silly question, however I would really like the answer. 
Where is the file saved? (How can I make it work for an already existing database (.db) file?)

Erthy (you helped me on the Adobe Forums)</description>
		<content:encoded><![CDATA[<p>Hi! I am probably just asking a silly question, however I would really like the answer.<br />
Where is the file saved? (How can I make it work for an already existing database (.db) file?)</p>
<p>Erthy (you helped me on the Adobe Forums)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adobe AIR and SQLite Connectivity by morat marit</title>
		<link>http://shardulbartwal.wordpress.com/2008/04/14/adobe-air-and-sqlite-connectivity/#comment-188</link>
		<dc:creator>morat marit</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=45#comment-188</guid>
		<description>I personally like your post. It is very good to know that you don’t know. Fantastic post! Keep posting your good work.Thanks
Regard</description>
		<content:encoded><![CDATA[<p>I personally like your post. It is very good to know that you don’t know. Fantastic post! Keep posting your good work.Thanks<br />
Regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Prasad</title>
		<link>http://shardulbartwal.wordpress.com/about/#comment-182</link>
		<dc:creator>Prasad</dc:creator>
		<pubDate>Sun, 20 Sep 2009 02:02:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-182</guid>
		<description>I am prasad.m, i am looking for a job on flex i done 2 projects in flex, one is health care and another is gis related site.but they donot have the urls. then give me u r email or contact details i will be touch in with u

my email id is        yangamuniprasad@gmail.com
 mobile num.             9908636321.</description>
		<content:encoded><![CDATA[<p>I am prasad.m, i am looking for a job on flex i done 2 projects in flex, one is health care and another is gis related site.but they donot have the urls. then give me u r email or contact details i will be touch in with u</p>
<p>my email id is        <a href="mailto:yangamuniprasad@gmail.com">yangamuniprasad@gmail.com</a><br />
 mobile num.             9908636321.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Web Service(WSDL) Wizard in Flex 3.0 by Shardul Singh Bartwal</title>
		<link>http://shardulbartwal.wordpress.com/2008/03/20/import-web-servicewsdl-wizard-in-flex-30/#comment-180</link>
		<dc:creator>Shardul Singh Bartwal</dc:creator>
		<pubDate>Fri, 18 Sep 2009 06:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://shardulbartwal.wordpress.com/?p=32#comment-180</guid>
		<description>It means myService.multi_lastResult is giving the value which is something undefined....</description>
		<content:encoded><![CDATA[<p>It means myService.multi_lastResult is giving the value which is something undefined&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
