Questions tagged [httpservice]

HTTPService is a Flex component used for HTTP requests

240 questions
0
votes
1 answer

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 30s. The FaultEvent is dispatched, while php is still…
0
votes
1 answer

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 my browser. so i made a new application which call…
0
votes
2 answers

Flex HttpService : appending to destination

I am using Flex to connect to a Rest service. To access order #32, for instance, I can call the URL http://[service]/orders/32. The URL must be configured as a destination - since the client will connect to different instances of the service. All of…
Verdant
  • 393
  • 2
  • 5
  • 7
0
votes
1 answer

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 QuestionID:int = data.QuestionID; …
satish
  • 59
  • 8
0
votes
2 answers

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 response, Flex is throwing a fault, 2032, stream…
Blue Sky
  • 807
  • 1
  • 15
  • 36
0
votes
1 answer

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…
user723858
  • 1,017
  • 3
  • 23
  • 45
0
votes
1 answer

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 diagnose, as I don't see in the FaultEvent what service…
sehugg
  • 3,615
  • 5
  • 43
  • 60
0
votes
1 answer

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: 100, height: 100 }); //this method is going to…
undefinedman
  • 620
  • 1
  • 11
  • 25
0
votes
2 answers

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 working after making the apk file. So From desktop…
iamshahid
  • 469
  • 1
  • 3
  • 9
0
votes
3 answers

Flex: Processing xml, before using it in datagrid

I have following problem: My webservice application returns xml data in following order: Oleg 2000 Where number of claim nodes, can be 0,1, and so on. How I…
Oleg Tarasenko
  • 9,324
  • 18
  • 73
  • 102
0
votes
1 answer

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: CityHyderabad,…
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
0
votes
1 answer

could not be able to create http service programmatically 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:
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
0
votes
1 answer

flex 4.6 parsing htmlText object with CDATA only last object displaying

I am trying to update multiple objects with a htmlText string. The problem I am having is only the last object is becoming visible when the data changes. Am I missing something basic on the tags? using flex 4.6 thx…
art vanderlay
  • 2,341
  • 4
  • 35
  • 64
0
votes
1 answer

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 out the return string (meta.html) further? thx…
art vanderlay
  • 2,341
  • 4
  • 35
  • 64
0
votes
1 answer

Use HttpService with Gemini Web

How can i use OSGi HTTPService in Gemini Web. Best Regards, Keshav
keshav84
  • 2,291
  • 5
  • 25
  • 34
1 2 3
15
16