How to adapt a SOAP Service to REST in java?

Posted by Norbert Hartl on Stack Overflow See other posts from Stack Overflow or by Norbert Hartl
Published on 2010-05-18T13:34:33Z Indexed on 2010/05/18 16:11 UTC
Read the original article Hit count: 208

Filed under:
|
|
|

I need to integrate some services that are external and that are offered as SOAP Services. I don't like to use SOAP inside our system for a few reasons. I think from a pragmatic point of view it should be fairly easy to adapt SOAP to REST. This is not a SOAP vs. REST question!

I'm just trying to collect java libraries, code, howtos etc. to accomplish this. Due the difference in its nature I don't expect a ready made solution. Just a couple of hints for tools and such to get going.

© Stack Overflow or respective owner

Related posts about rest

Related posts about soap