[flexcoders] Re: HTTPService HTTPChannel 2032 Channel.Ping.Failed trying to do asimple form post

2009-05-29 Thread valdhor
I'm fairly sure you don't NEED a channelset. From your code, it looks like you have the URL set wrong. First off, you are not binding urlInput.text to the url property of the HTTPService - you are just passing the string "urlInput.text". Secondly, Do you really want to set useProxy to true? I have

[flexcoders] Re: HTTPService HTTPChannel 2032 Channel.Ping.Failed trying to do asimple form post

2009-05-29 Thread ciminop
Thanks for the input. Basically I rolled the code back to where I started. I'm back to the status code 405 and [FaultEvent fault=[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhas

[flexcoders] Re: HTTPService HTTPChannel 2032 Channel.Ping.Failed trying to do asimple form post

2009-05-29 Thread ciminop
Here's the link to my app, you can use view source to see what I'm doing. The left hand fields allow you to configure the entry fields so you can change the URL and point to a form with different input ids. http://www.translunardesigns.com/postgradmed/PostGradMed.html I obviously can't

[flexcoders] Re: HTTPService HTTPChannel 2032 Channel.Ping.Failed trying to do asimple form post

2009-06-01 Thread valdhor
I tried your code and, after some changes, got an "HTTP request error". Firstly, change your params variable type from Array to Object. This will allow you POST parameters to be sent. Secondly, I would highly recommend obtaining a copy of Charles (http://www.charlesproxy.com). Using Charles I f