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
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
Function Java code: package com.test.fn; import java.security.*; import java.security.spec.*; import java.util.Base64; import javax.crypto.C...
No comments:
Post a Comment