3

Hi I've been connecting to my Server side code using HTTP Services.

However I'm stuck on something that I think must be very simple but I'm just not seeing it.

I create a session and the server response is as follows redirecting to

http://localhost:3000/users/126.xml which is exactly what I want.
However on the Flex side I don't know how to read this data into the application.

All previous requests have read the entire database into the applcation for example

returns all users. But I just want user number 126 in this example.

The way I've been defining my http:services is as follows

but I need some way to write

But I can't figure out how to do that. Any ideas?

Thanks in advance.

3
  • Ok This was a really dumb question - and figured it out as soon as I posted the question - I just needed to change the result format to e4x. Doh! Commented Aug 31, 2011 at 22:05
  • 4
    you can post this as answer, and accept it later (I think you need to wait a day or something) as an correct answer. Or you can delete this question, or flag it and ask for deletion, if you think it will not help anybody else. Commented Aug 31, 2011 at 22:10
  • 1
    +1 for solving your own problem Commented Sep 1, 2011 at 17:36

1 Answer 1

1

Change the result format to e4x.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.