This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14232 - Bad closing element in example 4.1
Summary: Bad closing element in example 4.1
Status: RESOLVED REMIND
Alias: None
Product: WS-Resource Access
Classification: Unclassified
Component: Transfer (show other bugs)
Version: PR
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: notifications mailing list for WS Resource Access
QA Contact: notifications mailing list for WS Resource Access
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-21 19:31 UTC by Doug Davis
Modified: 2011-11-08 20:41 UTC (History)
0 users

See Also:


Attachments

Description Doug Davis 2011-09-21 19:31:39 UTC
See: http://lists.w3.org/Archives/Public/public-ws-resource-access-comments/2011Sep/0000.html

Dear Publishers!

In section 4.1, Get operation, there is an error in the example of the SOAP response to the Get request. In the header, line 6, opens a wsa:To tag which is followed by a closing wsa:Address

  ...
<s:Header>
    <wsa:To>http://www.fabrikam123.example.org/pullport</wsa:Address>
...

Best regards,
tom


Proposal:
change:

    <wsa:To>http://www.fabrikam123.example.org/pullport</wsa:Address>
to

    <wsa:To>http://www.fabrikam123.example.org/pullport</wsa:To>