Reviews & Opinions
Independent and trusted. Read before buy Scott RX 19 WS!

Scott RX 19 WS


Bookmark
Scott RX 19 WS

Bookmark and Share

 

Scott RX 19 WSAbout Scott RX 19 WS
Here you can find all about Scott RX 19 WS like manual and other informations. For example: review.

Scott RX 19 WS manual (user guide) is ready to download for free.

On the bottom of page users can write a review. If you own a Scott RX 19 WS please write about it to help other people.
[ Report abuse or wrong photo | Share your Scott RX 19 WS photo ]

 

 

Manual

Download (German)
Scott RX 19 WS, size: 659 KB
Download (English)
Check if your language version is avaliable.
Most of manuals are avaliable in many languages.

 

Scott RX 19 WS

 

 

User reviews and opinions

<== Click here to post a new opinion, comment, review, etc.

No opinions have been provided. Be the first and add a new opinion/review.

 

Documents

doc0

Web Services ReliableMessaging Policy Assertion (WS-RM Policy)
Committee Draft 04, August 11, 2006
Document identifier: wsrmp-1.1-spec-cd-04 Location: http://docs.oasis-open.org/ws-rx/wsrmp/200608/wsrmp-1.1-spec-cd-04.pdf
Editors: Doug Davis, IBM <dug@us.ibm.com> 10 Anish Karmarkar, Oracle <Anish.Karmarkar@oracle.com> 11 Gilbert Pilz, BEA <gpilz@bea.com> 12 mit Yalinalp, SAP <umit.yalcinalp@sap.com>
Contributors: See the Acknowledgments (Appendix A). Abstract: This specification describes a domain-specific policy assertion for WS-ReliableMessaging [WSRM] that that can be specified within a policy alternative as defined in WS-Policy Framework [WSPolicy]. By using the XML [XML], SOAP [SOAP 1.1], [SOAP 1.2] and WSDL [WSDL 1.1] extensibility models, the WS* specifications are designed to be composed with each other to provide a rich Web services environment. This by itself does not provide a negotiation solution for Web services. This is a building block that is used in conjunction with other Web service and application-specific protocols to accommodate a wide variety of policy exchange models. Status: This document was last revised or approved by the WS-RX on the above date. The level of approval is also listed above. Check the current location noted above for possible later revisions of this document. This document is updated periodically on no particular schedule. Technical Committee members should send comments on this specification to the Technical Committee's email list. Others should send comments to the Technical Committee by using the "Send A Comment" button on the Technical Committee's web page at http://www.oasisopen.org/committees/ws-rx. For information on whether any patents have been disclosed that may be essential to implementing this specification, and any offers of patent licensing terms, please refer to the Intellectual Property Rights section of the Technical Committee web page (http://www.oasis-open.org/committees/ws-rx/ipr.php). The non-normative errata page for this specification is located at http://www.oasis-open.org/committees/ws-rx.

Table of Contents

1 Introduction..... 3 1.1 Goals and Requirements....3 1.1.1 Requirements....3 1.2 Notational Conventions....3 1.3 Namespace.....4 1.4 Compliance.....RM Policy Assertions..... 5 2.1 Assertion Model.....5 2.2 Normative Outline.....5 2.3 Assertion Attachment.....5 2.4 Assertion Example....6 2.5 Sequence Security Policy....7 2.5.1 Sequence STR Assertion....7 2.5.2 Sequence Transport Security Assertion....Security Considerations.... References....10 4.1 Normative.... 4.2 Non Normative.....10 Appendix A. Acknowledgments....12 Appendix B. XML Schema.....13 Appendix C. Revision History....15 Appendix D. Notices.....18
wsrmp-1.1-spec-cd-04 Copyright OASIS Open 2006. All Rights Reserved.
11 August 2006 Page 2 of 18

1 Introduction

This specification defines a domain-specific policy assertion for reliable messaging for use with WS-Policy and WS-ReliableMessaging.
1.1 Goals and Requirements

1.1.1 Requirements

1.2 Notational Conventions
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD 66 NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described 67 in RFC 2119 [KEYWORDS].
This specification uses the following syntax to define normative outlines for messages: The syntax appears as an XML instance, but values in italics indicate data types instead of values. Characters are appended to elements and attributes to indicate cardinality: o o o "?" (0 or 1) "*" (0 or more) "+" (1 or more)
The character "|" is used to indicate a choice between alternatives. The characters "[" and "]" are used to indicate that contained items are to be treated as a group with respect to cardinality or choice. An ellipsis (i.e. ".") indicates a point of extensibility that allows other child, or attribute, content. Additional children and/or attributes MAY be added at the indicated extension points but MUST NOT contradict the semantics of the parent and/or owner, respectively. If an extension is not recognized it SHOULD be ignored. XML namespace prefixes (See Section 1.3) are used to indicate the namespace of the element being defined.

Elements and Attributes defined by this specification are referred to in the text of this document using 84 XPath 1.0 [XPATH 1.0] expressions. Extensibility points are referred to using an extended version of this 85 syntax:
An element extensibility point is referred to using {any} in place of the element name. This indicates that any element name can be used, from any namespace other than the wsrm: namespace. An attribute extensibility point is referred to using @{any} in place of the attribute name. This indicates that any attribute name can be used, from any namespace other than the wsrm: namespace.
11 August 2006 Page 3 of 18

1.3 Namespace

The XML namespace [XML-ns] URI that MUST be used by implementations of this specification is:
http://docs.oasis-open.org/ws-rx/wsrmp/200608
Dereferencing the above URI will produce the Resource Directory Description Language [RDDL 2.0] document that describes this namespace. Table 1 lists the XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. Table 1 Prefix wsdl wsp wsrmp wsu Namespace http://schemas.xmlsoap.org/wsdl/ http://schemas.xmlsoap.org/ws/2004/09/policy http://docs.oasis-open.org/ws-rx/wsrmp/200608 http://docs.oasis-open.org/wss/2004/01/oasis-200401wss-wssecurity-utility-1.0.xsd Specification [WSDL 1.1] [WS-Policy] This specification. WS-Security-Utility Schema

