on 2020 Feb 07 3:20 PM
Request clarification before answering.
Hi josehrmatos,
have a look at my blog part III
https://blogs.sap.com/2019/03/24/sap-customer-checkout-plugin-development-part-iii/
I used the configurations from the b1 integration to get the username and password for the b1i.
// getting the http basic auth credentials
String httpBasicAuthUser = ConfigurationHelper.INSTANCE.getB1ServiceDestination().getUserName();
String httpBasicAuthPassword = new String(ConfigurationHelper.INSTANCE.getB1ServiceDestination().getPassword());The ConfigurationHelper class should hold afaik the configurations for the cco instance.
hth
Robert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.