I want to write a web service using SOAP where the request/response should be in json format instead of xml format.
I tried using "@BindingType(JSONBindingID.JSON_BINDING)
" using the reference and ended up with error Exception in thread "main" javax.xml.ws.WebServiceException: Wrong binding ID: https://jax-ws-commons.dev.java.net/json/
Can anybody provide me with a simple (SOAP-JSON)example other than the above reference.
Thanks in Advance.