New Member
Since ‎12-20-2018
‎06-22-2021

My Stats

  • 27 Posts
  • 0 Solutions
  • 1 Likes given
  • 2 Likes received

ankitmadho's Bio

Badges ankitmadho Earned

View all badges

Recent Activity

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...
Can someone please explain and provide the significance of creating multiple organizations?
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...
Likes from