Hi,

I have implemented SOAP Web service using Spring WS, now need to expose same services as REST (JSON). What are the options to expose SOAP as REST also.

1) Do i need to include both Spring WS for SOAP and Spring MVC for REST?
2) Is there any configuratin change which will expose service as SOAP and REST based on request type?

Thanks