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 parameter at position 2" faultCode="Client.Input" faultDetail="null"] messageId=null type="fault" bubbles=false cancelable=true eventPhase=2] I am using Flex 2.0.1 Could anyone help me out to resolve this issue? Thanks & Regards, Sudha.

