[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-900) Cross-service naviation and service versioning
[ https://issues.oasis-open.org/browse/ODATA-900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Pizzo updated ODATA-900:
--------------------------------
Fix Version/s: V4.02_WD01
(was: V4.01_WD01)
> Cross-service naviation and service versioning
> ----------------------------------------------
>
> Key: ODATA-900
> URL: https://issues.oasis-open.org/browse/ODATA-900
> Project: OASIS Open Data Protocol (OData) TC
> Issue Type: Bug
> Components: OData Protocol, OData URL Conventions
> Affects Versions: V4.0_ERRATA02
> Reporter: Ralf Handl
> Fix For: V4.02_WD01
>
>
> Assume Orders and Customers are in different services and have cross-service navigation properties to each other:
> GET Customers('ALFKI')/Orders
> GET Orders(4711)/Customer
> Now a new version v2 of the Customer service is published.
> Ideally the Order service now automatically navigates to the new (latest) Customer service without requiring a new version of the Order service, and in addition allows navigation to the old version:
> GET Orders(4711)/Customer -> navigates to Customer v2
> GET Orders(4711)/Customer;v1 -> navigates to Customer v1
--
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]