usage and tricks on json web service
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?
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
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?
ReplyDeleteYes. Just add jar file in WEB-INF/lib and add endpoint in sun-jaxws xml file. Your end point binding should be json.
ReplyDeletefor more read in http://code.google.com/p/jsonwebservice/wiki/GettingStarted