Hi Team,
We have a requirement where we will have multiple service consumers registering their hub endpoints.When sending notifications back to service consumers, how do we identify the right callback url to send notifications to the service consumers whose order changed state?
Do we need to make use of query parameter specified in /hub API specification & somehow tie the request to specific consumer to whom notification needs to be sent?
We are using TMF 641 specification.Probably use one of the key elements from service order payload that uniquely identifies the consumer & pass it as query parameter ,so it can be mapped back ?
Any input on this is greatly appreciated.
{
"query": "query",
"callback": "callback"
}
------------------------------
Reshmi G C
Cisco Systems
------------------------------