Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am preparing on how to present using an ESB, such as Glassfish, to a company I am working with, but I realized that they may want to have some of their new webservices switch from SOAP to REST, and this is where I run into a problem, as my experience with ESBs (mainly BEA's ALSB) is that they seemed to be geared toward SOAP.

I would prefer to have some central place for webservice clients to connect to, as the final server that will process it will change, over time, as new applications are bought.

So, is there an open-source ESB that can handle REST and SOAP webservices?

share|improve this question
James, maybe there is an opportunity window to switch to REST as the primary integration strategy. Then you could do away with the ESB altogether and switch to Squid or TrafficServer as a substitute? – Jan Algermissen Feb 27 '10 at 19:59
Unfortunately they have many webservices, and I am implementing a learning management system, so many webservices will need to be repointed, and my suggestion is to use an ESB so that they don't have to keep paying a cost to redo the clients. They haven't used REST at all yet, so I will be suggesting that, but it may not mesh with their culture. – James Black Feb 27 '10 at 20:11
1  
Have you tried Mule, or Ws2O, or Apache Synapse or serviceMix? – vtd-xml-author Mar 2 '10 at 2:55
@Jimmy zhang - Will these work with REST web services, if I am returning images, JSON or comma-delimited files? – James Black Mar 3 '10 at 1:53
I am pretty sure they will at least work on POX and SOAP – vtd-xml-author Mar 4 '10 at 0:06

1 Answer

WSO2 ESB offers rich support for REST, SOAP, REST<->SOAP switching etc. Please have a look at [1] where we switch from REST->SOAP. Also, WSO2 Offers WSO2 Api Manager, where you can manage you SOAP or REST apis[2]

[1] http://wso2.org/project/esb/java/4.0.3/docs/samples/rest_api_samples.html#Sample800http://wso2.org/project/esb/java/4.0.3/docs/samples/rest_api_samples.html#Sample800

[2] http://wso2.com/products/api-manager/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.