• Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • V4.0_ERRATA03
    • Affects Version/s: V4.0_ERRATA02
    • Component/s: Protocol
    • None
    • Environment:

      [Applied]

    • Hide

      change example 70 to:
      <Function Name="MostRecentOrder" IsBound="true">
      <Parameter Name="customer" Type="SampleModel.Customer" />
      <ReturnType="SampleModel.Order" />
      </Function>

      Applied:
      https://www.oasis-open.org/committees/download.php/55616/odata-v4.0-wd08-part1-protocol-2015-05-07.docx

      Show
      change example 70 to: <Function Name="MostRecentOrder" IsBound="true"> <Parameter Name="customer" Type="SampleModel.Customer" /> <ReturnType="SampleModel.Order" /> </Function> Applied: https://www.oasis-open.org/committees/download.php/55616/odata-v4.0-wd08-part1-protocol-2015-05-07.docx

      Example 70 reads:
      <Function Name="MostRecentOrder" ReturnType="SampleModel.Order"
      IsBound="true">
      <Parameter Name="customer" Type="SampleModel.Customer" /> </Function>

      ReturnType is used as an Attribute of the Function element. This is wrong.
      ReturnType is an element.

            Assignee:
            martinzurmuehl
            Reporter:
            martinzurmuehl
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: