Results 1 to 2 of 2

Thread: SOAP interface for REST @MVC Web Service?

  1. #1

    Default SOAP interface for REST @MVC Web Service?

    Hi all - After creating a RESTful webservice using Spring 3.0 @MVC, I feel I should also provide a SOAP interface for those "shops" that are clamoring for a WSDL. I don't know of the status of WSDL 2.0 (from a tooling perspective) nor the traction that WADL has, so was wondering if I should just expose a separate SOAP interface that can be described via WSDL 1.x. Does anyone have any thoughts here or recommendations of providing a separate SOAP interface on a RESTful web service?

    Thanks in advance!

  2. #2

    Default

    Hi

    I am looking for such a solution - I have a REST Service and i have to expose it to some other system which doesnt understand REST - so i want to expose my REST service through a SOAP Wrapper.

    Do i need to create a WSDL for this or Spring provides any API just to delegate the call from SOAP Wrapper to REST Service....

    please let me know if you get any solution for the same.

    Thanks
    saikiran

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •