- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 18:58:45 +0000
- To: public-ws-addressing-eds@w3.org
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 ****
>
<S:Envelope>
! <S:Header>
! <wsa:Action>
! &nsuri;/fault
! </wsa:Action>
! <!-- Headers elided for clarity. -->
! </S:Header>
! <S:Body>
! <S:Fault>
! <S:Code>
! <S:Value>[Code]</S:Value>
! <S:Subcode>
! <S:Value>[Subcode]</S:Value>
! </S:Subcode>
! </S:Code>
! <S:Reason>
! <S:Text xml:lang="en">[Reason]</S:Text>
! </S:Reason>
! <S:Detail>
! [Detail]
! </S:Detail>
! </S:Fault>
! </S:Body>
</S:Envelope>
</eg>
--- 411,434 ----
>
<S:Envelope>
! <S:Header>
! <wsa:Action>&nsuri;/fault</wsa:Action>
! <!-- Headers elided for brevity. -->
! </S:Header>
! <S:Body>
! <S:Fault>
! <S:Code>
! <S:Value>[Code]</S:Value>
! <S:Subcode>
! <S:Value>[Subcode]</S:Value>
! </S:Subcode>
! </S:Code>
! <S:Reason>
! <S:Text xml:lang="en">[Reason]</S:Text>
! </S:Reason>
! <S:Detail>
! [Detail]
! </S:Detail>
! </S:Fault>
! </S:Body>
</S:Envelope>
</eg>
***************
*** 443,452 ****
>
<S11:Envelope>
! <S11:Body>
! <S11:Fault>
! <faultcode>[Subcode]</faultcode>
! <faultstring xml:lang="en">[Reason]</faultstring>
! </S11:Fault>
! </S11:Body>
</S11:Envelope>
</eg>
--- 441,454 ----
>
<S11:Envelope>
! <S11:Header>
! <wsa:Action>&nsuri;/fault</wsa:Action>
! <!-- Headers elided for brevity. -->
! </S11:Header>
! <S11:Body>
! <S11:Fault>
! <faultcode>[Subcode]</faultcode>
! <faultstring xml:lang="en">[Reason]</faultstring>
! </S11:Fault>
! </S11:Body>
</S11:Envelope>
</eg>
***************
*** 499,503 ****
<p> [Reason] The endpoint is unable to process the message at this time.</p>
<p> [Detail] <wsa:RetryAfter
! ...>[xs:NonNegativeInteger]</wsa:RetryAfter></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] <wsa:RetryAfter
! ...>[xs:nonNegativeInteger]</wsa:RetryAfter></p>
<p> The following describes the attributes and elements listed above:</p>
<glist>
Received on Friday, 22 April 2005 18:58:47 UTC