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
Zato 2.0, currently in development and expected to be released soon now, supports SSL/TLS out of the box - you simply upload a custom CA certificate you'd like for a given outgoing connection to use and that's it.
For Zato 1.1, please find below a working usage example of how to provide paths to CA certificates inline within the body of a service.
Cheers!