JSON Web Service over simple HTTP GET/POST

Posted by whoi on Stack Overflow See other posts from Stack Overflow or by whoi
Published on 2010-06-16T15:13:49Z Indexed on 2010/06/16 15:32 UTC
Read the original article Hit count: 317

Filed under:
|
|
|

Hi; Can you suggest a way or a framework or etc. for JEE in order to make simple HTTP GET/POST calls to some web services like in SOAP web services but transport format must be JSON; not XML and there must not be any wrapper around(may be some vey lightweight header) like SOAP etc.

In short, my purpose is to serve web services using JSON and HTTP Get/Post in a maximum possible lightweight solution.

Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about JSON