Hi, It works only for Remoting. I tried it with web service, but it didnt work :(
Please let me know if there is any other option. Thanks Vikram --- In [email protected], "Christophe Herreman" <[EMAIL PROTECTED]> wrote: > > Hi, > > check out the [Transient] metadata tag. > > regards, > Christophe > > --- In [email protected], "vikram" <vikramrkin@> wrote: > > > > Hi, > > > > I am using .Net web services to communicate with the server in my Flex > > application. > > > > In action script, is there a way to prevent serialization of some of > > the public variables during a web service request? In .Net, there is am > > attribute called [XmlIgnore] which will make a variable not to > > serialize. I am looking for something similar in AS3. > > > > Thanks > > Vikram > > >

