You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
Do not need check if is the "xml/atom" format or not with json format payload.
Actual:
Return error by checking xml & atom odata format with following rules
error: Common.Core.4653: "Service MUST return service documents as Atom service documents."
error: Common.Core.4654: "Service MUST return XML responses in well formed XML."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ODataValidationTool V1.07
Repro step:
-URI:"http://services.odata.org/V4/(S(ula4o1ze2kawob1zbziqncno))/TripPinServiceRW/"
-OData format: JSON-Min
-OData Version: OData v4.0 service endpoint
2.After validation complete.
Expect:
Do not need check if is the "xml/atom" format or not with json format payload.
Actual:
Return error by checking xml & atom odata format with following rules
error: Common.Core.4653: "Service MUST return service documents as Atom service documents."
error: Common.Core.4654: "Service MUST return XML responses in well formed XML."
The text was updated successfully, but these errors were encountered: