Configuring encryption for multiple service providers on the same container
The default configuration file used for service encryption is the following one: etc/org.talend.esb.job.service.cfg.
To encrypt a particular or mutliple service providers, create a new configuration file as follows: etc/org.talend.esb.job.service.[escapeURL{service_qname}].cfg.
If the provider specific configuration is not provided, the default configuration file will be used.
Example:
For the following Service Qname: {http://services.talend.org/ReservationService}ReservationServiceProvider
The URL escaped Service Qname is as follows: http_services_talend_org_ReservationService_ReservationServiceProvider
So, its Provider specific configuration file should be named as follows: org.talend.esb.job.service.http_services_talend_org_ReservationService_ReservationServiceProvider.cfg