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

  1. if can call soap web service inside rest web service?
  2. if yes, how in jersey 2.0?

thanks in advance.

  1. yes
  2. there nothing special calling soap service inside jax-rs resouce. write jax-ws client as described in java ee 7 tutorial.

Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -