I ran into a problem recently with passing very long strings in the url property of an HTTPService component in Flex. What I would normally do is create a JSON string from nested objects and then pass that string to the server in the url properties. The component setup would look something like this: 1234567891011121314151617var [...]
HTTPService & Long Parameter Strings