1.4 Compliance

An implementation is not compliant with this specification if it fails to satisfy one or more of the MUST or REQUIRED level requirements defined herein. A SOAP Node MUST NOT use the XML namespace 103 identifier for this specification (listed in Section 1.3) within SOAP Envelopes unless it is compliant with this 104 specification.

105 106

Normative text within this specification takes precedence over normative outlines, which in turn take precedence over the XML Schema [XML-Schema Part1, XML-Schema Part2] descriptions.
11 August 2006 Page 4 of 18

2 RM Policy Assertions

WS-Policy Framework and WS-Policy Attachment [WS-PolicyAttachment] collectively define a framework, model and grammar for expressing the requirements, and general characteristics of entities in an XML 110 Web services-based system. To enable an RM Destination and an RM Source to describe their 111 requirements for a given Sequence, this specification defines a single RM policy assertion that leverages 112 the WS-Policy framework.

2.1 Assertion Model

The RM policy assertion indicates that the RM Source and RM Destination MUST use WSReliableMessaging to ensure reliable delivery of messages. Specifically, the WS-ReliableMessaging 116 protocol determines invariants maintained by the reliable messaging endpoints and the directives used to 117 track and manage the delivery of a Sequence of messages.

2.2 Normative Outline

The normative outline for the RM assertion is:
<wsrmp:RMAssertion [wsp:Optional="true"]?. >. </wsrmp:RMAssertion>
The following describes additional, normative constraints on the outline listed above: /wsrmp:RMAssertion A policy assertion that specifies that WS-ReliableMessaging protocol MUST be used when sending messages. /wsrmp:RMAssertion/@wsp:Optional="true" Per WS-Policy, this is compact notation for two policy alternatives, one with and one without the assertion. The intuition is that the behavior indicated by the assertion is optional, or in this case, that WS-ReliableMessaging MAY be used. /wsrmp:RMAssertion/{any} This is an extensibility mechanism to allow different (extensible) types of information, based on a schema, to be passed. /wsrmp:RMAssertion/@{any} This is an extensibility mechanism to allow different (extensible) types of information, based on a schema, to be passed.

141 142

2.3 Assertion Attachment
The RM policy assertion is allowed to have the following Policy Subjects [WS-PolicyAttachment]:
Endpoint Policy Subject Message Policy Subject
WS-PolicyAttachment defines a set of WSDL/1.1 policy attachment points for each of the above Policy Subjects. Since an RM policy assertion specifies a concrete behavior, it MUST NOT be attached to the 143 abstract WSDL policy attachment points.
11 August 2006 Page 5 of 18

174 175

The following is the list of WSDL/1.1 elements whose scope contains the Policy Subjects allowed for an RM policy assertion but which MUST NOT have RM policy assertions attached:
wsdl:message wsdl:portType/wsdl:operation/wsdl:input wsdl:portType/wsdl:operation/wsdl:output wsdl:portType/wsdl:operation/wsdl:fault wsdl:portType
The following is the list of WSDL/1.1 elements whose scope contains the Policy Subjects allowed for an RM policy assertion and which MAY have RM policy assertions attached:
wsdl:port wsdl:binding wsdl:binding/wsdl:operation/wsdl:input wsdl:binding/wsdl:operation/wsdl:output wsdl:binding/wsdl:operation/wsdl:fault
If an RM policy assertion is attached to any of:

wsdl:binding/wsdl:operation/wsdl:input wsdl:binding/wsdl:operation/wsdl:output wsdl:binding/wsdl:operation/wsdl:fault
then an RM policy assertion, specifying wsp:Optional=true MUST be attached to the corresponding wsdl:binding or wsdl:port, indicating that the endpoint supports WS-RM. Any messages, regardless of whether they have an attached Message Policy Subject RM policy assertion, MAY be sent to that endpoint using WS-RM. Additionally, the receiving endpoint MUST NOT reject any message belonging to a Sequence, simply because there was no Message Policy Subject RM policy assertion attached to that message. There might be certain RM implementations that are incapable of applying RM QoS semantics on a per-message basis. In order to ensure the broadest interoperability, when an endpoint decorates its WSDL with RM policy assertions using Message Policy Subject, it MUST also be prepared to accept that all messages sent to that endpoint might be sent within the context of an RM Sequence, regardless of whether the corresponding wsdl:input, wsdl:output or wsdl:fault had an attached RM policy assertion. Rather than turn away messages that were unnecessarily sent with RM semantics, the receiving endpoint described by the WSDL MUST accept these messages.
By attaching an RM policy assertion that specifies wsp:Optional="true" to the corresponding endpoint that has attached RM policy assertions at the Message Policy Subject level, the endpoint is describing the 176 above constraint in policy.

177 178

In the case where an optional RM Assertion applies to an output message, there is no requirement on the client to support an RM Destination implementation

2.4 Assertion Example

Table 2 lists an example use of the RM policy assertion. Table 2: Example policy with RM policy assertion
wsrmp-1.1-spec-cd-04 Copyright OASIS Open 2006. All Rights Reserved. 11 August 2006 Page 6 of 18
(01)<wsdl:definitions (02) targetNamespace="example.com" (03) xmlns:tns="example.com" (04) xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" (05) xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" (06) xmlns:wsrmp="http://docs.oasis-open.org/ws-rx/wsrmp/200608" (07) xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401wss-wssecurity-utility-1.0.xsd"> (08) (09) <wsp:UsingPolicy wsdl:required="true" /> (10) (11) <wsp:Policy wsu:Id="MyPolicy" > (12) <wsrmp:RMAssertion/> (13) <!-- omitted assertions --> (14) </wsp:Policy> (15) (16) <!-- omitted elements --> (17) (18) <wsdl:binding name="MyBinding" type="tns:MyPortType" > (19) <wsp:PolicyReference URI="#MyPolicy" /> (20) <!-- omitted elements --> (21) </wsdl:binding> (22) (23)</wsdl:definitions>

