Hi Experts,
We have messages destined to SAP read from the JMS adapter and the messages are then passed to a BPM process. The connection to the BPM process is done using a PI system user.
Note: SSO is not possible since we cannot authenticate against the JMS queue.
In the BPM Process we have created a separate step to call a service endpoint that contains the language code which works when we test the service with an external tool such as SOAP UI.
However, the language being passed to the ECC system is still English. As a further test, we have also changed the connection user ID on the BPM server and the ECC system to default to French with the same result.
Ideally we would like to influence the language programmatically in BPM prior to the call to the to the ECC system. Is that possible?
Rgds,
Yves