RE: [flexcoders] Re: Problems with POST or GET

2009-01-20 Thread Peter Farland
If you set resultFormat=text does it work? Is it just not working for 
resultFormat=e4x?

Have you confirmed that the request is actually making it to the server, and 
have you confirmed the nature of the response that comes back (using an HTTP 
sniffer tool, like Charles or Paros Proxy)?

Also, try adding a mx:TraceTarget level=0 / tag in your MXML Application 
and then use a debugger to launch your application. Try to look for errors in 
the debug console that may not be making it through to the fault handler.


Pete

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of markgoldin_2000
 Sent: Monday, January 19, 2009 10:17 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Problems with POST or GET
 
 I have Alert box in a fault handler.
 Never seen it's popping.
 
 --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@...
 wrote:
 
  Also, do you have a fault handler?  Have you checked to see if
 it is
  being called?
 
  Tracy Spratt
  Lariat Services
 
  Flex development bandwidth available
 
  
 
  From: flexcoders@yahoogroups.com
 [mailto:flexcod...@yahoogroups.com] On
  Behalf Of Peter Farland
  Sent: Monday, January 19, 2009 4:39 PM
  To: flexcoders@yahoogroups.com
  Subject: RE: [flexcoders] Re: Problems with POST or GET
 
 
 
  Are you POST'ing to a host on a domain that is not the same as
 the
  domain hosting the SWF?
 
  Are you using HTTPS? If so, does it work when using HTTP?
 
  Does it happen in all browsers, or just a particular one?
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-
 b4cf-1e62079f6847
 Search Archives: http://www.mail-
 archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
 
 
 


[flexcoders] Re: Problems with POST or GET

2009-01-19 Thread markgoldin_2000
I had a couple of problems like this before. For one changing to POST 
helped, but not for this one. I am returning a string with 1000 
chars. back to POST call, still does not work. It is simply not 
getting into the result listener. I tried with Chrome, same problem.


--- In flexcoders@yahoogroups.com, Jim Hayes j...@... wrote:

 It used to be the case that Internet Explorer would refuse to do
 anything with GET requests sending data over a certain length, which
 mystified me for a while a couple of years ago since everything 
worked
 fine with firefox. It just failed very quietly, no errors raised at 
all.
 Changing to POST fixed it, but I can't really remember the details 
now
 I'm afraid. 
 This issue did get added to the livedocs after I posted it there, 
but
 memory fails me as to which topic, exactly.
 I'm not sure if this is what you're after?
  
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On
 Behalf Of markgoldin_2000
 Sent: 19 January 2009 15:00
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Problems with POST or GET
  
 Are there any known problems with HTTPService, resultFormat = e4x 
 when the service would not go into result listener?
 
 Thanks
  
 
 
__
 This communication is from Primal Pictures Ltd., a company 
registered in England and Wales with registration No. 02622298 and 
registered office: 4th Floor, Tennyson House, 159-165 Great Portland 
Street, London, W1W 5PA, UK. VAT registration No. 648874577.
 
 This e-mail is confidential and may be privileged. It may be read, 
copied and used only by the intended recipient. If you have received 
it in error, please contact the sender immediately by return e-mail 
or by telephoning +44(0)20 7637 1010. Please then delete the e-mail 
and do not disclose its contents to any person.
 This email has been scanned for Primal Pictures by the MessageLabs 
Email Security System.
 
__





RE: [flexcoders] Re: Problems with POST or GET

2009-01-19 Thread Peter Farland
Are you POST'ing to a host on a domain that is not the same as the domain 
hosting the SWF?

Are you using HTTPS? If so, does it work when using HTTP?

Does it happen in all browsers, or just a particular one?




RE: [flexcoders] Re: Problems with POST or GET

2009-01-19 Thread Tracy Spratt
Also, do you have a fault handler?  Have you checked to see if it is
being called?

Tracy Spratt 
Lariat Services 

Flex development bandwidth available 



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Peter Farland
Sent: Monday, January 19, 2009 4:39 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Problems with POST or GET

 

Are you POST'ing to a host on a domain that is not the same as the
domain hosting the SWF?

Are you using HTTPS? If so, does it work when using HTTP?

Does it happen in all browsers, or just a particular one?

 



[flexcoders] Re: Problems with POST or GET

2009-01-19 Thread markgoldin_2000
Yes, I am posting to the same domain.
No, I am not using HTTPS.
It's happening in different browsers.

--- In flexcoders@yahoogroups.com, Peter Farland pfarl...@... wrote:

 Are you POST'ing to a host on a domain that is not the same as the 
domain hosting the SWF?
 
 Are you using HTTPS? If so, does it work when using HTTP?
 
 Does it happen in all browsers, or just a particular one?





[flexcoders] Re: Problems with POST or GET

2009-01-19 Thread markgoldin_2000
I have Alert box in a fault handler.
Never seen it's popping.

--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... 
wrote:

 Also, do you have a fault handler?  Have you checked to see if 
it is
 being called?
 
 Tracy Spratt 
 Lariat Services 
 
 Flex development bandwidth available 
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On
 Behalf Of Peter Farland
 Sent: Monday, January 19, 2009 4:39 PM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: Problems with POST or GET
 
  
 
 Are you POST'ing to a host on a domain that is not the same as 
the
 domain hosting the SWF?
 
 Are you using HTTPS? If so, does it work when using HTTP?
 
 Does it happen in all browsers, or just a particular one?