Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 908D89AFD for ; Wed, 25 Apr 2012 14:59:16 +0000 (UTC) Received: (qmail 90946 invoked by uid 500); 25 Apr 2012 14:59:15 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 90886 invoked by uid 500); 25 Apr 2012 14:59:15 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 90872 invoked by uid 99); 25 Apr 2012 14:59:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 14:59:15 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of avinashapr9@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 14:59:08 +0000 Received: by lbjn8 with SMTP id n8so155839lbj.6 for ; Wed, 25 Apr 2012 07:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WMI1QCWyxVzHOnv15uXWHna2/VJGfVDJc5088C7U0k8=; b=R4nz61RrVXPIDvbEg0LdadnWoY9Erun/HsNQSnOj3jfWfiS4fBLDSOpEPmygWn3Pa9 ajZ4O4xVgUBp1bOtfm7Sz3u+c4vkBay0xCIbJ0ZGTSGxTU2e86BNi1bYNGEkav4250Hk 43INmiYXhlYJuU3f94/1TZuoi4PUt81PI9rmQzQc9BHZWRQ6udPgTUbLlxUTZFVrRsfH wHljYYXRIFgDqyserkzuM6T+OrdT/8NOWQUergQ75nXzhHxShmQhpdetgRP6EtcB7NBy KDyNmt2zj/8b+Ow9AydYnLnD/klbFwAlmExjCZByL5Z/HiVFpaDbRfnMyhuoNP+KoBYA WrUw== Received: by 10.152.115.74 with SMTP id jm10mr2974870lab.32.1335365927659; Wed, 25 Apr 2012 07:58:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.84.228 with HTTP; Wed, 25 Apr 2012 07:58:07 -0700 (PDT) In-Reply-To: References: From: Avinash Narayanan Date: Wed, 25 Apr 2012 20:28:07 +0530 Message-ID: Subject: Re: HTTPService woes To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d04089155c3681804be821b97 --f46d04089155c3681804be821b97 Content-Type: text/plain; charset=UTF-8 Hi David, If this is something to do with file upload, I can help. What exactly are you trying to do? I've used URLLoader but not with async tokens. Thanks Avinash Y On Wed, Apr 25, 2012 at 8:17 PM, David Coleman < david_coleman_007@hotmail.com> wrote: > > Hi list, > > I have a question. Are there great differences between HTTPService for > Apache Flex and the code for Adobe SDK 4.6? > > I've run into a devil of a problem with it. Apparently it simply swallows > all headers and does not allow them to be sent to the server. (in the past > I've always used XML-RPC, AMF, etc, but now I'm trying to create a simple > light-weight system of my own and I want to get an AsyncToken which > URLLoader makes neigh impossible to manage). I'm going to be patching the > Adobe SDK version of HTTPService tonight (hopefully it's not too deep of a > rabbit hole). So when i'm done shaving my yak, is this something that the > list might be interested in as an improvement to the sdk? > > Or (perhaps) there is already some kind soul who has fixed this in Apache > Flex? Maybe i could patch my project w/the new code? > > -Dave > --f46d04089155c3681804be821b97--