RE: [flexcoders] Re: error in HTTPService

2009-01-07 Thread Tracy Spratt
: flexcoders@yahoogroups.com Subject: [flexcoders] Re: error in HTTPService Thanks, everyone. It appears that the object isn't refreshed the 2nd time around. A network utility wasn't needed because the message wasn't getting out of the client - the server log didn't register an

[flexcoders] Re: error in HTTPService

2009-01-07 Thread weezee49
Thanks, everyone. It appears that the object isn't refreshed the 2nd time around. A network utility wasn't needed because the message wasn't getting out of the client - the server log didn't register any requests. Stepping through the code showed that it was dying in the HTTPService, never

RE: [flexcoders] Re: error in HTTPService

2009-01-05 Thread Tracy Spratt
[mailto:flexcod...@yahoogroups.com] On Behalf Of Jason B Sent: Monday, January 05, 2009 11:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: error in HTTPService Another option is to bypass flex and use the url directly in the browser or a simple script to post to the url with the

[flexcoders] Re: error in HTTPService

2009-01-05 Thread Jason B
but simply tracing the XML > might be simpler. > > > > Tracy > > > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On > Behalf Of Jason B > Sent: Monday, January 05, 2009 10:56 AM >

RE: [flexcoders] Re: error in HTTPService

2009-01-05 Thread Tracy Spratt
XML might be simpler. Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jason B Sent: Monday, January 05, 2009 10:56 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: error in HTTPService show us your

[flexcoders] Re: error in HTTPService

2009-01-05 Thread Jason B
show us your result="handleSimUpdateResult(event)" function --- In flexcoders@yahoogroups.com, "weezee49" wrote: > > I have the following HTTPService: > > contentType="application/xml" > url="http://localhost:3000/simulations/ > {userModelsCB.selectedItem.id}?_method=put" > resul

[flexcoders] Re: error in HTTPService

2009-01-05 Thread valdhor
Have you tried it with a debugging HTTP proxy like Charles? --- In flexcoders@yahoogroups.com, "weezee49" wrote: > > I have the following HTTPService: > > contentType="application/xml" > url="http://localhost:3000/simulations/ > {userModelsCB.selectedItem.id}?_method=put" > result