[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


-TH

P.S. Yes, WebOrb allows you to return datasets.

--- 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 be
the best way to retrive Datafrom it I m getting player parsing error
>
> Is necceasry to get Data as Custom Objects from .net to flex
> I saw one example whos is getting data ftom .net but giving customs to
Objects ..
> How we will bind Custom Objects attributes with Flex ??
> Is there any way to get .net DataTable to Flex
>
> plz suggest me help withour weborb...
> Please do reply ..
> Thanks
>
> __
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>




[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
be the best way to retrive Datafrom it I m getting player parsing error 
>
>   Is necceasry to get Data as Custom Objects from .net to flex
>   I saw one example whos is getting data ftom .net but giving
customs to Objects ..
>   How we will bind Custom Objects attributes with Flex ??
>   Is there any way to get .net DataTable to Flex
>
>   plz suggest me help withour weborb...
>   Please do reply ..
>   Thanks 
> 
>  __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
>







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[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 be different than the 
framework path on the server.  That's all I can offer since this 
really isn't related to Flex.

Cheers,
Tim Hoff

--- In flexcoders@yahoogroups.com, "Matias Nicolas Sommi" 
<[EMAIL PROTECTED]> wrote:
>
> 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 that this flex programmer (who write 
the doc)
> > don't play well with .NET... :P
> > PD: I don't play very well with the english, sorry.
> > --
> > Matías Nicolás Sommi
> >
> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:
> > >
> > >   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&ChannelID=1
> > >
> > >
> > > -TH
> > >
> > > P.S. Yes, WebOrb allows you to return datasets.
> > >
> > > --- In flexcoders@yahoogroups.com, Sajid Hussain 

> > > 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 be
> > > the best way to retrive Datafrom it I m getting player parsing 
error
> > > >
> > > > Is necceasry to get Data as Custom Objects from .net to flex
> > > > I saw one example whos is getting data ftom .net but giving 
customs to
> > > Objects ..
> > > > How we will bind Custom Objects attributes with Flex ??
> > > > Is there any way to get .net DataTable to Flex
> > > >
> > > > plz suggest me help withour weborb...
> > > > Please do reply ..
> > > > Thanks
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam protection 
around
> > > > http://mail. yahoo.com
> > > >
> > >
> > >  
> > >
> >
> 
> 
> -- 
> Matías Nicolás Sommi
>





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[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, although, don't have a choice of the backend and/or middle tier; because of the investment in IT infrastructure.  Fortunately, Flex accommodates other frameworks through webservices and HTTPService.  If you are having trouble figuring out how to use webservices yourself, you can always look into using WebOrb or Flourine.  These integrated products offer the use of remoteObjects with .Net.  They also offer examples how to get you connected.  Either way, you do have options that work.  The help docs can help you considerably in this area.
-TH__
Tim Hoff
Cynergy Systems, Inc.
http://www.cynergysystems.com
Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Sajid Hussain <[EMAIL PROTECTED]> wrote:>> 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 [EMAIL PROTECTED] wrote:> 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 symbol in the asmx file. But after reinit, the problem was fixed :S... > > The only thing that I don't know is: when i pass more than one parameter from flex to a webservice, the Array class in flex separate the arguments with comma, and NET receive it in only one string comma separated... this is the normal way or something was wrong? > > Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.> Bye.> > 2006/10/12, Sajid Hussain [EMAIL PROTECTED] >: 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 topic". > > > 2006/10/11, Tim Hoff < [EMAIL PROTECTED]: 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 be different than the > framework path on the server. That's all I can offer since this > really isn't related to Flex.> > Cheers,> Tim Hoff> > --- In flexcoders@yahoogroups.com, "Matias Nicolas Sommi" > nicosommi@ wrote:> >> > 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 nicosommi@:> > >> > > 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... :P > > > PD: I don't play very well with the english, sorry.> > > --> > > Matías Nicolás Sommi> > >> > > 2006/10/11, Tim Hoff TimHoff@:> > > > > > > > > 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&ChannelID=1> > > >> > > >> > > > -TH> > > >> > > > P.S. Yes, WebOrb allows you to return datasets. > > > >> > > > --- In flexcoders@yahoogroups.com, Sajid Hussain >  > > > > 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 be> > > > the best way to retrive Datafrom it I m getting player parsing > error> > > > >> > > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > > I saw one example whos is getting data ftom .net but giving > customs to> > > > Objects ..> > > > > How we will bind Custom Objects attributes with Flex ??> > > > > Is there any way to get .net DataTable to Flex > > > > >> > > > > plz suggest me help withour weborb...> > > > > Please do reply ..> > > > > Thanks> > > > >> > > > > __ > > > > > Do You Yahoo!?> > > > > Tired of spam? Yahoo! Mail has the best spam protection > around> > > > > http://mail. yahoo.com> > > > >> > > >> > > > > > > >> > >> > > > > > > -- 

[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, 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 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, although, don't have a choice of the backend and/or middle tier; because of the investment in IT infrastructure. Fortunately, Flex accommodates other frameworks through webservices and HTTPService. If you are having trouble figuring out how to use webservices yourself, you can always look into using WebOrb or Flourine. These integrated products offer the use of remoteObjects with .Net. They also offer examples how to get you connected. Either way, you do have options that work. The help docs can help you considerably in this area.> -TH> __> Tim Hoff> Cynergy Systems, Inc.> http://www.cynergysystems.com> Office: 866-CYNERGY > > --- In flexcoders@yahoogroups.com, Sajid Hussain enchanter_saj@ wrote:> >> > 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 nicosommi@ wrote:> > 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 symbol in the asmx file. But after reinit, the problem was fixed :S... > > > > The only thing that I don't know is: when i pass more than one parameter from flex to a webservice, the Array class in flex separate the arguments with comma, and NET receive it in only one string comma separated... this is the normal way or something was wrong? > > > > Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.> > Bye.> > > > 2006/10/12, Sajid Hussain enchanter_saj@ >: Could u telll ...what was the problem ??> > > > > > Matias Nicolas Sommi nicosommi@ 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 topic". > > > > > > 2006/10/11, Tim Hoff < TimHoff@: 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 be different than the > > framework path on the server. That's all I can offer since this > > really isn't related to Flex.> > > > Cheers,> > Tim Hoff> > > > --- In flexcoders@yahoogroups.com, "Matias Nicolas Sommi" > > nicosommi@ wrote:> > >> > > 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 nicosommi@:> > > >> > > > 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... :P > > > > PD: I don't play very well with the english, sorry.> > > > --> > > > Matías Nicolás Sommi> > > >> > > > 2006/10/11, Tim Hoff TimHoff@:> > > > > > > > > > > > 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&ChannelID=1> > > > >> > > > >> > > > > -TH> > > > >> > > > > P.S. Yes, WebOrb allows you to return datasets. > > > > >> > > > > --- In flexcoders@yahoogroups.com, Sajid Hussain > >  > > > > > 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 be> > > > > the best way to retrive Datafrom it I m getting player parsing > > error> >

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

2006-10-14 Thread Tim Hoff



Hey Kirk,
I can't speak for everyone, but typically the result from a service call is cast to Value Objects in the model (ModelLocator, if you're using Cairngorm).  Yes, the VO's would be hand-coded and would be populated in the onResult handler function.  Unless you're useng FDS or WebOrb, I don't think that there is an automatic way to generate the VO's.  However, others know more about this, Perhaps someone else can ellaborate further.
-TH__
Tim Hoff
Cynergy Systems, Inc.
http://www.cynergysystems.com
Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, "Kirk Marple" <[EMAIL PROTECTED]> wrote:>> don't mean to push this discussion off-track, but for the simplest case> where i have a .NET-based REST web service returning XML results, what is> the easiest way to implement this mapping on the Flex side?> > i've been reviewing the YouTube and Flickr classes that use URLLoader to> pull from their REST web services, and i see how those examples have AS3> value object classes that are populated when the web service result is> received.> > is this a common approach that others are following, or are there other> common options i'm not seeing?> > given that the XML returned from the REST web service is actually serialized> classes from my .NET back-end, do people typically just regenerate the AS3> classes by hand, or are there common tools to generate them? say, if i had> an XSD from my .NET class, are there tools to generate the AS3 classes from> the XSD?> > i wouldn't want to have to re-create everything by hand on the Flex side,> because i already have that class layout in C#, so it would be nice 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> Subject: [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.cynergys  ystems.com> > Office: 866-CYNERGY > > --- In flexcoders@yahoogroups.com, Sajid Hussain enchanter_saj@ wrote:> >> > 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 TimHoff@ wrote:> > 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,> although, don't have a choice of the backend and/or middle tier; because of> the investment in IT infrastructure. Fortunately, Flex accommodates other> frameworks through webservices and HTTPService. If you are having trouble> figuring out how to use webservices yourself, you can always look into using> WebOrb or Flourine. These integrated products offer the use of remoteObjects> with .Net. They also offer examples how to get you connected. Either way,> you do have options that work. The help docs can help you considerably in> this area.> > -TH> > __> > Tim Hoff> > Cynergy Systems, Inc.> > http://www.cynergysystems.com> > Office: 866-CYNERGY > > > > --- In flexcoders@yahoogroups.com, Sajid Hussain enchanter_saj@ wrote:> > >> > > 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 nicosommi@ wrote:> > > 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> symbol in the asmx file. But after reinit, the problem was fixed :S... > > > > > > The only thing that I don't know is: when i pass more than one parameter> from flex to a webservice, the Array class in flex separate the arguments> with comma, and NET receive it in only on

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

2006-10-14 Thread Tim Hoff



Hey Kirk,
I can't speak for everyone, but typically the result from a service call is cast to Value Objects that reside in the model (ModelLocator, if you're using Cairngorm).  Yes, the VO's would be hand-coded and would be populated in the onResult handler function.  Unless you're useng FDS or WebOrb, I don't think that there is an automatic way to generate the VO's.  However, others know more about this, Perhaps someone else can ellaborate further.
-TH__
Tim Hoff
Cynergy Systems, Inc.
http://www.cynergysystems.com
Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, "Kirk Marple" <[EMAIL PROTECTED]> wrote:>> don't mean to push this discussion off-track, but for the simplest case> where i have a .NET-based REST web service returning XML results, what is> the easiest way to implement this mapping on the Flex side?> > i've been reviewing the YouTube and Flickr classes that use URLLoader to> pull from their REST web services, and i see how those examples have AS3> value object classes that are populated when the web service result is> received.> > is this a common approach that others are following, or are there other> common options i'm not seeing?> > given that the XML returned from the REST web service is actually serialized> classes from my .NET back-end, do people typically just regenerate the AS3> classes by hand, or are there common tools to generate them? say, if i had> an XSD from my .NET class, are there tools to generate the AS3 classes from> the XSD?> > i wouldn't want to have to re-create everything by hand on the Flex side,> because i already have that class layout in C#, so it would be nice 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> Subject: [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.cynergys  ystems.com> > Office: 866-CYNERGY > > --- In flexcoders@yahoogroups.com, Sajid Hussain enchanter_saj@ wrote:> >> > 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 TimHoff@ wrote:> > 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,> although, don't have a choice of the backend and/or middle tier; because of> the investment in IT infrastructure. Fortunately, Flex accommodates other> frameworks through webservices and HTTPService. If you are having trouble> figuring out how to use webservices yourself, you can always look into using> WebOrb or Flourine. These integrated products offer the use of remoteObjects> with .Net. They also offer examples how to get you connected. Either way,> you do have options that work. The help docs can help you considerably in> this area.> > -TH> > __> > Tim Hoff> > Cynergy Systems, Inc.> > http://www.cynergysystems.com> > Office: 866-CYNERGY > > > > --- In flexcoders@yahoogroups.com, Sajid Hussain enchanter_saj@ wrote:> > >> > > 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 nicosommi@ wrote:> > > 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> symbol in the asmx file. But after reinit, the problem was fixed :S... > > > > > > The only thing that I don't know is: when i pass more than one parameter> from flex to a webservice, the Array class in flex separate the arguments> with comma, and NET receive it in

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 that this flex programmer (who write the doc) don't play well with .NET... :P
PD: I don't play very well with the english, sorry.
-- Matías Nicolás Sommi2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:














  



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&ChannelID=1
 
-TH
P.S. Yes, WebOrb allows you to return datasets.--- In [EMAIL PROTECTED]ups.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 be the best way to retrive Datafrom it I m getting player parsing error 
> > Is necceasry to get Data as Custom Objects from .net to flex> I saw one example whos is getting data ftom .net but giving customs to Objects ..> How we will bind Custom Objects attributes with Flex ??
> Is there any way to get .net DataTable to Flex> > plz suggest me help withour weborb...> Please do reply ..> Thanks > > __
> Do You Yahoo!?> Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.

yahoo.com>

  















-- Matías Nicolás Sommi

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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]>:













  



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&ChannelID=1
 
-TH
P.S. Yes, WebOrb allows you to return datasets.--- In [EMAIL PROTECTED]ups.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 be the best way to retrive Datafrom it I m getting player parsing error 
> > Is necceasry to get Data as Custom Objects from .net to flex> I saw one example whos is getting data ftom .net but giving customs to Objects ..> How we will bind Custom Objects attributes with Flex ??
> Is there any way to get .net DataTable to Flex> > plz suggest me help withour weborb...> Please do reply ..> Thanks > > __
> Do You Yahoo!?> Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.
yahoo.com>

  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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. 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 be different than the framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED]..> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P> > PD: I don't play very well with the english, sorry.> > --> > Matías Nicolás Sommi> >> >
 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:> > >> > > 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&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows you to return datasets.> > >> > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain >> > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to Flex> > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> > > > __> > > > Do You
 Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > http://mail. yahoo.com> > > >> > >> > > > > >> >> > > -- > Matías Nicolás Sommi> 
	

	
		Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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 the problem which I have ... how I will deal my custom class objecs from .net to flex   could u give me one sample code of that accesing autthors class object in flex 2?        What is Json? its about serlization flex and .net    www.json.org,   with .net  http://www.newtonsoft.com/products/json/     I have two more questions   Cant we
 write application like weborb ?  Flourine Remoting objects  howo they works with flex 2 ?                       Tim Hoff <[EMAIL PROTECTED]> wrote:  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 be different than the framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED]..> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P> > PD: I don't play very well with the english, sorry.> > --> > Matías Nicolás Sommi>
 >> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:> > >> > > 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&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows you to return datasets.> > >> > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain >> > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to Flex> > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> > > > __> > >
 > Do You Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > http://mail. yahoo.com> > > >> > >> > > > > >> >> > > -- > Matías Nicolás Sommi> 
	
		Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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 the problem which I have ... how I will deal my custom class objecs from .net to flex   could u give me one sample code of that accesing autthors class object in flex 2?        What is Json? its about serlization flex and .net  but I dint get    www.json.org,   with .net  http://www.newtonsoft.com/products/json/     but right now I think its
 beettor to work with SP ,which returns XML .could we encrypt our xml ,I mean security issue ?           I have two more questions   Cant we write application like weborb ?  Flourine Remoting objects  howo they works with flex 2 ?          I am realy desperate to learn Flex so Have lot of questins :)              Tim Hoff <[EMAIL PROTECTED]> wrote:  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 be different than the framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED]..> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P> > PD: I don't play very well with the english, sorry.> > --> > Matías Nicolás Sommi> >> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:> > >> > > 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&ChannelID=1> > >> > >> > > -TH> > >> >
 > P.S. Yes, WebOrb allows you to return datasets.> > >> > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain >> > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to
 Flex> > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> > > > __> > > > Do You Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > http://mail. yahoo.com> > > >> > >> > > > > >> >> > > -- > Matías Nicolás Sommi> 
		Stay in the know. Pulse on the new Yahoo.com.  Check it out. 

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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, 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 be different than the 
framework path on the server.  That's all I can offer since this 
really isn't related to Flex.

