Wednesday, May 25, 2022

OIC - ERP - Debugging of Business Events Subscription for Outbound Integration

We can use the following Rest GET URL and test in Postman to check whether our integration is in the Subcription list or not. 

https://<ERP or SaaS instance>/soa-infra/PublicEvent/subscriptions

Screenshot:


Add a Basic Authorization


No comments:

Post a Comment

Featured Post

XSD - Difference Between ref and type in XSD

Using type (local definition) Here, we define elements directly with their datatypes. <xs:schema xmlns:xs="http://www.w3.org/2001...