RE: [flexcoders] Re: WSDLError:Element not resolvable = LoadEvent doesn't imply service ready

2006-08-15 Thread Seth Hodgson
Hi Kaleb, Thanks for providing your WSDL/XSD/service code. Weve identified and fixed the issue internally. The problem was that WSDL parsing dispatches the load event after the WSDL is loaded and parsed, but without properly waiting for schema imports to be fetched over the network

RE: [flexcoders] Flex 2 ColdFusion Apps with IIS and Virtual directories.

2006-08-15 Thread Seth Hodgson
This fault on the client is indicating that the client-side Channel wasnt able to connect to the server-side endpoint. Take a look at the channel-definition in your config file and make sure that the endpoint URI defined there is actually reachable in a browser. Best, Seth

RE: [flexcoders] Intermittent #2032: Stream Error errors

2006-08-10 Thread Seth Hodgson
Hi Ben, Flash throws that error (2032:Stream Error) when the browser or OS networking stack used by the player to write to or read from a network stream errors for some reason. Getting a 404 back from the server wouldnt generate one of these. The specifics of the underlying browser

RE: [flexcoders] HTTPService GET method issue

2006-08-08 Thread Seth Hodgson
Hi Igor, The contentType property of HTTPService indicates the type of data sent from the client to the server. If youre not passing any data when you invoke httpService.send(), remove the contentType attribute from your HTTPService tag and everything should run fine. If the

RE: [flexcoders] POST data to Flex 1.5 app from Flex 2.0 app

2006-08-08 Thread Seth Hodgson
Hi Michael, The FlexMxmlServlet implements doGet() but not doPost(). Ive logged an enhancement request to support POST as well. Thanks, Seth From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 7:15 AM

<    1   2   3