What technology should I use if any on top of HTTP for uploads of data to a web service?

Posted by Tom Dignan on Stack Overflow See other posts from Stack Overflow or by Tom Dignan
Published on 2010-05-07T05:45:09Z Indexed on 2010/05/07 5:48 UTC
Read the original article Hit count: 197

Filed under:
|
|
|
|

I am writing a web service that will receive uploads from mobile clients. The data will have 4 or more text fields followed by a large binary field. What is the best standard technology to use for this, as I may make the API public in the future and want to use something that everyone likes. XML? SOAP? Just HTTP and a completely customized payload?

Thanks.

© Stack Overflow or respective owner

Related posts about http

Related posts about server