Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在处理Update_Of_Resource通知时,当订阅notificationContentType设置为 时Modified Attribute,如何获取正在更新的资源的Idor ?Url
Update_Of_Resource
notificationContentType
Modified Attribute
Id
Url
根据TS-0001,表10.2.10.7-1:通知过程,通知的内容应包括生成通知的订阅引用,即对应订阅的地址。
subscriptionReference的简称是sur
一般来说,创建订阅时,您应该保留订阅的资源地址,以便您可以将通知中收到的值与通知中收到的值进行比较。
您可以将其用作通知处理程序的一部分来确定要采取的操作。