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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

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


Subject: Issue - 103 - Standardizing $varName syntax for XPath to refer to a BPEL variable


This issue has been added to the wsbpel issue list. The issues list is posted as a Technical Committee document to the OASIS WSBPEL TC pages on a regular basis. The current edition, as a TC document, is the most recent document with the title in the "Issues" folder of the WSBPEL TC document list - the next posting will include this issue. The list editor's working copy, which will normally include an issue when it is announced, is available at this constant URL.

Issue - 103 - Standardizing $varName syntax for XPath to refer to a BPEL variable

Status: open
Date added: 9 Mar 2004
Submitter: Alex Yiu
Date submitted: 08 March 2004
Description:

Right now, there are three BPWS functions defined in BPEL can be called in an XPath Query / Expression.

bpws:getVariableProperty ('variableName', 'propertyName')
bpws:getVariableData ('variableName', 'partName'?, 'locationPath'?)
bpws:getLinkStatus('linkName')
  
For refering to a variable data, if data is of an XSD complex type or XSD simple type (not WSDL 1.1 type), we want to add one more way to refer to a variable on top of getVariableData() Function Call? That is using "$varName" syntax.

Currently, we have:
"bpws:getVariableData(orderDetails) > 100"
The additional way will look like:
"$orderDetails > 100"
Note that:
References:
http://www.w3.org/TR/xpath#NT-FunctionCall
http://www.w3.org/TR/xpath#NT-VariableReference
Changes: 9 Mar 2004 - new issue

To comment on this issue, please follow-up to this announcement on the wsbpel@lists.oasis-open.org list (replying to this message should automatically send your message to that list), or ensure the subject line as you send it starts "Issue - 103 - [anything]" or is a reply to such a message.

To add a new issue, see the issues procedures document (but the address for new issue submission is the sender of this announcement).



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