Line (09) in Table 2 indicates that WS-Policy is in use as a required extension. Lines (11-14) are a policy expression that includes a RM policy assertion (Line 12) to indicate that WSReliableMessaging must be used.
Lines (18-21) are a WSDL binding. Line (19) indicates that the policy in Lines (11-14) applies to this binding, specifically indicating that WS-ReliableMessaging must be used over all the messages in the 211 binding.
2.5 Sequence Security Policy
WS-SecurityPolicy [SecurityPolicy] provides a framework and grammar for expressing the security requirements and characteristics of entities in a XML web services based system. The following 215 assertions MAY be used in conjunction with WS-SecurityPolicy to express additional security 216 requirements particular to RM Sequences.
2.5.1 Sequence STR Assertion
This assertion defines the requirement that an RM Sequence MUST be bound to an explicit token that is referenced from a wsse:SecurityTokenReference in the CreateSequence message. This assertion MUST apply to [Endpoint Policy Subject]. This assertion MUST NOT be used for an endpoint that does not also use the RM assertion. The normative outline for the Sequence STR Assertion is:
<wsrmp:SequenceSTR [wsp:Optional="true"]?. />

/wsrmp:SequenceSTR

A policy assertion that specifies security requirements which MUST be used with an RM Sequence that 226 are particular to WS-RM and beyond what can be expressed in WS-SecurityPolicy.
/wsrm:SequenceSTR /@wsp:Optional="true"
wsrmp-1.1-spec-cd-04 Copyright OASIS Open 2006. All Rights Reserved. 11 August 2006 Page 7 of 18
Per WS-Policy, this is compact notation for two policy alternatives, one with and one without the assertion. The intuition is that the behavior indicated by the assertion is optional, or in this case, that the RM 230 Sequence binding to a specific token MAY be used.

228 229

2.5.2 Sequence Transport Security Assertion
This assertion defines the requirement that an RM Sequence MUST be bound to the session(s) of the underlying transport-level security protocol (e.g. SSL/TLS) used to carry the CreateSequence and 234 CreateSequenceResponse messages. This assertion MUST apply to [Endpoint Policy Subject]. This assertion is effectively meaningless unless it 236 occurs in conjunction with the RMAssertion and a sp:TransportBinding assertion that requires the 237 use of some transport-level security mechanism (e.g. sp:HttpsToken).

243 244

The normative outline for the Sequence Transport Security Assertion is:
<wsrmp:SequenceTransportSecurity [wsp:Optional="true"]?. />
/wsrmp:SequenceTransportSecurity A policy assertion that specifies that any Sequences targeted to the indicated endpoint MUST be bound to the underlying session(s) of the transport-level security used to carry messages related to the Sequence. /wsrmp:SequenceTransportSecurity /@wsp:Optional="true"
Per WS-Policy, this is compact notation for two policy alternatives, one with and one without the assertion. 245 The meaning is that the behavior indicated by the assertion is optional, or in this case, that the binding of 246 RM Sequences to transport-level security sessions MAY be used.
11 August 2006 Page 8 of 18

249 250

3 Security Considerations
It is strongly RECOMMENDED that policies and assertions be signed to prevent tampering.
It is RECOMMENED that policies SHOULD NOT be accepted unless they are signed and have an associated security token to specify the signer has proper claims for the given policy. That is, a relying 251 party shouldn't rely on a policy unless the policy is signed and presented with sufficient claims to pass the 252 relying parties acceptance criteria. It should be noted that the mechanisms described in this document could be secured as part of a SOAP 254 message using WS-Security [WS-Security] or embedded within other objects using object-specific 255 security mechanisms.
11 August 2006 Page 9 of 18

4 References

4.1 Normative
[KEYWORDS] S. Bradner, "Key words for use in RFCs to Indicate Requirement Levels," RFC 2119, Harvard University, March 1997. [SOAP 1.1] W3C Note, "SOAP: Simple Object Access Protocol 1.1" 08 May 2000. [SOAP 1.2] W3C Recommendation, "SOAP Version 1.2 Part 1: Messaging Framework" June 2003. [URI]

265 266

T. Berners-Lee, R. Fielding, L. Masinter, "Uniform Resource Identifiers (URI): Generic Syntax," RFC 3986, 267 MIT/LCS, U.C. Irvine, Xerox Corporation, January 2005.

[WS-RM] OASIS WS-RX Technical Committee Draft, "Web Services Reliable Messaging (WS-ReliableMessaging)," September 2005. [WS-Policy] W3C Member Submission, "Web Services Policy Framework (WS-Policy)," April 2006. [WS-PolicyAttachment] W3C Member Submission, "Web Services Policy Attachment (WS-PolicyAttachment)," April 2006. [WSDL 1.1] W3C Note, "Web Services Description Language (WSDL 1.1)," 15 March 2001. [XML] W3C Recommendation, "Extensible Markup Language (XML) 1.0 (Second Edition)", October 2000. [XML-ns] W3C Recommendation, "Namespaces in XML," 14 January 1999. [XML-Schema Part1] W3C Recommendation, "XML Schema Part 1: Structures," 2 May 2001. [XML-Schema Part2] W3C Recommendation, "XML Schema Part 2: Datatypes," 2 May 2001. [XPATH 1.0] W3C Recommendation, "XML Path Language (XPath) Version 1.0," 16 November 1999.

287 288

4.2 Non Normative

[RDDL 2.0]

wsrmp-1.1-spec-cd-04 Copyright OASIS Open 2006. All Rights Reserved. 11 August 2006 Page 10 of 18

295 296

