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
I'm trying to do some investigative work into odata. I created a really simple client to consume the odata.org sample services. The V3 interface works just fine, however the V4 interface cause an exception to be thrown. The only difference in the code is the version number in the service instantiation.
I checked in an initial version of the service that supports v4 of the service. I'm sure it needs a lot more work, but check out the develop branch for the changes.
I'm trying to do some investigative work into odata. I created a really simple client to consume the odata.org sample services. The V3 interface works just fine, however the V4 interface cause an exception to be thrown. The only difference in the code is the version number in the service instantiation.
V3 code
output
V4 code
output
The text was updated successfully, but these errors were encountered: