User login

Support for Non-REST and Non-SOAP web services using WSO2 ESB

Forums :

Hello,



I am curious to know if one can integrate non-REST and non-SOAP webservices using WSO2 ESB suite.

For example, in case of a webservice exchanging data in Adobe Messaging Format(AMF), how should one define and integrate the service in WSO2 ESB?



However, if it is possible to implement the above webservice (exchanging data in AMF) using REST or SOAP way, I would be thankful.



With regards,

Pranav

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hi Pranav, We do not support

Hi Pranav,

We do not support the AMF for the moment, but it is just a matter of writing a MessageFormatter and a MessageBuilder pair to serialize and deserialize these messages to standard XML messages. So this can be easily done.

Once those formatter and builders are in place you can do any protocol transformation like SMF to SOAP or AMF to REST using ESB.

Thanks,

Ruwan Linton

I am not familiar with AMF..

I am not familiar with AMF.. but recently we added support for Hessian (binary protocol) through the ESB using the approach Ruwan described.. Does AMF run over http/s?

asankha

Hi Asankha, Adobe Message

Hi Asankha,

Adobe Message Format (AMF) is a binary format, used to serialize Adobe Flex (ActionScript) objects. Recently AMF has been opened by Adobe. We are using AMF for remoting purpose.

We are experimenting for a prototype, where SOAP web-services, RESTful web-services and AMF data channels are integrated using Ruby on Rails.

We are seriously considering WSO2 ESB as an option for service integration. I am interested to know, how WSO2 ESB can be applied here.

If any support contact details are available, I want to intiate a discussion.

Pranav

Hi Pranav We will be

Hi Pranav

We will be contacting you shortly to better understand your requirements and see how the WSO2 ESB can be extended to support your use cases

thanks

asankha

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.