Johnathan Borden, Tim Bray, eds. Resource Directory Description Language (RDDL) 2.0, January 2004 [SecurityPolicy] G. Della-Libra, et. al. "Web Services Security Policy Language (WS-SecurityPolicy)", July 2005 [WS-Security] Anthony Nadalin, Chris Kaler, Phillip Hallam-Baker, Ronald Monzillo, eds. "OASIS Web Services Security: SOAP Message Security 1.0 (WS-Security 2004)", OASIS Standard 200401, March 2004. Anthony Nadalin, Chris Kaler, Phillip Hallam-Baker, Ronald Monzillo, eds. "OASIS Web Services Security: SOAP Message Security 1.1 (WS-Security 2004)", OASIS Standard 200602, February 2006.
11 August 2006 Page 11 of 18
Appendix A. Acknowledgments
This document is based on initial contribution to OASIS WS-RX Technical Committee by the following authors: Stefan Batres-Editor(Microsoft), Ruslan Bilorusets(BEA), Don Box(Microsoft), Luis Felipe Cabrera(Microsoft), Derek Collison(TIBCO Software), Donald Ferguson(IBM), Christopher FerrisEditor(IBM), Tom Freund(IBM), Mary Ann Hondo(IBM), John Ibbotson(IBM), Lei Jin(BEA), Chris Kaler(Microsoft), David Langworthy(Microsoft), Amelia Lewis(TIBCO Software), Rodney Limprecht(Microsoft), Steve Lucco(Microsoft), Don Mullen(TIBCO Software), Anthony Nadalin (IBM), Mark Nottingham(BEA), David Orchard(BEA), Shivajee Samdarshi(TIBCO Software), John Shewchuk(Microsoft), Tony Storey(IBM). The following individuals have provided invaluable input into the initial contribution: Keith Ballinger(Microsoft), Allen Brown(Microsoft), Michael Conner(IBM), Francisco Curbera (IBM), Steve Graham(IBM), Pat Helland(Microsoft), Rick Hill(Microsoft), Scott Hinkelman(IBM), Tim Holloway(IBM), Efim Hudis(Microsoft), Johannes Klein(Microsoft), Frank Leymann(IBM), Martin Nally(IBM), Peter Niblett(IBM), Jeffrey Schlimmer(Microsoft), Chris Sharp(IBM), James Snell(IBM), Keith Stobie(Microsoft), Satish Thatte(Microsoft), Stephen Todd(IBM), Sanjiva Weerawarana(IBM), Roger Wolter(Microsoft). The following individuals were members of the committee during the development of this specification: Abbie Barbir(Nortel), Charlton Barreto(Adobe), Stefan Batres(Microsoft), Hamid Ben Malek (Fujitsu), Andreas Bjarlestam(Ericsson), Toufic Boubez(Layer 7), Doug Bunting(Sun), Lloyd Burch (Novell), Steve Carter(Novell), Martin Chapman(Oracle), Dave Chappell(Sonic), Paul Cotton (Microsoft), Glen Daniels(Sonic), Doug Davis(IBM), Blake Dournaee(Intel), Jacques Durand (Fujitsu), Colleen Evans(Microsoft), Christopher Ferris(IBM), Paul Fremantle(WSO2), Robert Freund(Hitachi), Peter Furniss(Erebor), Marc Goodner(Microsoft), Alastair Green(Choreology), Mike Grogan(Sun), Ondrej Hrebicek(Microsoft), Kazunori Iwasa(Fujitsu), Chamikara Jayalath (WSO2), Lei Jin(BEA), Ian Jones(BTplc), Anish Karmarkar(Oracle), Paul Knight(Nortel), Dan Leshchiner(Tibco), Mark Little(JBoss), Lily Liu(webMethods), Matt Lovett(IBM), Ashok Malhotra (Oracle), Jonathan Marsh(Microsoft), Daniel Millwood(IBM), Jeff Mischkinsky(Oracle), Nilo Mitra (Ericsson), Peter Niblett(IBM), Duane Nickull(Adobe), Eisaku Nishiyama(Hitachi), Dave Orchard (BEA), Chouthri Palanisamy(NEC), Sanjay Patil(SAP), Gilbert Pilz(BEA), Martin Raepple(SAP), Eric Rajkovic(Oracle), Stefan Rossmanith(SAP), Tom Rutt(Fujitsu), Rich Salz(IBM), Shivajee Samdarshi(Tibco), Vladimir Videlov(SAP), Claus von Riegen(SAP), Pete Wenzel(Sun), Steve Winkler(SAP), mit Yalinalp(SAP), Nobuyuki Yamamoto(Hitachi).

11 August 2006 Page 12 of 18

384 385

Appendix B. XML Schema
A normative copy of the XML Schema [XML-Schema Part1, XML-Schema Part2] description for this specification may be retrieved from the following address: http://docs.oasis-open.org/ws-rx/wsrmp/200608/wsrmp-1.1-schema-200608.xsd The following copy is provided for reference.
<?xml version="1.0" encoding="UTF-8"?> <!-OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director. OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director. Copyright (c) OASIS Open 2002-2006. All Rights Reserved. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself does not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. --> <xs:schema xmlns:tns="http://docs.oasis-open.org/ws-rx/wsrmp/200608" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/ws-rx/wsrmp/200608" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="RMAssertion"> <xs:complexType> <xs:sequence> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccur </xs:sequence> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:complexType>

11 August 2006 Page 13 of 18

398 399

