<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>14232</bug_id>
          
          <creation_ts>2011-09-21 19:31:39 +0000</creation_ts>
          <short_desc>Bad closing element in example 4.1</short_desc>
          <delta_ts>2011-11-08 20:41:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Resource Access</product>
          <component>Transfer</component>
          <version>PR</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>REMIND</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Doug Davis">dug</reporter>
          <assigned_to name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</assigned_to>
          
          
          <qa_contact name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>57095</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2011-09-21 19:31:39 +0000</bug_when>
    <thetext>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

  ...
&lt;s:Header&gt;
    &lt;wsa:To&gt;http://www.fabrikam123.example.org/pullport&lt;/wsa:Address&gt;
...

Best regards,
tom


Proposal:
change:

    &lt;wsa:To&gt;http://www.fabrikam123.example.org/pullport&lt;/wsa:Address&gt;
to

    &lt;wsa:To&gt;http://www.fabrikam123.example.org/pullport&lt;/wsa:To&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>