Integration with REST APIs

Hi Guys,

CAF has good support to integrate with SOAP Web services. It nicely converts xml to java object and that managed bean can be used as we like. How do we integrate with Rest API and handle the json to java object conversion? Are there any ready-to-use CAF libraries available or should we go for Open source APIs such as Jackson?

Kind regards,
Raj

Hi Guys,

Can you please advise if you have any idea on this?

Kind regards,
Raj

Hi,

Maybe the wiki can help you: http://techcommunity.softwareag.com/pwiki/-/wiki/Main/Quick+Start+for+OpenCAF

best regards,

Hello Raj,

AFAIK there is no out of the box CAF library available.
But still you can use REST RAD for converting JSON to JAVA.

Hope this helps.

Regards,
Bharath