Currently I'm testing the SAP Netweaver GateWay Adapter of version 6.3. It contains a lot more capabilities to interact with SAP.
When connecting to the development environment of SAP, I have to use client-id 1000. Apparently only 3 characters of my client-id are interpreted by the MobileFirst server.
E.g.
1// connecting to sap with client-id 1000 - returns with the following response: "set-cookie": "sap-usercontext=sap-client=100; path=/",
2// connecting to sap with client-id 2912 - returns with the following response: "set-cookie": "sap-usercontext=sap-client=291; path=/"
Anyone facing the same problem?
Br.
Wim