HTTPService is a Flex component used for HTTP requests
Questions tagged [httpservice]
240 questions
0
votes
1 answer
How to set user roles when handling security in an OSGi Servlet
I am registering a Servlet in an OSGi bundle using the HttpService. I have created my own HttpContext class which handles the security - BasicAuthentication and check against ActiveDirectory.
Dictionary params = new Hashtable

paul
- 13,312
- 23
- 81
- 144
0
votes
0 answers
Restful webservice with a c++ backend service / daemon
We have a native service / daemon in written C++. We are looking to provide a Restful web-service to control / setup the service.
Assuming that the web-service is either implemented in .Net or Java, what is the best way to communicate with the…
0
votes
3 answers
HTTPService & MySQL & PHP
I can't seem to post needed information to my database, here's what I've got:
{name.text}
…

Yan
- 582
- 2
- 6
- 22
0
votes
0 answers
Facing difficult in writing testcase using AutoFixture and XUNit
I am using Xunit and AutoFixture.
Here is my service which is calling third party service.
[ServiceBehavior(InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple, UseSynchronizationContext = false)]
public…

AMDI
- 895
- 2
- 17
- 40
0
votes
1 answer
how to USE CORS in Ionic Angular
i am trying to do a get request using ionic http service. But i have come to this cross origin error which i got:
XMLHttpRequest cannot load http://127.0.0.1/webService/getBlogs.php. Origin http://localhost is not allowed by…

Wang'l Pakhrin
- 858
- 3
- 15
- 29
0
votes
1 answer
access xampp localhost files when using http service
i could not find a clear answer on how to access my own localhost for development environment to test http services.
So far i have tried doing http://localhost:8080/Folder/this.php and it goes www.localhost.com ??? i have checked that the access…

Wang'l Pakhrin
- 858
- 3
- 15
- 29
0
votes
3 answers
Flex HTTPServices and valid xml
I'm currently attempting to communicate with an API using Flex as the client.
I'm using Flash Builders HTTPServices to do so, bit of a noob to all this.
All works correctly if the accessed XML files elements are formatted correctly however if I add…

cammy
- 37
- 2
0
votes
2 answers
Angularjs $http post error in Ionic
Here is my controller. When I want to post some data to backend, I get error.
.controller('LoginCtrl', function($http, $scope, $state, $ionicPopup, AuthService) {
$http.defaults.headers.post['Content-Type'] =…

Vahid Najafi
- 4,654
- 11
- 43
- 88
0
votes
1 answer
whats the difference between url and destination using httpservice in flex?
I wondering whats the difference between url and destination using httpservice in flex.
I came across a httpservice example that looked something like this
service.resultFormat="e4x"
service.method="GET";
…

dubbeat
- 7,706
- 18
- 70
- 122
0
votes
1 answer
Passing parameters to .NET ClickOnce-deployed application from Flex without URL being visible
I'm passing parameters to a .NET ClickOnce-deployed application via the URL from a Flex application. This is done by simply redirecting the user to http://myDomain/myApplication.application?a=1.
I would like the URL to not be visible in the browser…

Zesty
- 2,922
- 9
- 38
- 69
0
votes
1 answer
How should I format an HTTPService result in Flex so that it is accessible for a pie chart?
I feel like this should be simple, however everywhere I look online someone does something different. I am doing a small charting application to track download statistics, and want to put the data into a pie chart. I am new to Flex, so if my code is…

Eric Reynolds
- 85
- 1
- 2
- 10
0
votes
1 answer
OpenRasta Framework for building httpServices
Is any one aware of any websites which has some practical examples of using OpenRasta to build Http services
Thanks

CSharped
- 1,247
- 4
- 20
- 49
0
votes
1 answer
Flex Client application - HTTPRequest fail in the initialize function
I have a serious problem in my flex client applications.
I have an apache server with php web services.
the flex client makes an httpservice requests.
I noticed that the httpservice requests that runs from the creationComplete event of the…

Elad
- 479
- 3
- 11
- 21
0
votes
2 answers
Performance problems in apache server with php
I think I have a performance problem in my apache server.
I have apache server on solaris 10 with php and some flash client applications.
The clients get data from server in XML formation with HTTPService requests.
sometimes the data doesn't arrive…

Elad
- 479
- 3
- 11
- 21
0
votes
1 answer
PHP script works fine until I send it a parameter from HTTPService in Flash Builder 4?
I'm using a PHP script to read an RSS feed in my Flex 4 app. The script works when I put the URL of the feed in the actual script, but I can't get it to work when I try to send the URL as a parameter from a HTTPService in Flex.
Here is the…

ben
- 29,229
- 42
- 124
- 179