So, I was thinking about trying out the Zato.io ESB with a small project. The flow will be like this:
- Expose a simple REST service that will receive one or multiple ids from the clients
- Read pkcs12 certificate and call SOAP service once for every id received
- Parse huge XML response and post relevant elements to a PervasiveDB
And naturally, handle all possible errors along the way.
As far as I understand, exposing REST will work and I suppose posting to Pervasive will work, but I'm not sure how to handle certificates in zato or python?
Any help appreciated
Regards