From 7f6426e830ca93852ae0649cc2f061a41a809dee Mon Sep 17 00:00:00 2001 From: Rebecca Wheeler <rebecca.wheeler@wisc.edu> Date: Mon, 17 Mar 2025 10:31:07 -0500 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Nuwan Rajika Kumarasiri <nuwan.kumarasiri@wisc.edu> --- docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md index 25100fb..c22de90 100644 --- a/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md +++ b/docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CAI.md @@ -1,6 +1,6 @@ # CAOS with Cloud Application Integration -[CAOS](https://kb.wisc.edu/registrar/page.php?id=11753) (Curricular and Academic Web Services) is a SOAP API, organized primarily by curricular data. It also sits behind a firewall and is only accessible if your IP has been whitelisted. Our Informatica Secure Agents have been whitelisted, however the Informatica CAI service lives in the cloud, hosted by Informatica and cannot be. While this doesn't prevent us from consuming CAOS data from CAI, it adds a few steps to our process. +[CAOS](https://kb.wisc.edu/registrar/page.php?id=11753) (Curricular and Academic Web Services) is a SOAP API, organized primarily by curricular data. It also sits behind a firewall and is only accessible if your IP has been added to allow list. Our Informatica Secure Agents have been added to allow list, however the Informatica CAI service lives in the cloud, hosted by Informatica and cannot be. While this doesn't prevent us from consuming CAOS data from CAI, it adds a few steps to our process. Another thing to consider is that setting up an integration to [consume CAOS data is much easier in CDI](docs/tutorials/API_Related/CAOS_SOAP_API/CAOS_with_CDI.md). If you are receiving real-time updates with Webhooks or another messaging service through CAI, you can add a call to a CDI Taskflow or Mapping Task within the CAI Process. In order to do this, you will need to add the [CAI Anonymous User](https://docs.informatica.com/cloud-common-services/administrator/current-version/user-administration/users/application-integration-anonymous-user.html) to the permissions on your CDI objects. -- GitLab