[Bug 14232] New: Bad closing element in example 4.1

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14232

           Summary: Bad closing element in example 4.1
           Product: WS-Resource Access
           Version: PR
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Transfer
        AssignedTo: public-ws-resource-access-notifications@w3.org
        ReportedBy: dug@us.ibm.com
         QAContact: public-ws-resource-access-notifications@w3.org


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>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 September 2011 19:31:41 UTC