I want to Convert SOAP Web service(WSDL) to REST web service in JSON Format with GET,POST action method, where inputing only SOAP End Point will Generate REST Web service.
What I know is that JAX-RS api is used to generate REST Web service,and Jersey is a tool for REST.
Please tell me how to convert SOAP web service to REst web service ?
Thank you.
Ads