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!
source
share