About

We are a team of developers working for ECMS and PSP teams at the IB.

ECMS is a content management system and PSP is the type of content served from ECMS.

We develop APIs that interact between systems such as Marklogic, ADF and Salesforce.

Currently, we have developed two Spring Boot Apps,

1. ML to ADF Connector

2. ADF to Salesforce Connector

The applications are developed using Spring Boot adapting to a micro-services architecture.

All the documentation can be found in the wiki page of Azure DevOps and on Teams.

Our APIs

Picture

Marklogic to ADF API

Application that integrates Marklogic and ADF by getting the data from Marklogic, publish the data to Azure Blob Storages which later will be processed by ADF.

Try it out.

Picture

ADF to Salesforce API

Application that integrates ADF and Salesforce to publish forms, sections, contents and inputs with relevant relationships between them.

Try it out.

Picture

Contoso API 3

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor...

Try it out.

This is one of the sample responses from Salesforce API after a successful API call.

POST /publish-to-salesforce

{
"userId": "giftson.david@ibo.org",
"requestedBy": "Giftson David",
"apiRequest": null,
"responseDescription": "Success",
"apiResponse": [{"compositeResponse":[{"body":{"success":true}}]}]
}