I have a requirement from a client who wants to write a REST shell web service for a SOAP web service.
I am new to SOAP and REST. Can anyone tell me
- If we can call the SOAP web service in a REST web service?
- If so, how to do it in Jersey 2.0?
Thanks in advance.
source
share