servlets - Consuming WebServices in Java -
We are creating a web-application and making a real part of this project real time calls from our servlets for a while Finally, some of these calls to the webservices will be cached on the basis of reference. We also handle double-byte character strings coming in for languages such as Hebrew and CJK.
The forum in this web application is Java.
What types of frameworks should I use to consume and call these web services? Axis 1/2? Does an ESB like radish give me some extra features that come in handy?
Explanation point: We will only consume webservices. We will not write your own webservices and will not provide.
A web service implementation like Axis 2 should be good for your needs, besides Spring Web services such as There are other implementations as long as you do not need some serious service orchestation and service mash-up, an ESB might be overworked.
Comments
Post a Comment