Cheers,
Tim Hoff

--- In flexcoders@yahoogroups.com, "Matias Nicolas Sommi" 
<[EMAIL PROTECTED]> wrote:
>
> 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 that this flex programmer (who write 
the doc)
> > don't play well with .NET... :P
> > PD: I don't play very well with the english, sorry.
> > --
> > Matías Nicolás Sommi
> >
> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:
> > >
> > >   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&ChannelID=1
> > >
> > >
> > > -TH
> > >
> > > P.S. Yes, WebOrb allows you to return datasets.
> > >
> > > --- In flexcoders@yahoogroups.com, Sajid Hussain 

> > > 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 be
> > > the best way to retrive Datafrom it I m getting player parsing 
error
> > > >
> > > > Is necceasry to get Data as Custom Objects from .net to flex
> > > > I saw one example whos is getting data ftom .net but giving 
customs to
> > > Objects ..
> > > > How we will bind Custom Objects attributes with Flex ??
> > > > Is there any way to get .net DataTable to Flex
> > > >
> > > > plz suggest me help withour weborb...
> > > > Please do reply ..
> > > > Thanks
> > > >
> > > > __
> > > > Do You Yahoo!?
> > > > Tired of spam? Yahoo! Mail has the best spam protection 
around
> > > > http://mail. 
yahoo.com
> > > >
> > >
> > >  
> > >
> >
> 
> 
> -- 
> Matías Nicolás Sommi
>


  













-- Matías Nicolás Sommi

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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 topic".   2006/10/11, Tim Hoff <[EMAIL PROTECTED]com>: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 be different than the framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED].> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P> > PD: I don't play very well with the english, sorry.> > --> > Matías Nicolás Sommi> >> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:  > > >> > > 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&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows you to return datasets.> > >> > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain > > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is
 getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to Flex> > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> > > > __> > > > Do You Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > http://mail. yahoo.com> > > >> > >> > > > > >> >> > > -- > Matías Nicolás Sommi>  -- Matías Nicolás Sommi
		Do you Yahoo!? Everyone is raving about the  all-new Yahoo! Mail.
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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 symbol in the asmx file. But after reinit, the problem was fixed :S...
The only thing that I don't know is: when i pass more than one parameter from flex to a webservice, the Array class in flex separate the arguments with comma, and NET receive it in only one string comma separated... this is the normal way or something was wrong?
Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.Bye.2006/10/12, Sajid Hussain <[EMAIL PROTECTED]
>:












  



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 topic".   2006/10/11, Tim Hoff <
[EMAIL PROTECTED]>: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 be different than the 
framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In 
flexcoders@yahoogroups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED]> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P
> > PD: I don't play very well with the english, sorry.> > --> > Matías Nicolás Sommi> >> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:  > > >
> > > 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&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows you to return datasets.
> > >> > > --- In flexcoders@yahoogroups.com, Sajid Hussain 
> > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is
 getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to Flex
> > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> > > > __
> > > > Do You Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > 
http://mail. yahoo.com> > > >> > >> > > > > >> >
> > > -- > Matías Nicolás Sommi>  
-- Matías Nicolás Sommi
		Do you Yahoo!? Everyone is raving about the 
 all-new Yahoo! Mail.
  













-- Matías Nicolás Sommi

__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



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 <[EMAIL PROTECTED]> wrote:  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 symbol in the asmx file. But after reinit, the problem was fixed :S... The only thing that I don't know is: when i pass more than one parameter from flex to a webservice, the Array class in flex separate the arguments with comma, and NET receive it in only one string comma separated... this is the normal way or something was wrong? Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.Bye.  2006/10/12, Sajid Hussain :Could u telll ...what was the problem ??  Matias
 Nicolas Sommi <[EMAIL PROTECTED]com> 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 topic".   2006/10/11, Tim Hoff < [EMAIL PROTECTED]com>: 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 be different than the framework path on the server. That's all I can offer since this really isn't related to Flex.Cheers,Tim Hoff--- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" <[EMAIL PROTECTED].> wrote:>> 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 that this flex programmer (who write the doc)> > don't play well with .NET... :P > > PD: I don't play very well with the english,
 sorry.> > --> > Matías Nicolás Sommi> >> > 2006/10/11, Tim Hoff <[EMAIL PROTECTED]>:  > > > > > > 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&ChannelID=1> > >> > >> > > -TH> > >> > > P.S. Yes, WebOrb allows you to return datasets. > > >> > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain
  > > > 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 be> > > the best way to retrive Datafrom it I m getting player parsing error> > > >> > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > I saw one example whos is getting data ftom .net but giving customs to> > > Objects ..> > > > How we will bind Custom Objects attributes with Flex ??> > > > Is there any way to get .net DataTable to Flex > > > >> > > > plz suggest me help withour weborb...> > > > Please do reply ..> > > > Thanks> > > >> >
 > > __ > > > > Do You Yahoo!?> > > > Tired of spam? Yahoo! Mail has the best spam protection around> > > > http://mail. yahoo.com> > > >> > >> > > > > >> >> > > -- > Matías Nicolás Sommi>  -- Matías Nicolás Sommi Do you Yahoo!?Everyone is raving about the all-new Yahoo! Mail.-- Matías Nicolás Sommi__Do You Yahoo!?Tired of spam?  Yahoo! Mail has the best spam protection around http://mail.yahoo.com 
