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

 


Help: OASIS Mailing Lists Help | MarkMail Help

asap message

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


Subject: states and properties


As far as what some other folks are doing,

***

it looks like in WSDM for now we are using URIs to represent state
(actually URLs in the latest draft) that can be restricted by pattern
so that they can be extended by appending extra branches to the path.

(ex:

http://www.docs.oasis-open.org/wsdm/2004/04/muws/state/unavailable
http://www.docs.oasis-open.org/wsdm/2004/04/muws/state/unavailable/transport
)


The downside of this vs. qnames may be querying limitations (ex: for notification).

***

Reviewing WS Resource Properties, it looks like resource properties
are an attribute of the port type in the wsdl and defined in their own schema.
People can get resource properties with operations that take QName elements
for the properties to retrieve/update.
or with an operation that uses an XPath query expression.


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