</xs:element> <xs:element name="SequenceSTR"> <xs:complexType> <xs:sequence/> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:complexType> </xs:element> <xs:element name="SequenceTransportSecurity"> <xs:complexType> <xs:sequence/> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:complexType> </xs:element> </xs:schema>
11 August 2006 Page 14 of 18
Appendix C. Revision History
Revision wd-01.doc 1.0-wd-01.swx 1.1-wd-01.swx Date 2005-07-06 2005-09-01 2005-09-18 By Whom mit Yalinalp mit Yalinalp mit Yalinalp What Initial version created based on submission by the authors. Reformatted using Open Office Applied resolution i001 Applied resolution i015/16 (doc identifier) Partial application of i017, final yyyy/mm required, changed doc URI to TBD pending yyyy/mm Deleted original copyright section 1.1-wd-01.swx 1.1-wd-01.swx 2005-10-02 2005-10-04 Anish Karmarkar Applied resolution of i013 + minor editorial changes + fixed resolution of i017 mit Yalinalp Applied actual value for yyyymm. Added resolution of i009 1.1-wd-01.swx 2005-10-06 mit Yalinalp Editorial fixes suggested by Anish Updated wd draft date to October 6th 1.1-wd-01.swx wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-2 wd-2 wd-3 wd-3 2005-10-19 2005-11-03 2005-11-30 2005-11-30 2005-12-01 2005-12-01 2005-12-01 2005-12-01 2005-12-01 2005-12-05 2005-12-05 2005-12-21 2005-12-23 mit Yalinalp Gilbert Pilz Gilbert Pilz Gilbert Pilz Gilbert Pilz Editorial change to remove.sxw suffix from doc id Start wd-02 by changing title page from cd-01. i072 editorial nits i074 - Use of [tcShortName] in artifact locations namespaces, etc Updated fix to i074 to remove trailing '/' from wsrmp namespace.
Anish Karmarkar Applied resolution for i022 Anish Karmarkar Applied resolution for i024 Anish Karmarkar Applied resolution for i054 Anish Karmarkar Applied resolution of i073 Anish Karmarkar Applied resolution of i055 mit Yalinalp Doug Davis mit Yalinalp Changed fixed date in footer to current date Added i050 I057 resolution

11 August 2006 Page 15 of 18

Revision wd-3

Date 2005-12-23

By Whom mit Yalinalp

What Changed the ref to WS-RM to the WS-RX committee draft instead of original version Fixed Dug's email address

wd-3 wd-03

2005-12-23 2005-12-27
mit Yalinalp Gilbert Pilz
I060 resolution Remove schema example and put it in its own artifact (wsrmp-1.1-schema-200510.xsd). Convert source file to OpenDocument format. Make line numbers all the same style.
wd-03 wd-03 wd-03 wd-04 wd-05 wd-06 wd-06 wd-06 wd-06
2005-12-28 2006-01-04 2006-01-05 2006-11-11 2006-01-23 2006-01-23 2006-02-14 2006-02-14 2006-02-15
Anish Karmarkar Included a section link to c:\temp\wsrmp-1.1-schema200510.xsd Gilbert Pilz Gilbert Pilz Doug Davis Gilbert Pilz Doug Davis Doug Davis Doug Davis Gilbert Pilz Fixed formatting of included section. Fix closing tag of normative outline for RMAssertion. Minor tweaks/typos Start wd-05 by accepting all changes from wd-04 Minor typos found by Marc Issue 075 resolution Issues 086, 087 resolutions Issue 088; added link for namespace URI; added text describing link; added non-normative reference for RDDL 2.0

wd-06 wd-06 wd-07

2006-02-17 2006-02-17 2006-02-22
Anish Karmarkar Removed a sentence in section 2.1 that talked about RM assertion parameters, as there aren't any. Anish Karmarkar Change the namespace to 200602. Doug Davis Accept all changes to create new WD Minor typo fixed thanks to Paul Cotton
wd-07 wd-07 wd-08 wd-08 wd-09 wd-10 wd-10 wd-10
2006-02-23 2006-03-08 2006-04-11 2006-04-24 2006-05-29 2006-06-05 2006-06-07 2006-06-13
Doug Davis Doug Davis Doug Davis Gilbert Pilz Gilbert Pilz Gilbert Pilz Doug Davis Doug Davis
Added missing namespace table entries - MarcG Issue 097 applied Issue 021 applied Misc cleanups prior to publishing to TC. Issue 117 applied Accept all changes; bump WD number Applied lots of minor edits from Marc Goodner Applied a couple of minor edits
11 August 2006 Page 16 of 18
Revision wd-10 wd-10 wd-10 wd-10 wd-10 cd-04 cd-04
Date 2006-07-21 2006-07-27 2006-08-04 2006-08-04 2006-08-04 2006-08-11 2006-08-16
By Whom Doug Davis Doug Davis Doug Davis Doug Davis Doug Davis Doug Davis Gilbert Pilz Issues 122-124 applied
Copied list of TC members from RM spec (i134) Updated old namespaces found by PaulC Verify all [refs] Change namespace to 2006/08 Issue 158 applied Fix date at 08/11/2006; formatting changes for better HTML rendering.
11 August 2006 Page 17 of 18

Appendix D. Notices

OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.

OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. 412 Please address the information to the OASIS Executive Director.
Copyright (C) OASIS Open (2006). All Rights Reserved. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 426 WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR 427 ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
11 August 2006 Page 18 of 18

doc1

Web Services ReliableMessaging Policy Assertion (WS-RM Policy)
Committee Draft 03, March 14, 2006
Document identifier: wsrmp-1.1-spec-cd-03 Location: http://docs.oasis-open.org/ws-rx/wsrmp/200602/wsrmp-1.1-spec-cd-03.pdf Editors: Doug Davis, IBM <dug@us.ibm.com> Anish Karmarkar, Oracle <Anish.Karmarkar@oracle.com> Gilbert Pilz, BEA <gilbert.pilz@bea.com> mit Yalinalp, SAP <umit.yalcinalp@sap.com>
Contributors: TBD Abstract: This specification describes a domain-specific policy assertion for WS-ReliableMessaging [WSRM] that that can be specified within a policy alternative as defined in WS-Policy Framework [WSPolicy]. By using the XML [XML], SOAP [SOAP 1.1], [SOAP 1.2] and WSDL [WSDL 1.1] extensibility models, the WS* specifications are designed to be composed with each other to provide a rich Web services environment. This by itself does not provide a negotiation solution for Web services. This is a building block that is used in conjunction with other Web service and application-specific protocols to accommodate a wide variety of policy exchange models. Status: This document is a work in progress and will be updated to reflect issues as they are resolved by the Web Services Reliable Exchange (WS-RX) Technical Committee.

Table of Contents

