[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-12-01 Thread Tim Hoff
Hi Sajid, Datasets returned from .Net aren't natively recognized by Flex. To solve this, you can either use a stored procedure with FOR XML AUTO, or cast your dataset to a class. Here is a casting example: http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&Channe\ lID=1

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Tim Hoff
to> re-use some of that information.> > thanks,> Kirk> > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of Tim Hoff> Sent: Saturday, October 14, 2006 3:02 PM> To: flexcoders@yahoogroups.com>

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Tim Hoff
use some of that information.> > thanks,> Kirk> > _ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On> Behalf Of Tim Hoff> Sent: Saturday, October 14, 2006 3:02 PM> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Re: Flex 2.0 And .net web

RE: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Kirk Marple
r 14, 2006 3:02 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem Here's the links to WebOrb and Fluorine: WebOrb Fluorine  -TH__ Tim Hoff Cynergy Systems, Inc. http://www.cynergysystems.com Of

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Tim Hoff
Here's the links to WebOrb and Fluorine: WebOrb Fluorine  -TH__ Tim Hoff Cynergy Systems, Inc. http://www.cynergysystems.com Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Sajid Hussain <[EMAIL PROTECTED]> wrote:>> Hi Tim,> Thanks for ur informative words,

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-14 Thread Sajid Hussain
Hi Tim, Thanks for ur informative words, I have been working with Flash Remoting with .net but adobe still amaze me why not Remote objcts for .netcould u tell me some links about working with Flourine and Flex 2.     Tim Hoff <[EMAIL PROTECTED]> wrote:Hi Sajid, If you have a

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-13 Thread Tim Hoff
Hi Sajid, If you have a choice, I would definitely recommend that you use remoteObjects with Adobe products.  Flex was built with tight integration to Cold Fusion and Flex Data Services.  Understandably, working with these products will create fewer headaches.  Some companies and developers, alt

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-13 Thread Sajid Hussain
 Hi ! as few days experince with flex and .net ..I am thinking to start flex with php or with JavaRemote Objects ,and infact as i think .net will be more strong with its new verssion of Interface XAML ...but i still misss Macromediaa  word from my Start Menu :D Matias Nicolas Sommi <[EM

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Matias Nicolas Sommi
He!, the first problem was "metabase permission" on the iis, and I download a microsoft tool to fix it (aspnet_iisreg or something like that). I run the command for give to the iis to read acces to the metabase. After this, I've got an extrange error, it's like the iis was reading an extrange sy

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
Could u telll ...what was the problem ??Matias Nicolas Sommi <[EMAIL PROTECTED]> wrote: Hello, I fix the IIS configuration problem. Now I can consume NET webservice without problem.Thanks to all for the help.PD: for the IIS, isn't related to flex, and for that reason I marked with "off

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Matias Nicolas Sommi
Hello, I fix the IIS configuration problem. Now I can consume NET webservice without problem.Thanks to all for the help.PD: for the IIS, isn't related to flex, and for that reason I marked with "off topic". 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>: Hmmm, someth

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
HI to all ...   hmm Thanks Guyz ... Matías Nicolás Sommi that links seems good but missing Flex code :) ,infact I read one article in Andrew Stopford's Weblog  at  http://weblogs.asp.net/astopford/articles/106476.aspx its about flex 1.5 but ur given  link code and his structure is same ,but th

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
HI to all ...   hmm Thanks Guyz ... Matías Nicolás Sommi that links seems good but missing Flex code :) ,infact I read one article in Andrew Stopford's Weblog  at  http://weblogs.asp.net/astopford/articles/106476.aspx its about flex 1.5 but ur given  link code and his structure is same ,but th

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-12 Thread Sajid Hussain
it seems good solution for .net custom class object and Flex http://blog.shrefler.net/?p=5   but Why Adobe dont support :@ .net Tim Hoff <[EMAIL PROTECTED]> wrote: Hmmm, something about glass houses comes to mind. Matias, it's far more useful to make constructive comments. Conc

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-11 Thread Tim Hoff
Hmmm, something about glass houses comes to mind. Matias, it's far more useful to make constructive comments. Concerning IIS configuration, there are plenty of resources online that can help you with this. I suggest Google. However, it sounds like your local path to the .Net framwork might

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-11 Thread Matias Nicolas Sommi
In this page say "flex and NET don't play well together"... after I readed the "ASP NET" code, I think that this flex programmer (who write the doc) don't play well with .NET... :PPD: I don't play very well with the english, sorry. -- Matías Nicolás Sommi2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:

Re: [flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-11 Thread Matias Nicolas Sommi
Tim, it's a joke, please don't hungry! I know that its only a simple code, and the best practices don't match with the article purpuoses.2006/10/11, Matias Nicolas Sommi < [EMAIL PROTECTED]>:In this page say "flex and NET don't play well together"... after I readed the "ASP NET" code, I think th

[flexcoders] Re: Flex 2.0 And .net webservices Dataset retrieving problem

2006-10-11 Thread bill_sahlas
I'm wondering what sort of parsing/runtime errors your seeing? --- In flexcoders@yahoogroups.com, Sajid Hussain <[EMAIL PROTECTED]> wrote: > > Hi to all . > I am new to flex Development ,I am stuck with following concepts > > I have one webservice method who is returning DataSet ,What will