> What are you trying to do? What I noticed with <mx:WebService>, is if a fault occurs, i need to call loadWSDL() before i can reuse the webservice object (maybe its the way i'm using it).
So i was thinking is there anything like that for RemoteObject. But its okay, i've decided to re-instantiate the object with all its initial values...and that seems to do the trick. thanks for looking --- In [email protected], "valdhor" <[EMAIL PROTECTED]> wrote: > > What are you trying to do? > > A Web Service uses a WSDL to document the objects and methods that the > service provides. It would not make sense with a RemoteObject. > > As an aside, it is not necessary to use a WSDL on the client side. If > you know the data structures and methods, you can call a Web Service > without the WSDL. I have done this many times. > > > --- In [email protected], "bhaq1972" <mbhaque@> wrote: > > > > Thats so badly written. My question is - > > > > Does the RemoteObject class have a method which is equivalent to > > WebService class's loadWSDL() method? > > > > > > --- In [email protected], "bhaq1972" <mbhaque@> wrote: > > > > > > Does <mx:RemoteObject> have a loadWSDL() equivalent method like > > > <mx:WebService>? > > > > > > regards > > > > > >