1 Introduction..... 3 1.1 Goals and Requirements....3 1.1.1 Requirements....3 1.2 Notational Conventions....3 1.3 Namespace.....3 1.4 Compliance.....RM Policy Assertions..... 5 2.1 Assertion Model.....5 2.2 Normative Outline.....5 2.3 Assertion Attachment.....5 2.4 Assertion Example....Security Considerations.... References.....8 4.1 Normative..... 8 4.2 Non Normative.....8 A. Acknowledgments....10 B. XML Schema....11 C. Revision History.....13 D. Notices......15
wsrmp-1.1-spec-cd-03 Copyright OASIS Open 2006. All Rights Reserved.
14 March 2006 Page 2 of 15

1 Introduction

This specification defines a domain-specific policy assertion for reliable messaging for use with WS-Policy [WS-Policy] and WS-ReliableMessaging [WS-RM].
1.1 Goals and Requirements

1.1.1 Requirements

1.2 Notational Conventions
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD 56 NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described 57 in RFC 2119 [KEYWORDS].
This specification uses the following syntax to define normative outlines for messages: The syntax appears as an XML instance, but values in italics indicate data types instead of values. Characters are appended to elements and attributes to indicate cardinality: o o o "?" (0 or 1) "*" (0 or more) "+" (1 or more)
The character "|" is used to indicate a choice between alternatives. The characters "[" and "]" are used to indicate that contained items are to be treated as a group with respect to cardinality or choice. An ellipsis (i.e. ".") indicates a point of extensibility that allows other child, or attribute, content. Additional children and/or attributes MAY be added at the indicated extension points but MUST NOT contradict the semantics of the parent and/or owner, respectively. If an extension is not recognized it SHOULD be ignored. XML namespace prefixes (See Section Namespace) are used to indicate the namespace of the element being defined.

1.3 Namespace

The XML namespace [XML-ns] URI that MUST be used by implementations of this specification is:
http://docs.oasis-open.org/ws-rx/wsrmp/200602

Dereferencing the above URI will produce the Resource Directory Description Language [RDDL 2.0] document that describes this namespace. Table 1 lists the XML namespaces that are used in this specification. The choice of any namespace prefix is arbitrary and not semantically significant. The following namespaces are used in this document:
14 March 2006 Page 3 of 15

Table 1

Prefix wsp wsrmp
Namespace http://schemas.xmlsoap.org/ws/2004/09/policy http://docs.oasis-open.org/ws-rx/wsrmp/200602
Specification [WS-Policy] This specification.

1.4 Compliance

An implementation is not compliant with this specification if it fails to satisfy one or more of the MUST or 84 REQUIRED level requirements defined herein. A SOAP Node MUST NOT use the XML namespace 85 identifier for this specification (listed in Section Namespace) within SOAP Envelopes unless it is compliant 86 with this specification.
Normative text within this specification takes precedence over normative outlines, which in turn take precedence over the XML Schema [XML-Schema Part1, XML-Schema Part2] descriptions.
14 March 2006 Page 4 of 15

2 RM Policy Assertions

WS-Policy Framework [WS-Policy] and WS-Policy Attachment [WS-PolicyAttachment] collectively define a framework, model and grammar for expressing the requirements, and general characteristics of entities 92 in an XML Web services-based system. To enable an RM Destination and an RM Source to describe their 93 requirements for a given Sequence, this specification defines a single RM policy assertion that leverages 94 the WS-Policy framework.

2.1 Assertion Model

The RM policy assertion indicates that the RM Source and RM Destination MUST use WSReliableMessaging [WS-RM] to ensure reliable delivery of messages. Specifically, the WS98 ReliableMessaging protocol determines invariants maintained by the reliable messaging endpoints and 99 the directives used to track and manage the delivery of a Sequence of messages.

2.2 Normative Outline

The normative outline for the RM assertion is:

<wsrmp:RMAssertion [wsp:Optional="true"]?. >. </wsrmp:RMAssertion>
The following describes additional, normative constraints on the outline listed above: /wsrmp:RMAssertion A policy assertion that specifies that WS-ReliableMessaging [WS-RM] protocol MUST be used for a Sequence. /wsrmp:RMAssertion/@wsp:Optional="true" Per WS-Policy [WS-Policy], this is compact notation for two policy alternatives, one with and one without the assertion. The intuition is that the behavior indicated by the assertion is optional, or in this case, that WS-ReliableMessaging MAY be used.

2.3 Assertion Attachment

Because the RM policy assertion indicates endpoint behavior over an RM Sequence, the assertion has Endpoint Policy Subject [WS-PolicyAttachment]. WS-PolicyAttachment defines three WSDL [WSDL 1.1] policy attachment points with Endpoint Policy Subject:
wsdl:portType A policy expression containing the RM policy assertion MUST NOT be attached to a wsdl:portType; the RM policy assertion specifies a concrete behavior whereas the wsdl:portType is an 120 abstract construct.
14 March 2006 Page 5 of 15
wsdl:binding A policy expression containing the RM policy assertion SHOULD be attached to a wsdl:binding. wsdl:port A policy expression containing the RM policy assertion MAY be attached to a wsdl:port.
If the RM policy assertion appears in a policy expression attached to both a wsdl:port and its corresponding wsdl:binding, the parameters in the former MUST be used and the latter ignored. An RM policy assertion allows for extensibility as defined in Section 2.2. Because the WSRM specification allows an RM Sequence to span multiple WSDL ports and/or endpoints, implementations or specifications that make use of this capability should be aware that doing so may create situations in which multiple policies containing extended RM policy assertions may apply to the same RM Sequence. The means and mechanisms for collating and resolving conflicts between RM policy assertions attached to multiple wsdl:bindings and/or wsdl:ports that participate in a single RM Sequence is not defined by this specification. Users/creators of extended RM policy assertions are encouraged to consider and address any possible conflicts in the content and semantics of the RM policy assertion extensions.

2.4 Assertion Example

Table 2 lists an example use of the RM policy assertion. Table 2: Example policy with RM policy assertion

