RE: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Peter Farland
Please log an enhancement request for tooling to do this inside of Flex
Builder.
 
http://bugs.adobe.com/flex/
 
For now, I'd suggest using an HTTP sniffer. I've found Paros Proxy to
work well as a client side proxy, making it possible to debug HTTPS
requets too.
 
Pete



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Lex
Sent: Wednesday, November 28, 2007 2:42 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Tracing HTTPService Data?


Thanks for the response.
 
So there's no built-in debugging service available?  Seems odd that we
have no means to capture HTTP request responses inside of Flex.
 


Re: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Lex
Thanks for the response.

So there's no built-in debugging service available?  Seems odd that we have no 
means to capture HTTP request responses inside of Flex.

RE: [flexcoders] Tracing HTTPService Data?

2007-11-28 Thread Samuel R. Neff

We use Charles and it's wonderful, especially when working with AMF data.

http://www.xk72.com/charles/

HTH,

Sam 

---
We're Hiring! Seeking a passionate developer to join our team building Flex
based products. Position is in the Washington D.C. metro area. If interested
contact [EMAIL PROTECTED]
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flexnubslice
Sent: Wednesday, November 28, 2007 1:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tracing HTTPService Data?

Hi there,

  Thanks in advance for your help.  I'm a newcomer to Flex, but am
definitely not new to Eclipse being a Java programmer by trade.

  I've set up a basic HTTPService as introductory project, and quickly
found that I can add breakpoints into fault and result events.  What I
cannot find though, is how to trace the data that the HTTP portal is
feeding the Flex app.  Is there a means to debug the actual request data?

Thanks.
Alex