Hi Simon,
This info seems to contradict what others have offered in this same thread.
Where precisely would I add this directive?
Thanks.
Alex
----- Original Message -----
From: simonjpalmer
To: [email protected]
Sent: Wednesday, November 28, 2007 2:42 PM
Subject: [flexcoders] Re: Tracing HTTPService Data?
You can get at the contents of the messages using <mx:TraceTarget> on
the client, which will spit a whole load of stuff to your console in
debug mode.
I don't use an http service, but I know that on the server you can
alter the level of logging by adjusting the contents of the logging
tag in services-config.xml.
hth
Simon
--- In [email protected], "flexnubslice" <[EMAIL PROTECTED]> wrote:
>
> 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
>