Matching CIM_ListenerDestination.Destination with the NotifyTo address is not correct.

Bug ID:227
Project:Opentestman
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

To check whether the subscription of interest is created, checking the CIM_ListenerDestination.Destination with the notifyTo address is not correct.

Updates

#1 submitted by akash_malhotra on Wed, 08/13/2008 - 11:26
Status:active» closed

The verification is performed as per the DMTF's Indication Profile document DSP1054, Use Case - 9.11 (Bullet 2).

It says "For each instance of CIM_ListenerDestination, if the Destination property identifies the destination of interest, perform the following steps"

CIM_ListenerDestination.Destination parameter would contain the address that we specify in the NotifyTo parameter of the subscribe message.

#2 submitted by manishtomar on Thu, 08/14/2008 - 06:43

NotifyTo address specifies where WSMAN event sink is expecting events as a SOAP message. This is specified in DSP0227_1.0.0e Rule9.3-2 in Section 9.3. If the CIM_ListenerDestination.Destination is same as NotifyTo, then CIM indications will directly reach NotifyTo address in CIM-XML format. This will be against R9.3-2 rule mentioned above. Hence, I feel that the checking is not correct. The Destination will be some other URI which converts it as SOAP packet and delivers to NotifyTo