httpservice
Please help me work out this error, regarding the use of a HTTPService to connect Flex4 & Ruby on Rails
I have a HTTPService in Flash Builder 4, that is defined as follows: <s:HTTPService id=\"getUserDetails\" url=\"http://localhost:3000/users/getDetails\" method=\"GET\"/>[详细]
2022-12-28 22:09 分类:问答AS3 httpservice - pass arguments to event handlers by reference
I have this code: var service:HTTPService = new HTTPService(); if (search.Location && search.Location.length > 0 && chkLocalSearch.selected) {[详细]
2022-12-26 21:36 分类:问答Automatically call httpservice.send
I have an application that displays the data from 3 xml files (auto generated from SQL table) using httpservices to get them.[详细]
2022-12-25 13:55 分类:问答Static content on Wicket application served from OSGi HTTP Service
I\'m developing a web application that is going to be served from an OSGi HTTP service, I register it using a WicketServlet, and I don\'t know how to serve static files (CSS, JS, images and so).[详细]
2022-12-24 16:48 分类:问答Send parameters in order in HTTPService
I am trying to work with a simple HTTPService. The problem is that my webservice is conscious of the order of arguments it gets. I will tell the problem with an example:[详细]
2022-12-24 06:01 分类:问答Starting Wicket web application with OSGi HTTP Service
I\'m trying to start a Wicket Application using Felix implementation of OSGi HTTP service, for that I just register the service using WicketServlet with applicationClassName parameter:[详细]
2022-12-23 04:37 分类:问答Flex HttpService POST limited to 543 Byte per Form field?
I am getting a FaultEvent when trying to send form fields through HTTPService that contain more than 542 chars.[详细]
2022-12-22 23:21 分类:问答Adobe Flex HTTPService AsyncResponder onResult handler fires twice?
My HTTPService resultHandler is firing twice.Is that normal? The messageId and token# are the same. StatusCode=200 both times.[详细]
2022-12-18 19:39 分类:问答Flex HTTPService Error
I am creating a Flex application and am using an HTTPService to retrieve XML from an asmx web service.This web service needs one string parameter.This parameter contains multiple options separated by[详细]
2022-12-17 12:11 分类:问答Send XML String With HTTP Post In Actionscript 3
I am having a little trouble sending an xml string to an HTTPService an Actionscript3 (see code below).Basically, I am trying to send a georss xml string for conversion into another format.I am gettin[详细]
2022-12-16 17:09 分类:问答