(01)<wsdl:definitions (02) targetNamespace="example.com" (03) xmlns:tns="example.com" (04) xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" (05) xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" (06) xmlns:wsrmp="http://docs.oasis-open.org/ws-rx/wsrmp/200602" (07) xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401wss-wssecurity-utility-1.0.xsd"> (08) (09) <wsp:UsingPolicy wsdl:required="true" /> (10) (11) <wsp:Policy wsu:Id="MyPolicy" > (12) <wsrmp:RMAssertion/> (13) <!-- omitted assertions --> (14) </wsp:Policy> (15) (16) <!-- omitted elements --> (17) (18) <wsdl:binding name="MyBinding" type="tns:MyPortType" > (19) <wsp:PolicyReference URI="#MyPolicy" /> (20) <!-- omitted elements --> (21) </wsdl:binding> (22) (23)</wsdl:definitions>
Line (09) in Table 2 indicates that WS-Policy [WS-Policy] is in use as a required extension.
Lines (11-14) are a policy expression that includes a RM policy assertion (Line 12) to indicate that WS163 ReliableMessaging [WS-RM] must be used. Lines (18-21) are a WSDL [WSDL 1.1] binding. Line (21) indicates that the policy in Lines (11-14) applies 165 to this binding, specifically indicating that WS-ReliableMessaging must be used over all the messages in 166 the binding.
14 March 2006 Page 6 of 15

169 170

3 Security Considerations
It is strongly RECOMMENDED that policies and assertions be signed to prevent tampering.
It is RECOMMENED that policies SHOULD NOT be accepted unless they are signed and have an associated security token to specify the signer has proper claims for the given policy. That is, a relying 171 party shouldn't rely on a policy unless the policy is signed and presented with sufficient claims to pass the 172 relying parties acceptance criteria. It should be noted that the mechanisms described in this document could be secured as part of a SOAP 174 message using WS-Security [WSS] or embedded within other objects using object-specific security 175 mechanisms.
14 March 2006 Page 7 of 15

4 References

4.1 Normative
[KEYWORDS] S. Bradner, "Key words for use in RFCs to Indicate Requirement Levels," RFC 2119, Harvard University, March 1997. [SOAP 1.1] W3C Note, "SOAP: Simple Object Access Protocol 1.1" 08 May 2000. [SOAP 1.2] W3C Recommendation, "SOAP Version 1.2 Part 1: Messaging Framework" June 2003. [URI]

185 186

T. Berners-Lee, R. Fielding, L. Masinter, "Uniform Resource Identifiers (URI): Generic Syntax," RFC 3986, 187 MIT/LCS, U.C. Irvine, Xerox Corporation, January 2005.
[WS-RM] OASIS WS-RX Technical Committee Draft, "Web Services Reliable Messaging (WS-ReliableMessaging)," September 2005. [WS-Policy] D. Box, et al, "Web Services Policy Framework (WS-Policy)," September 2004. [WS-PolicyAttachment] D. Box, et al, "Web Services Policy Attachment (WS-PolicyAttachment)," September 2004. [WSDL 1.1] W3C Note, "Web Services Description Language (WSDL 1.1)," 15 March 2001. [XML] W3C Recommendation, ''Extensible Markup Language (XML) 1.0 (Second Edition)'', October 2000. [XML-ns] W3C Recommendation, "Namespaces in XML," 14 January 1999. [XML-Schema Part1] W3C Recommendation, "XML Schema Part 1: Structures," 2 May 2001. [XML-Schema Part2] W3C Recommendation, "XML Schema Part 2: Datatypes," 2 May 2001.

4.2 Non Normative

[RDDL 2.0] Johnathan Borden, Tim Bray, eds. Resource Directory Description Language (RDDL) 2.0, January 2004
14 March 2006 Page 8 of 15
[WSS] OASIS Web Services Security: SOAP Message Security 1.0 (WS-Security 2004)", Chris Kaler, Phillip Hallam-Baker, Ronald Monzillo, eds, OASIS Standard 200401, March 2004.
14 March 2006 Page 9 of 15

A. Acknowledgments

This document is based on initial contribution to OASIS WS-RX Technical Committee by the following authors: Stefan Batres, Microsoft (Editor), Ruslan Bilorusets, BEA, Don Box, Microsoft, Luis Felipe Cabrera, Microsoft, Derek Collison, TIBCO Software, Donald Ferguson, IBM, Christopher Ferris, IBM (Editor), Tom Freund, IBM, Mary Ann Hondo, IBM, John Ibbotson, IBM, Lei Jin, BEA, Chris Kaler, Microsoft, David Langworthy, Microsoft, Amelia Lewis, TIBCO Software, Rodney Limprecht, Microsoft, Steve Lucco, Microsoft, Don Mullen, TIBCO Software, Anthony Nadalin, IBM, Mark Nottingham, BEA, David Orchard, BEA, Shivajee Samdarshi, TIBCO Software, John Shewchuk, Microsoft, Tony Storey, IBM. The following individuals have provided invaluable input into the initial contribution: Keith Ballinger, Microsoft, Allen Brown, Microsoft, Michael Conner, IBM, Francisco Curbera, IBM, Steve Graham, IBM, Pat Helland, Microsoft, Rick Hill, Microsoft, Scott Hinkelman, IBM, Tim Holloway, IBM, Efim Hudis, Microsoft, Johannes Klein, Microsoft, Frank Leymann, IBM, Martin Nally, IBM, Peter Niblett, IBM, Jeffrey Schlimmer, Microsoft, Chris Sharp, IBM, James Snell, IBM, Keith Stobie, Microsoft, Satish Thatte, Microsoft, Stephen Todd, IBM, Sanjiva Weerawarana, IBM, Roger Wolter, Microsoft. The following individuals were members of the committee during the development of this specification: TBD

14 March 2006 Page 10 of 15

B. XML Schema

