0
votes
1answer
17 views
Deserialize XML to custom Class in Flex?
Is it possible to deserialize an XML file to a class in Flex without manually checking the XML and/or creating the class, with the help of a HttpService?
Edit: Explained a bit more and better.
We …
0
votes
0answers
2 views
Flex FaultEvent and HTTP status codes.
How the FaultEvent listener in HTTP Request is getting called? Is it based on the status code of response? If yes for what all status code It will get called?
0
votes
1answer
19 views
How to authenticate to Freshbooks API using Flex?
I am new to Flex (FLex Builder 3.0), and I'm creating a simple application that would basically just authenticate to the Freshbooks API (www.freshbooks.com) via HTTPS. without sending anything else.
…
0
votes
2answers
57 views
HTTPService Result - checking number of items with a specified name
I have a question about HTTPService and the data it returns.
Well lets consider this XML:
<PhotoGalleryData>
<Photo>
<id>1</id>
<name>Summer …
0
votes
3answers
63 views
Populate ArrayCollection with HTTPService
Hi guys.
Yes there is a question like this one, but there is no activity and no answer.
I want to load data from a external XML file, using a HTTPService, and on the ResultEvent of the same …
0
votes
1answer
56 views
Flex HTTPService Progressbar
Hi,
How can I set a progress bar that may start when an HTTPService is sent and stop when the HTTPService ends?
I followed code given here but encountered following error:
Type was not found or …
2
votes
3answers
114 views
To execute Flex cleanup function when browser is closed by user
I have a Flex client application. I need a clean up function to run in Flex when the user closes the browser. I found the following solution on the net, but it only works half-way for me. How could I …
0
votes
2answers
46 views
Flex httpservice faults
Hi,
I've been given a Flex application which made use of a RESTFUL service.
I've managed to create a SQLite DB which stored data from the service and now I would like the application to be able to …
0
votes
2answers
70 views
Problems re-using HTTPService object
I'm trying to reuse the HTTPService object in a flex app but I'm running into a problem. In the handler for ResultEvent.RESULT I'm removing the listener, but it isn't removed. I've have to catch the …
0
votes
1answer
216 views
FileReference and HttpService Browse Image Modify it then Upload it
Hello,
I am trying to do an image uploader, user can:
- browse local file with button.browse
- select one and save it as a FileReference.
- then we do FileReference.load() then bind the data to our …
1
vote
1answer
102 views
HTTPService event listener so it triggers something when “.send” method gets data from XML.
Good day everybody.
I've doing a bit of "training" at working with Flex and Remote Data from XML files.
This is my HTTPService
<mx:HTTPService id="loginData" url="com-handler/basic.xml" …
0
votes
1answer
141 views
Flex 3: ConcurrencyError using HTTPService
I'm getting occasional ConcurrencyError faults when using HTTPService in Flex 3. I have four HTTPService objects, all configured with concurrency=single. I'm not sure though how to continue to …
1
vote
2answers
341 views
Dynamic url in HTTPService not working
Hello and thanks in advance for any help you can provide.
My AIR application queries a webservice to see what components to build. A sample of the XML returned is:
<item>
…
0
votes
3answers
447 views
Flex: Processing xml, before using it in datagrid
Hi!
I have following problem:
My webservice application returns xml data in following order:
<my_claims>
<claim>
<opponent>Oleg</opponent>
…
0
votes
1answer
244 views
Flex HTTPService in Flash
Is there a standard equivalent to the Flex HTTPService class in Flash CS4?
