httpservice
Flex4: Using httpService in consecutive function calls
I have this button: <s:Button includeIn=\"MeniuPrincipal\" label=\"Descarcare Date\" click=\"downloadLmData(event)\"/>[详细]
2023-02-16 19:55 分类:问答osgi HttpService register resource from outside of the bundle ( filesystem )
I am using OSGI\'s HttpService to register my servlets and resources. To register resource I am using HttpService.registerResources(java.lang.String alias, java.lang.String name, HttpContext context)[详细]
2023-02-15 17:04 分类:问答Flex 4 - Technique to allow HTTPService testing locally and on development server
Right now I have my URLs hard-coded for HTTPService to work with my local machine\'s web server so that I don\'t need to copy files to htdocs after compiling. What\'s a good technique to easily transi[详细]
2023-02-10 05:46 分类:问答Flex 4 get data from php script?
I\'m working with wordpress,and trying to paste video url to video player I have php script that get from I database video url.[详细]
2023-02-06 20:44 分类:问答Disable caching while dynamically loading .XML files via HTTPService?
This is my first CMS application and in the ackground is Delphi 7. I use 5 different XMLListCollections which are dynamically loaded from local files on the server. HTTPService loads the first one i[详细]
2023-02-06 14:07 分类:问答Set JSON content-type on s:HttpService in flex
I am trying to set the json content type on httpservice to make REST service return the json data. When I add the开发者_运维知识库 content type in fiddler all works fine so the problem lays in flex ap[详细]
2023-01-25 22:19 分类:问答Flex HTTPService.send() doens't trigger ResultEvent
Hello I\'m trying to send a simple GET request using flex mx:HTTPService: <mx:HTTPService id=\"service\"[详细]
2023-01-25 14:58 分类:问答Is it possible to create a separate file for httpservices in flex and what are the best practices
Hi I am new new to flex development. I am building a fle开发者_Python百科x application which uses rest APIs.[详细]
2023-01-15 06:45 分类:问答"Default decoder could not decode result"
Here are the files - MXML: <mx:HTTPService id=\"score\" url=\"http://...score.php\" fault=\"mx.controls.Alert.show(event.fault.faultString)\"[详细]
2023-01-14 09:48 分类:问答Flex fails to pass parameters to httpservice php script
I am sending two parameters to a php script. The php script works fine if I use the browser to run the script and pass parameters to it like http://www.somewebsite.com/runScript.php?id=aaa&name=bb[详细]
2023-01-14 07:02 分类:问答