There seems to be a size limit the value you set on the url propery for a Flex HTTPService call, around 12000 characters (12KB?). Could there be maxrequestlength setting in a config file for Flex 2 some place that we can adjust the limit?
When we send a JSON string on with the HTTP service that is over 12000 characters we receive the following error message: Error: [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: [...12716 character string...] We tested this on both IE 7 and Firefox. I don't think this is a browser post limit as we have other non-Flex applications that post that many characters. Michael Ritchie AOL Xdrive

