OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-790) Bug in example 70


     [ https://issues.oasis-open.org/browse/ODATA-790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Zurmuehl updated ODATA-790:
----------------------------------

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

  was:
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/55613/odata-v4.0-wd08-part1-protocol-2015-05-07.docx


> Bug in example 70
> -----------------
>
>                 Key: ODATA-790
>                 URL: https://issues.oasis-open.org/browse/ODATA-790
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData Protocol
>    Affects Versions: V4.0_ERRATA02
>         Environment: [Applied]
>            Reporter: Martin Zurmuehl
>            Assignee: Martin Zurmuehl
>            Priority: Minor
>             Fix For: V4.0_ERRATA03
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]