__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch 

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 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, although, don't have a choice of the backend and/or middle tier; because of the investment in IT infrastructure.  Fortunately, Flex accommodates other frameworks through webservices and HTTPService.  If you are having trouble figuring out how to use webservices yourself, you can always look into using WebOrb or Flourine.  These integrated products offer the use of remoteObjects with .Net.  They also offer examples how to get you connected.  Either way, you do have options that work.  The help docs can help you considerably in this area.  -TH__  Tim Hoff  Cynergy Systems, Inc.  http://www.cynergysystems.com  Office: 866-CYNERGY --- In [EMAIL PROTECTED]ups.com,
 Sajid Hussain ...> wrote:>> 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 [EMAIL PROTECTED]. wrote:> 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 symbol in the asmx file. But after reinit, the problem was fixed :S... > > The only thing that I don't know is: when i pass more than one parameter from flex to a webservice, the Array class in flex separate the arguments with comma, and NET receive it in only
 one string comma separated... this is the normal way or something was wrong? > > Thanks. If someone has problems with asp webservice/IIS please ask me, if I can, I help.> Bye.> > 2006/10/12, Sajid Hussain enchanter_saj@... >: 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 topic". > > > 2006/10/11, Tim Hoff < [EMAIL PROTECTED]: 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 be different than the > framework path on the server. That's all I can offer since this > really isn't related to Flex.> > Cheers,> Tim Hoff> > --- In [EMAIL PROTECTED]ups.com, "Matias Nicolas Sommi" > nicosommi@ wrote:> >> > 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 nicosommi@:> > >> > > 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... :P > > > PD: I don't play very well with the english, sorry.> > > --> > > Matías Nicolás Sommi> >
 >> > > 2006/10/11, Tim Hoff TimHoff@:> > > > > > > > > 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&ChannelID=1> > > >> > > >> > > > -TH> > > >> > > > P.S. Yes, WebOrb allows you to return datasets. > > > >> > > > --- In [EMAIL PROTECTED]ups.com, Sajid Hussain >  > > > > 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 be> > > > the best way to retrive Datafrom it I m getting player parsing > error> > > > >> > > > > Is necceasry to get Data as Custom Objects from .net to flex> > > > > I saw one example whos is getting data ftom .net but giving > customs to> > > > Objects ..> > > > > How we will bind Custom Objects attributes with Flex ??> > > > > Is there any way to get .net DataTable to Flex > > > > >> > > > > plz suggest me help withour weborb...> > > > > Please do reply ..> > 

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

