This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
We are trying to connect to a backend with 2-way SSL implemented. We
have uploaded the backend's Certificate as a TrustStore (AAA-Enabler)
and have provided our Certificate to the backend developers
(ApixPreprodClientCert). We have named both the Key...
I have an external LDAP server. I have been able to successfully create
an LDAP resource and was able to successfully authenticate a user. Can
someone explain these steps of implementing the ExternalLdapConProvider
interface mentioned at
:-https://do...
I have two Message Processors :-10.80.96.4:9002 and 10.80.96.17:9002I
have load-balanced them using 10.80.96.32:9002I have made three entries
for the above as :-{ "hostAliases": [ "10.80.96.4:9002",
"10.80.96.17:9002", "10.80.96.32:9002" ], "interfac...
I have a very complex JSON object with array of objects. I want to
convert all Field names from camel case to pascal case. For example
:-Original JSON :-{ "IsSuccess": true, "ResponseDate":
"2019-02-20T11:42:11.963Z", "Result": { "RecordCount": "abc1...