A normative copy of the XML Schema [XML-Schema Part1, XML-Schema Part2] description for this specification may be retrieved from the following address: http://docs.oasis-open.org/ws-rx/wsrmp/200602/wsrmp-1.1-schema-200602.xsd The following copy is provided for reference. <?xml version="1.0" encoding="UTF-8"?> <!-OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director. OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director. Copyright OASIS Open 2002-2006. All Rights Reserved. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself does not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. This document and the information contained herein is provided on an AS IS basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. --> <xs:schema xmlns:tns="http://docs.oasis-open.org/ws-rx/wsrmp/200602" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/ws-rx/wsrmp/200602"

14 March 2006 Page 11 of 15
elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="RMAssertion"> <xs:complexType> <xs:sequence> <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:anyAttribute namespace="##any" processContents="lax"/> </xs:complexType> </xs:element> </xs:schema>
14 March 2006 Page 12 of 15

C. Revision History

Revision wd-01.doc 1.0-wd-01.swx 1.1-wd-01.swx Date 2005-07-06 2005-09-01 2005-09-18 By Whom mit Yalinalp mit Yalinalp mit Yalinalp What Initial version created based on submission by the authors. Reformatted using Open Office Applied resolution i001 Applied resolution i015/16 (doc identifier) Partial application of i017, final yyyy/mm required, changed doc URI to TBD pending yyyy/mm Deleted original copyright section 1.1-wd-01.swx 1.1-wd-01.swx 2005-10-02 2005-10-04 Anish Karmarkar Applied resolution of i013 + minor editorial changes + fixed resolution of i017 mit Yalinalp Applied actual value for yyyymm. Added resolution of i009 1.1-wd-01.swx 2005-10-06 mit Yalinalp Editorial fixes suggested by Anish Updated wd draft date to October 6th 1.1-wd-01.swx wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-02 wd-2 wd-2 wd-3 wd-3 2005-10-19 2005-11-03 2005-11-30 2005-11-30 2005-12-01 2005-12-01 2005-12-01 2005-12-01 2005-12-01 2005-12-05 2005-12-05 2005-12-21 2005-12-23 mit Yalinalp Gilbert Pilz Gilbert Pilz Gilbert Pilz Gilbert Pilz Editorial change to remove.sxw suffix from doc id Start wd-02 by changing title page from cd-01. i072 editorial nits i074 - Use of [tcShortName] in artifact locations namespaces, etc Updated fix to i074 to remove trailing '/' from wsrmp namespace.
Anish Karmarkar Applied resolution for i022 Anish Karmarkar Applied resolution for i024 Anish Karmarkar Applied resolution for i054 Anish Karmarkar Applied resolution of i073 Anish Karmarkar Applied resolution of i055 mit Yalinalp Doug Davis mit Yalinalp Changed fixed date in footer to current date Added i050 I057 resolution
14 March 2006 Page 13 of 15

Revision wd-3

Date 2005-12-23

By Whom mit Yalinalp

What Changed the ref to WS-RM to the WS-RX committee draft instead of original version Fixed Dug's email address

wd-3 wd-03

2005-12-23 2005-12-27
mit Yalinalp Gilbert Pilz
I060 resolution Remove schema example and put it in its own artifact (wsrmp-1.1-schema-200510.xsd). Convert source file to OpenDocument format. Make line numbers all the same style.
wd-03 wd-03 wd-03 wd-04 wd-05 wd-06 wd-06 wd-06 wd-06
2005-12-28 2006-01-04 2006-01-05 2006-11-11 2006-01-23 2006-01-23 2006-02-14 2006-02-14 2006-02-15

Anish Karmarkar Included a section link to c:\temp\wsrmp-1.1-schema200510.xsd Gilbert Pilz Gilbert Pilz Doug Davis Gilbert Pilz Doug Davis Doug Davis Doug Davis Gilbert Pilz Fixed formatting of included section. Fix closing tag of normative outline for RMAssertion. Minor tweaks/typos Start wd-05 by accepting all changes from wd-04 Minor typos found by Marc Issue 075 resolution Issues 086, 087 resolutions Issue 088; added link for namespace URI; added text describing link; added non-normative reference for RDDL 2.0

wd-06 wd-06

2006-02-17 2006-02-17
Anish Karmarkar Removed a sentence in section 2.1 that talked about RM assertion parameters, as there aren't any. Anish Karmarkar Change the namespace to 200602.
14 March 2006 Page 14 of 15

D. Notices

OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. 296 Please address the information to the OASIS Executive Director.
Copyright (C) OASIS Open (2006). All Rights Reserved. This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.

This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY 310 WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR 311 ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
14 March 2006 Page 15 of 15

 

Tags

IA5824 Majesty-2006 MDS-S39 PLC-XU48 Beta 10 SMX-C20RP Fnf P DL-30 N210-JA02 SF4000 Painter Altos G510 Multifacewin Porter Flex FX-82D Multi Pane Wx ST PS50C550g1R Silverado-2007 A-107 157-1 MSI U130 DA6252 XVS650-2002 29PT9521 12 LE46A676a1W L32A01A Samsung 712N 24-5H MC707VM-S 300 VOX EPL-6200 LE40S86BD Micro Sagem D70T AJ210 12 9 0 Voice Dect RX-5062 RB-1090 For Dune Nokia 1110 Panel KDC-7009 VP-D530I L-328 XPS 510 Yamaha PW50 M D IP2500 AWM-2800 DVX390 TA-VA777ES UR5U-8820L KDL-40XBR2 Digitech 2112 H1255A UE-46C6500 Ms702h2 LP850 CTK-495 Plantronics CS50 Translator 6 FT-3020 LV-7365 NN-S751WF DMT-8VL Magicolor 7450 SD206 AUS Fisheasy Kxtg7431 SA2110 Dect1363 DVP-NS955V 90090 MIO C230 Radar 1200 Flymentor 3D RSH5ubmh RS20ncsl WD-1255RD MCM530 IC-PCR1000 X-720 NEW Golf Kbic-series Deseo 4GB RL40scsw Siemens M35 DCR-DVD805E Diesel 3200 ESF46010 Boost Review LS-F1260HL WGA54AG ESD 9210 Blue Four 818 PRO 2333SW 924052

 

manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding

 

Sitemap

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101