Questions tagged as 'odata'

0
answers

OData v4 Client Code Generator issues in Visual Studio 2015

Hi, I have a problem when making the connection to the web service using ODATA, well apparently the web service is in a previous version of ODATA because the XML data does not return as JSON, however I am connecting with visual Studio 2015 using...
asked by 28.09.2018 / 23:19
1
answer

Web API in ASP.NET with OData - Problem in the view

I have a Web API in ASP.NET with OData and I can consume without problems of the service, but I can not get the view to print A table. I'm starting with .NET and with MVC . Model: namespace exchange_rates { using System; us...
asked by 20.03.2017 / 12:34
0
answers

Fit retrive odata crm dynamics 2011

I have the following function to call attributes of the contact entity to the test entity in this case, where by comparison of a lookup field, I bring the data that I need, the problem is that the query only serves me for fields of type picklist...
asked by 29.11.2018 / 20:33
1
answer

API OData does not show values

Use VS 2017, I made a web service following a tutorial, but when executing it, it does not bring anything from the database and instead shows: <ArrayOfstring> value1 value2 public class ClienteController : ApiController...
asked by 07.11.2018 / 00:10
0
answers

How to generate Test for my Odata project

This is the method to try: (how to generate mock data for UriInfo) public EntityCollection getEntitySet(UriInfo uriInfo) { logger.info("getEntitySet()"); List<UriResource> resourcePaths = uriInfo.getUriResourceParts(); UriR...
asked by 02.06.2018 / 14:18