[flexcoders] Web Service Question (Help!)

2009-06-30 Thread Angelo Anolin
Hi FlexCoders, I am totally confused with the error I am having at the moment. Been banging my head on this for the past 3 hours.. In one of my function, I am trying to call a WebService method passing an ArrayCollection. var svcDP:WebService = new WebService(); svcDP.addEventListener(ResultE

RE: [flexcoders] Web service question

2005-11-21 Thread Dimitrios Gianninas
lto:[EMAIL PROTECTED] On Behalf Of Tracy SprattSent: Monday, November 21, 2005 5:49 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Web service question Are you calling the second in a result handler from the first?  Remember this is all asynchronous. Tracy   From:

RE: [flexcoders] Web service question

2005-11-21 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Web service question   Toying with calling web services for the first time in a long time with Flex... So here my question. I have a Java class exposed as a web service, and it has two methods exposed.   When I call the first method from Flex, all is good

[flexcoders] Web service question

2005-11-21 Thread Dimitrios Gianninas
Toying with calling web services for the first time in a long time with Flex... So here my question. I have a Java class exposed as a web service, and it has two methods exposed.   When I call the first method from Flex, all is good. When I call the second one, its still calling the first