RE: [flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
: flexcoders@yahoogroups.comSubject: Re: [flexcoders] help...geting error when using http serviceOn 8/11/05, Amit Sanon <[EMAIL PROTECTED]> wrote:> whenever i try to use httpservice tag i get an error> > ---  HTTPService Fault:A start tag had no corresponding end tag ---Just ta

[flexcoders] help...geting error when using http service

2005-08-11 Thread Amit Sanon
whenever i try to use httpservice tag i get an error --- HTTPService Fault:A start tag had no corresponding end tag --- i have a code written like this-- {username.text} {password.text} and the corresponding entry in flex-config.xml is a

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-11 Thread Amit Sanon
Thanks a lot... ur suggestion really solved my problem   regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Philippe MaegermanSent: Thursday, August 11, 2005 1:24 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders]

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-10 Thread Amit Sanon
thanks a lot buddy regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Mercer, DustinSent: Thursday, August 11, 2005 12:13 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] help.. passing arguments to a meth

RE: [flexcoders] help.. passing arguments to a method using remoteobject

2005-08-10 Thread Amit Sanon
thanks for the reply but it didnt help   this is the sig of my method to be called... public int func1(int i, String st)  { ...  } regards Amit -Original Message-From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Mercer, DustinSent: Thursday, Augu

[flexcoders] help.. passing arguments to a method using remoteobject

2005-08-10 Thread Amit Sanon
i cannot figure out how to pass arguments... pls send an example code as to how to pass arguments to a method using remote object i have a class as follows class A { public int func1(int i, string st) { ... } } i created a remote object like... and made a