Details

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

      [Applied]

    • Proposal:
      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

      Description

      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.

        Attachments

          Activity

            People

            • Assignee:
              martinzurmuehl Martin Zurmuehl
              Reporter:
              martinzurmuehl Martin Zurmuehl
            • Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: