2004/ws/addressing ws-addr-soap.xml,1.51,1.52 ws-addr.xsd,1.9,1.10

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 ****
      &lt;wsa:To&gt;http://example.com/fabrikam/acct&lt;/wsa:To&gt;
      &lt;wsa:Action&gt;...&lt;/wsa:Action&gt;
!     &lt;fabrikam:CustomerKey wsa:isReferenceParameter='true'&gt;123456789&lt;/fabrikam:CustomerKey&gt;
!     &lt;fabrikam:ShoppingCart wsa:isReferenceParameter='true'&gt;ABCDEFG&lt;/fabrikam:ShoppingCart&gt;
       ...
     &lt;/S:Header&gt;
--- 336,341 ----
      &lt;wsa:To&gt;http://example.com/fabrikam/acct&lt;/wsa:To&gt;
      &lt;wsa:Action&gt;...&lt;/wsa:Action&gt;
!     &lt;fabrikam:CustomerKey wsa:IsReferenceParameter='true'&gt;123456789&lt;/fabrikam:CustomerKey&gt;
!     &lt;fabrikam:ShoppingCart wsa:IsReferenceParameter='true'&gt;ABCDEFG&lt;/fabrikam:ShoppingCart&gt;
       ...
     &lt;/S:Header&gt;

Received on Friday, 22 April 2005 19:26:57 UTC