Tuesday, August 9, 2011

jsonwebserice 0.7 available for downlaod


http://code.google.com/p/jsonwebservice/downloads/list

also new client endpoint document for yui and jquery fans available.

Demo apps also located at http://examples.jsonsoap.org

2 comments:

  1. I already have a webservice using JAX-WS working but I want to be able to use JSON as well as SOAP. Will this help me with that?

    ReplyDelete
  2. Yes. Just add jar file in WEB-INF/lib and add endpoint in sun-jaxws xml file. Your end point binding should be json.

    for more read in http://code.google.com/p/jsonwebservice/wiki/GettingStarted

    ReplyDelete