OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsdm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [wsdm] interop question


It is the topic. QName of the property is the topc. Also values MUST be wrapped with the corresponding GED.
 
BTW, It should actually be
 
<ResourcePropertyChangeNotification>
        <oldvalue><x:MyProperty>1</x:MyProperty></oldvalue>
        <newvalue><x:MyProperty>2</x:MyProperty></newvalue>
</ResourcePropertyChangeNotification>

-- Igor Sedukhin .. (igor.sedukhin@ca.com)
-- (631) 342-4325 ..
1 CA Plaza, Islandia, NY 11749

 


From: Barry Atkins [mailto:barrya@us.ibm.com]
Sent: Thursday, March 03, 2005 10:11 AM
To: wsdm@lists.oasis-open.org
Subject: [wsdm] interop question


In the "MUWS Metric Change Event Act"

step 3.        Receive muws-xs1:ManagementEvent wrapped wsrf-rp:ResourcePropertyChangeNotification messages.

Where is the property in question specified ? Is it up to the implementor to add it arbitrarily to the generated ManagementEvent ?

i.e.

<muws-p1-xs:ManagementEvent>

...

<PropertyName>myProperty</PropertyName>

<ResourcePropertyChangeNotification>
        <oldvalue>3</oldvalue>
        <newvalue>5</newvalue>
</ResourcePropertyChangeNotification>

...

</muws-p1-xs:ManagementEvent>


Thanks,
Barry

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]