rest - Calling SOAP in Jersey -
i have requirement client wants write wrapper rest web service around soap web service.
i new both soap , rest. can please let me know
- if can call soap web service inside rest web service?
- if yes, how in jersey 2.0?
thanks in advance.
- yes
- there nothing special calling soap service inside jax-rs resouce. write jax-ws client as described in java ee 7 tutorial.
Comments
Post a Comment