Jersey SOAP Challenge

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.

+2
source share
1 answer
+2
source

Source: https://habr.com/ru/post/1613968/


All Articles