- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 19:26:55 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv17334
Modified Files:
ws-addr-soap.xml ws-addr.xsd
Log Message:
Added resolution to lc29 - capitalized first character of IsReferenceParameter attribute.
Index: ws-addr.xsd
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** ws-addr.xsd 11 Apr 2005 22:06:23 -0000 1.9
--- ws-addr.xsd 22 Apr 2005 19:26:53 -0000 1.10
***************
*** 91,95 ****
<!-- Constructs from the WS-Addressing SOAP binding -->
! <xs:attribute name="isReferenceParameter" type="xs:boolean"/>
<xs:simpleType name="FaultCodesOpenEnumType">
--- 91,95 ----
<!-- Constructs from the WS-Addressing SOAP binding -->
! <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
<xs:simpleType name="FaultCodesOpenEnumType">
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** ws-addr-soap.xml 22 Apr 2005 19:07:47 -0000 1.51
--- ws-addr-soap.xml 22 Apr 2005 19:26:53 -0000 1.52
***************
*** 290,294 ****
<item>
<p>Each header block added as a result of the above rule is annotated with a
! wsa:isReferenceParameter attribute whose value is <attval>true</attval>.
</p>
</item>
--- 290,294 ----
<item>
<p>Each header block added as a result of the above rule is annotated with a
! wsa:IsReferenceParameter attribute whose value is <attval>true</attval>.
</p>
</item>
***************
*** 336,341 ****
<wsa:To>http://example.com/fabrikam/acct</wsa:To>
<wsa:Action>...</wsa:Action>
! <fabrikam:CustomerKey wsa:isReferenceParameter='true'>123456789</fabrikam:CustomerKey>
! <fabrikam:ShoppingCart wsa:isReferenceParameter='true'>ABCDEFG</fabrikam:ShoppingCart>
...
</S:Header>
--- 336,341 ----
<wsa:To>http://example.com/fabrikam/acct</wsa:To>
<wsa:Action>...</wsa:Action>
! <fabrikam:CustomerKey wsa:IsReferenceParameter='true'>123456789</fabrikam:CustomerKey>
! <fabrikam:ShoppingCart wsa:IsReferenceParameter='true'>ABCDEFG</fabrikam:ShoppingCart>
...
</S:Header>
Received on Friday, 22 April 2005 19:26:57 UTC