Call a SOAP service using a REST service

I want to call a SOAP service using a REST service. Someone can share some examples of the program or fragments where we can call the soap service using the JAX-RS (Jersey) written by the REST service. I am using jdk 1.7 and eclipse juno. What will we use to designate a soap service? Please note that I am completely new to webservice, so the examples will be a huge help!

+3
source share
2 answers

You cannot use the REST service infrastructure to access the SOAP web service. These are two completely different technologies.

, , ...

+4

SOAP API. SOAP xml . XML- UAP-URI xml .

+2

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


All Articles