I have some relatively large files (1Mb-32Mb) and I need to send them from a desktop app to a script written in PHP (with the aid of a PHP framework called CodeIgniter). Since the files are pretty big
I have a project that is currently in production delivering some web-services using the REST approach. Right now, I need to delivery some of this web-services in SOAP too (it means that I will need to
converting a WSDL to a REST web service, Is there a C# version of this library? http://wsdl2rest开发者_如何学Python.sourceforge.net/I was wondering if you really need a library for this? I mean as lon
Is it a bad idea to build an API without a key / other authentication requirements? Upsides: Simpler to implement
I want to a开发者_JAVA百科pply REST to my Rails 3 application. I understand the basics but am still a NOOB and would like some help or advice if this is correct.
I just created my first WCF REST service. I wanted it to return JSON, so i especified the response format. At first, I was frustrated because it was returning SOAP all the time and I didn\'t know why,
At work, we currently have a WSDL interface as well as a semi-RESTful interface that we\'re looki开发者_如何学运维ng to expand upon and take it to the next level.
I am working on creating a WCF rest service. I have a function that will return a byte array of a file 开发者_高级运维created by the service. I was wondering how I can create this file, from the byte
I\'m using the Rest Server (https://github.com/philsturgeon/codeigniter-restserver) extension for Code开发者_如何学GoIgniter and I\'m struggling to find examples on how to set the authorization level
Can somebody please tell me difference between JSON, Thrift and REST ? How one can开发者_如何学Go decide which one to use ?