2006-10-14 Thread Kirk Marple





don't mean to push this discussion off-track, but for the 
simplest case where i have a .NET-based REST web service returning XML 
results, what is the easiest way to implement this mapping on the Flex 
side?
 
i've been reviewing the YouTube and Flickr classes that use 
URLLoader to pull from their REST web services, and i see how those examples 
have AS3 value object classes that are populated when the web service result is 
received.
 
is this a common approach that others are following, or are 
there other common options i'm not seeing?
 
given that the XML returned from the REST web 
service is actually serialized classes from my .NET back-end, do people 
typically just regenerate the AS3 classes by hand, or are there common tools to 
generate them?   say, if i had an XSD from my .NET class, are there 
tools to generate the AS3 classes from the XSD?
 
i wouldn't want to have to re-create everything by hand on 
the Flex side, because i already have that class layout in C#, so it would be 
nice to re-use some of that information.
 
thanks,
Kirk


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Tim HoffSent: 
Saturday, October 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
Office: 
866-CYNERGY --- In [EMAIL PROTECTED]ups.com, 
Sajid Hussain ...> wrote:>> 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 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, although, don't have a 
choice of the backend and/or middle tier; because of the investment in IT 
infrastructure. Fortunately, Flex accommodates other frameworks through 
webservices and HTTPService. If you are having trouble figuring out how to use 
webservices yourself, you can always look into using WebOrb or Flourine. These 
integrated products offer the use of remoteObjects with .Net. They also offer 
examples how to get you connected. Either way, you do have options that work. 
The help docs can help you considerably in this area.> -TH> 
__> Tim Hoff> 
Cynergy Systems, Inc.> http://www.cynergysystems.com> Office: 
866-CYNERGY > > --- In [EMAIL PROTECTED]ups.com, Sajid 
Hussain enchanter_saj@ wrote:> >> > 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 nicosommi@ 
wrote:> > 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 symbol in the asmx file. But after reinit, the problem was fixed :S... 
> > > > The only thing that I don't know is: when i pass 
more than one parameter from flex to a webservice, the Array class in flex 
separate the arguments with comma, and NET receive it in only one string comma 
separated... this is the normal way or something was wrong? > > 
> > Thanks. If someone has problems with asp webservice/IIS please ask 
me, if I can, I help.> > Bye.> > > > 2006/10/12, 
Sajid Hussain enchanter_saj@ >: Could u telll ...what was the problem 
??> > > > > > Matias Nicolas Sommi nicosommi@ 
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 topic". > > > > > > 2006/10/11, 
Tim Hoff < TimHoff@: 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 be different than 
the > > fra