I have this button: <s:Button includeIn=\"MeniuPrincipal\" label=\"Descarcare Date\" click=\"downloadLmData(event)\"/>
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)
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
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.
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
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
Hello I\'m trying to send a simple GET request using flex mx:HTTPService: <mx:HTTPService id=\"service\"
Hi I am new new to flex development. I am building a fle开发者_Python百科x application which uses rest APIs.
Here are the files - MXML: <mx:HTTPService id=\"score\" url=\"http://...score.php\" fault=\"mx.controls.Alert.show(event.fault.faultString)\"
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