[flexcoders] Webservices problem

2007-12-19 Thread sudha_bsb
Hi, I have a webservice that I invoke back to back on a button click. On the first click the webservice returns the expected result. However, on successive clicks, I get the following error: [FaultEvent fault=[RPC Fault faultString=Array of input arguments did not contain a required

Re: [flexcoders] Webservices problem

2007-12-19 Thread subeesh a
] Webservices problem Hi, I have a webservice that I invoke back to back on a button click. On the first click the webservice returns the expected result. However, on successive clicks, I get the following error: [FaultEvent fault=[RPC Fault faultString= Array of input arguments did not contain

[flexcoders] Webservices problem

2007-09-14 Thread Devaraj
[RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error faultDetail=Destination: DefaultHTTP] the program gives the above error.. anyone please help thanks in advance

Re: [flexcoders] Webservices problem

2007-09-14 Thread Peter Connolly
specifically, in your mx:WebService parameters, make sure you have: useProxy=false On 9/14/07, Peter Connolly [EMAIL PROTECTED] wrote: don't specify a proxy. On 9/13/07, Devaraj [EMAIL PROTECTED] wrote: [RPC Fault faultString=Security error accessing url

Re: [flexcoders] Webservices problem

2007-09-14 Thread Peter Connolly
don't specify a proxy. On 9/13/07, Devaraj [EMAIL PROTECTED] wrote: [RPC Fault faultString=Security error accessing url faultCode=Channel.Security.Error faultDetail=Destination: DefaultHTTP] the program gives the above error.. anyone please help thanks in advance