2004/ws/addressing ws-addr-soap.xml,1.49,1.50

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv11031

Modified Files:
	ws-addr-soap.xml 
Log Message:
Added resolution to lc24 - editorial nits.

Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** ws-addr-soap.xml	22 Apr 2005 18:49:32 -0000	1.49
--- ws-addr-soap.xml	22 Apr 2005 18:58:43 -0000	1.50
***************
*** 281,286 ****
                      <item>
                          <p>The value of the &nsuri;/feature/ReferenceParameters property is
!                             added to the SOAP message header. The element information item of each
!                             [reference parameter] (including all of its [children], [attributes] and
                              [in-scope namespaces]) is added as a SOAP header block in the new
                              message.</p>
--- 281,286 ----
                      <item>
                          <p>The value of the &nsuri;/feature/ReferenceParameters property is
!                             added to the SOAP message header. The element information item of each of the
!                             [reference parameters] (including all of its [children], [attributes] and
                              [in-scope namespaces]) is added as a SOAP header block in the new
                              message.</p>
***************
*** 411,436 ****
                  >
  &lt;S:Envelope&gt;
!  &lt;S:Header&gt;
!    &lt;wsa:Action&gt;
!      &nsuri;/fault
!    &lt;/wsa:Action&gt;
!    &lt;!-- Headers elided for clarity.  --&gt;
!  &lt;/S:Header&gt;
!  &lt;S:Body&gt;
!   &lt;S:Fault&gt;
!    &lt;S:Code&gt;
!     &lt;S:Value&gt;[Code]&lt;/S:Value&gt;
!      &lt;S:Subcode&gt;
!     &lt;S:Value&gt;[Subcode]&lt;/S:Value&gt;
!      &lt;/S:Subcode&gt;
!    &lt;/S:Code&gt;
!    &lt;S:Reason&gt;
!      &lt;S:Text xml:lang="en"&gt;[Reason]&lt;/S:Text&gt;
!    &lt;/S:Reason&gt;
!    &lt;S:Detail&gt;
!      [Detail]
!   &lt;/S:Detail&gt;   
!   &lt;/S:Fault&gt;
!  &lt;/S:Body&gt;
  &lt;/S:Envelope&gt;
        </eg>
--- 411,434 ----
                  >
  &lt;S:Envelope&gt;
!   &lt;S:Header&gt;
!     &lt;wsa:Action&gt;&nsuri;/fault&lt;/wsa:Action&gt;
!     &lt;!-- Headers elided for brevity.  --&gt;
!   &lt;/S:Header&gt;
!   &lt;S:Body&gt;
!     &lt;S:Fault&gt;
!       &lt;S:Code&gt;
!         &lt;S:Value&gt;[Code]&lt;/S:Value&gt;
!         &lt;S:Subcode&gt;
!           &lt;S:Value&gt;[Subcode]&lt;/S:Value&gt;
!         &lt;/S:Subcode&gt;
!       &lt;/S:Code&gt;
!       &lt;S:Reason&gt;
!         &lt;S:Text xml:lang="en"&gt;[Reason]&lt;/S:Text&gt;
!       &lt;/S:Reason&gt;
!       &lt;S:Detail&gt;
!         [Detail]
!       &lt;/S:Detail&gt;   
!     &lt;/S:Fault&gt;
!   &lt;/S:Body&gt;
  &lt;/S:Envelope&gt;
        </eg>
***************
*** 443,452 ****
                  >
  &lt;S11:Envelope&gt;
!  &lt;S11:Body&gt;
!   &lt;S11:Fault&gt;
!    &lt;faultcode&gt;[Subcode]&lt;/faultcode&gt;
!    &lt;faultstring xml:lang="en"&gt;[Reason]&lt;/faultstring&gt;
!   &lt;/S11:Fault&gt;
!  &lt;/S11:Body&gt;
  &lt;/S11:Envelope&gt;
        </eg>
--- 441,454 ----
                  >
  &lt;S11:Envelope&gt;
!   &lt;S11:Header&gt;
!     &lt;wsa:Action&gt;&nsuri;/fault&lt;/wsa:Action&gt;
!     &lt;!-- Headers elided for brevity.  --&gt;
!   &lt;/S11:Header&gt;
!   &lt;S11:Body&gt;
!     &lt;S11:Fault&gt;
!       &lt;faultcode&gt;[Subcode]&lt;/faultcode&gt;
!       &lt;faultstring xml:lang="en"&gt;[Reason]&lt;/faultstring&gt;
!     &lt;/S11:Fault&gt;
!   &lt;/S11:Body&gt;
  &lt;/S11:Envelope&gt;
        </eg>
***************
*** 499,503 ****
                  <p> [Reason] The endpoint is unable to process the message at this time.</p>
                  <p> [Detail] &lt;wsa:RetryAfter
!                     ...&gt;[xs:NonNegativeInteger]&lt;/wsa:RetryAfter&gt;</p>
                  <p> The following describes the attributes and elements listed above:</p>
                  <glist>
--- 501,505 ----
                  <p> [Reason] The endpoint is unable to process the message at this time.</p>
                  <p> [Detail] &lt;wsa:RetryAfter
!                     ...&gt;[xs:nonNegativeInteger]&lt;/wsa:RetryAfter&gt;</p>
                  <p> The following describes the attributes and elements listed above:</p>
                  <glist>

Received on Friday, 22 April 2005 18:58:47 UTC