HTTPService is a Flex component used for HTTP requests
0
votes
1answer
26 views
Flex HttpService authorization to obtain xml feed
im trying to obtain a xml feed from my cpanel though API. I have tried several methods (see below) to pass the authorization to obtain the xml feed.
In my browser i can get the feed through the ...
0
votes
0answers
30 views
HTTP The service is starting or stopping. Please try again later error on windows 7
I used following command to stop the HTTP service
net stop http /y
And I got following error message:
The service is starting or stopping. Please try again later.
Now the HTTP service is ...
0
votes
0answers
31 views
Adobe air mobile use ssl enviroment
I would like to perform ssl network access using httpservice of air. The versions currently used are Flex4.9 and AIR3.6. Various things were tried and have gone wrong. First of all, since it does not ...
0
votes
1answer
33 views
useProxy on URLLoader? similar to that of the httpservice?
Loading Https images over untrusted servers have limitations. We have decided to load images over from the proxyservice rather than let the air do it itself form several domains. When I checked ...
0
votes
0answers
46 views
Android HttpService throws Connection closed exception
I implement a server in app with httpservice
,to solve cross domain,I add a proxy(AjaxRequestHandler)to HttpService.(I override open method of xmlhttprequest )
the problem is:
when i use ajax by sync ...
-1
votes
1answer
101 views
Issue in Getting the tweets of whom I follow using twitter API
I am using Twitter API and Flex 4 for creating Desktop App. I need to show tweets in two parts:
1)Tweets of User ABC to be shown in one section.
2)The tweets of people whom the User ABC is following, ...
0
votes
0answers
48 views
Weird popup when debugging with Flash Builder running HTTPService
1) Debug/run the program on an Android tablet from Flash Builder 4.7
2) The program uses HTTPService
3) Got a weird popup as given:
http://tinypic.com/r/2ps0tgm/6
If you run the program by ...
0
votes
0answers
59 views
Flex 3 - loading external XML to project
(sorry for my English)
I'm new to Flex 3 and i am working with my project.
My question is: How can I make a datagrid or list with {name} from my external xml file?
First i have Httpservice:
...
0
votes
0answers
158 views
Unable to POST data from the FLEX to the ASP.NET MVC HTTP service
I spent whole day looking for the answer but no luck.
I use Flex Builder 4.6 with .NET MVC 4 brand new WEB Api framework (ApiController). The task is to send a simple POST from Flash swf in Chrome ...
0
votes
0answers
134 views
HttpService Error #2096
I've written a Httpservice to get data from server but when I tried to run the service it got me the error (#2096). Below is my code:
package
{
import flash.net.URLRequestHeader;
import ...
0
votes
2answers
122 views
Flex: Add one item to list using Data Binding
I am trying to load xml data into a List with Flex/MXML. I have a method for getting the XML and putting it into the list (I know that it is reading the data properly) but when I run the application I ...
1
vote
0answers
73 views
Flash Builder HTTP service with a space character in the URL?
I am using Flash Builder 4.6 and I am trying to get a JSON from World of Warcraft API (http://eu.battle.net/api/wow/guild/Lightning's Blade/Myst?fields=members).
This URL in a browser returns ...
0
votes
1answer
343 views
How to return HTTP Service response in flex?
I am clear about how to use HTTP Service in flex but i want to separate the functionality of calling service and getting response of the service in a different ActionScript class. So does anyone know ...
0
votes
3answers
140 views
Flex/AIR Loop stops executing (timeout) after 60 seconds
This is an odd problem I am having, after about 60 seconds (timed 4 times). I am running a loop that does a HTTPService call (only takes a couple of sec) and when it's all finished it goes back to the ...
0
votes
1answer
44 views
Load XML path based on textfield
I am loading my XML file using HTTPService. I am trying to load specific data depending on what the user types into the textfield. I am trying to load like this:
xmlservice.send();
var string:String ...
0
votes
0answers
212 views
Flex and PHP: HTTPService POST Error
I am getting this error when using the HTTPService POST method in the Flex SDK:
[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent ...
0
votes
1answer
175 views
XML and HTTPService
I have recently started using Flash Builder and the Flex SDK. I am currently working with XML. I am able to read XML into a List perfectly using the following code:
<s:HTTPService id="myXML" ...
0
votes
1answer
186 views
httpService and XMLListCollection
I have a problem with my project where I try to fill a list with my xml data that I get out of an php file. I call the php file with a httpservice and this file returns xml data. Now it seems that ...
0
votes
3answers
196 views
Populating a combobox with XML in Flex
I'm trying to fill a combobox with countries from a XML file. Unfortunately, the combobox does not get filled. How should I resolve this problem? Thanks in advance!
Here's my code:
protected ...
0
votes
1answer
123 views
Flex Air - HTTPService TimeOut every time
On my AIR app, i use HTTPservice with PHP.
PHP side : set_time_limit(0)
Air side : httpService.requestTimeout = 0
it doesn't work, with httpService.requestTimeout = 0, there is a time out after ...
1
vote
1answer
248 views
Flex: XML data from httpservice in repeater
I'm trying to populate a label with a result from an httpservice. This result comes from a phpscript which generates xml. When I run it I just get a blank page. My application code is as follows:
...
0
votes
0answers
219 views
Flex HTTPService not working on chrome
I have a flex script which shows data from an httpservice and is working fine when I run it from within Flex and Internet Explorer. When I run it on Google Chrome it doesn't show any values, below is ...
0
votes
0answers
92 views
How to manage recalling an httpservice without using the parameters for the first call
I have the following situation whereby am calling a function on a certain event in this case button click and passing it an httpservice (normalService), what the function does is it checks to see if ...
0
votes
1answer
69 views
can we catch Packet Of HTTPservice of flex
Here i use Charles web debugger Proxy to catch all packet which send/receive by HTTP Protocol and here, i declare, Charles is HTTP monitor. after opening Charles i got all the packet which send from ...
0
votes
1answer
184 views
Using HTTP Service in flash builder to send data to C# webservice
this question could be completely redundant and I apologize for that. But I have this code in my android app using flash builder to send data to the webservice
var ResponseValue:int = 1;
var ...
0
votes
2answers
107 views
flex air httpservice stream error and timing out
We have an AIR client sending HTTPService Post request to Tomcat. The operation takes more than 30 seconds in the server since its a files transfer operation.
By the time the server returns the ...
0
votes
1answer
167 views
Flex uses %5F as Underscore for HTTP Service?
I am currently developing a Mobile Application with Adobe Flex 4.6 and I am having an Issue with using the HTTP Service functionality. I am trying to use a HTTP request like shown below:
...
0
votes
1answer
112 views
Delayed results in flex HTTPService
I've got question about responses via HTTPService in flex.
I send service call to the server in the loop to scale some images, like:
while(i < 5)
{
scaleMyImage({ file: fileArray[i], width: ...
0
votes
1answer
233 views
Flex Mobile HTTP Request Error on apk file
I'm developing an android application using Flex Builder 4.6.
It's fairly complicated app and I'm using HTTPService for communication with the server.
It was working fine until recently it stops ...
1
vote
0answers
778 views
Multipart/form-data Flex HTTPService uploading a file
I am new to Flex and also new to writing a client for a web service.
My question is more about Flex (Flash Builder 4.5) APIs, what APIs to use.
I want to access a web service, and create a Flex / ...
0
votes
1answer
87 views
could not be able getting currect data from xml service in flex while it returns error msg
I'm trying to get data from a xml web service of free.worldweatheronline.com first I give name of city if the city is found in web service it returns data some thing like this:
...
1
vote
1answer
69 views
could not be able to create http service programmitically in flex
I'm trying to create HttpService through Action Script and I want to convert this mxml code to my Action Script
mxml code code is here:
<s:HTTPService id="weatherService"
...
0
votes
1answer
227 views
flex 4.6 parsing htmlText object with CDATA only last object displaying
I am trying to update multiple <mx:text> objects with a htmlText string. The problem I am having is only the last <mx:text> object is becoming visible when the data changes.
Am I missing ...
0
votes
1answer
204 views
flex parse ResultEvent xml containing html [object Object]
Flex 4.6
I have a httpservice returning a xml schema, with some tags containing html.
When I try to display this in either s:RichText or mx:Text htmlText i get [object Object].
Do I need to break ...
1
vote
1answer
148 views
flex mobile application detected duplicate HTTP-based FlexSessions
I developed a mobile app using Flash Builder 4.6, but when I connected it to the web using httpservice, this warning came up:
Detected duplicate HTTP-based FlexSessions, generally due to the ...
1
vote
2answers
335 views
how to send parameter to HTTPService call to reuse as component
I would like to reuse a s:HTTPService component if possible. I am having trouble understanding how to pass a parameter to the service call so the result function can be changed.
For example,
...
0
votes
4answers
337 views
Effective way to update XMLListCollection
I have the following code:
private var xmlC:XMLListCollection = new XMLListCollection();
private var httpS:HTTPService = new HTTPService();
private var timer:Timer = new Timer(1000);
private var ...
0
votes
1answer
1k views
Flash Builder: Get the result of HTTPService request with AS3 in Flex Mobile App
really drives me insane to get the results of a HTTPService object. When the call to the server is completed, a result event will be triggered.
That all is working OK and the server can serve XML data ...
0
votes
2answers
260 views
count xml tag from HTTPService.lastresult in flex 3
I have a PHP file echoing the following XML:
header("content-type:xml-text");
echo '<?xml version="1.0" encoding="UTF-8"?>
<pages>
<page>
<user>1</user>
...
1
vote
1answer
234 views
How to get cookie from a 302 HTTP status response using Flex HTTPService
In my Flex application I need to authenticate to a j_security_check form (which seems like a popular means of authentication), supplying j_username and j_password fields as parameters in an HTTP POST ...
1
vote
3answers
2k views
How to send parameters via the URL to PHP from Flex HttpService
Forgive me if this has already been answered/ is extremely basic/ the question is worded incorrectly, I am very new to this and struggling.
Basically I have back end PHP which generates XML, the ...
3
votes
2answers
884 views
Percent-encoding in an URI
I would like to know how can I convert URI:
%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9%20%D1%8F%D0%B7%D1%8B%D0%BA
to
русский язык
I know about urldecode function in PHP. I'm looking for the same ...
0
votes
1answer
229 views
Android doesn't have appropriate encoding
I have httpservice on android device. It forms response as html page to some browser. So it works fine but if I use other languages (for example Russian), server returns unreadable text instead of ...
0
votes
1answer
136 views
Parsing multi-form request (iframe)
I have a httpservice on my android device. So
I send a single file via XMLHttpRequest, if possible, or iframe in every other case.
If I use Google Chrome it works fine and I have no questions, because ...
0
votes
1answer
119 views
Android httpservice and ajax
I have a httpservice on an android device:
/*some code*/
private static final String COMMAND_PATTERN = "/Commands/*";
...
registry.register(COMMAND_PATTERN, new ExecuteCommandHandler(context));
...
0
votes
1answer
162 views
sock.recv() is taking too much time to execute in the python code
Following is the code which listens on a port for HTTP requests and sends the request packet to the server running on port 80, gets the response and sends the data back to the client. Now, everything ...
0
votes
1answer
291 views
Flex HTTPService.disconnect() what it's supposed to do?
I got a mxml file that launch a script on my http server through a HTTPService.send() call.
Since the script on the server side takes a LOOOONG time (it could take even more than a hour) i would like ...
1
vote
1answer
297 views
Browser requests android HttpService to show image
I've created http service on android. Now I'm trying to make HttpService show me some image into a browser. I write an url in the browser (for example http://127.0.0.1:6789/home.html (I play with ...
0
votes
1answer
410 views
android httpservice upload file from browser
I have created http service on android. And now I want to upload the file from browser to server (android). Let's look what I've done:
private static final String ALL_PATTERN = "*";
private static ...
0
votes
1answer
219 views
faultCode:Client.Error.RequestTimeout adobe air
I'm getting a wierd problem when the internet connections are changed from wireless to ethernet cable and viceversa, as per the users it is occuring rarely 3 out of 10 times, but we cannot avoid it. ...



