Re: [flexcoders] Need an easy way to dump XML results to a file?

2005-03-11 Thread Spike
What method are you using to retrieve the XML payload? If you're using HTTPService you can specify the resultFormat as text which will just give you the raw text that came back from the server. You can then output that as you see fit. Spike dduuggllaa wrote: It would be convenient when

RE: [flexcoders] Need an easy way to dump XML results to a file?

2005-03-11 Thread Peter Farland
Have you tried turning on AMF Gateway debug-level logging? The AMF Gateway processes RemoteObject requests on the Flex Server. In /WEB-INF/flex/gateway-config.xml there's a logger element with a level attribute. Set this attribute to Debug and restart the web app. If the logging class is set to