Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

38
votes
2answers
2k views

Flex/LCDS Server-to-data-source Paging

I’m trying to set up a server to data-source paged service. I’ve got everything set up so that I’m getting my assembler called and am returning values, but I’m not getting “paged” calls. ...
5
votes
1answer
49 views

WCF dataservice security in a WPF application

I'm working on a solution where I have a WPF project that is using a WCF DataService which is located in another ASP .NET project to access the data. I need to provide a level of security which ...
5
votes
1answer
853 views

WCF DataService, how do I avoid [DataServiceKey] in POCOs

I use a WCF DataService and want to use POCOs. I have to specify a DataServiceKey in order for it to work (obviously). When I do that I have to reference System.Data.Services.Client (for ...
5
votes
1answer
4k views

How to pass a collection of Entities to .NET RIA Data Service?

Is it possible to pass a collection of objects to a RIA Data Service query? I have no issues sending an Entity, an Int or an array of primitive types, but as soon as i declare a method like this ...
5
votes
4answers
974 views

Where to get Flex - Java DS (Blaze) training material?

I was wondering if any of you out there knows where I can get really good training material (videos, examples, etc) on Flex - Java Data Services (BlazeDS would be ideal) besides the ones offered ...
3
votes
1answer
1k views

OData WCF Data Service with NHibernate and corporate business logic

Let me first apologise for the length of the entire topic. It will be fairly long, but I wish to be sure that the message comes over clearly without errors. Here at the company, we have an existing ...
3
votes
1answer
495 views

OData Authentication

I have been trying to implement an OData service based upon an entity framework model where the authentication is provided by Sql Azure. I provide row/column access within the database. I want to be ...
2
votes
1answer
255 views

Creating WCF DataService with database other than SQL Server

We would like to expose data we have residing in a Vertica database via the WCF Data Services. (Ultimately, we want to access the data in Excel's pivot tables features, and I've created an Excel ...
2
votes
3answers
383 views

Core Data and JSON question

I know this question has been possed before, but the explanation was a little unclear to me, my question is a little more general. I'm trying to conceptualize how one would periodically update data in ...
2
votes
0answers
89 views

How to return relationships in a custom un-typed dataservice provider

I have a custom .Net DataService and can't figure out how to return the data for relationships. The data base has 2 tables (Customer, Address). A Customer can have multiple addresses, but each ...
2
votes
1answer
1k views

Unable to properly reference a wcf dataservice

I'm having a couple of issues which may be related, or may not. I noticed that when I use Add Service Reference in Visual Studio to add a reference to my data service, the reference.cs it generates ...
2
votes
2answers
269 views

how to limit access to a silverlight-enabled data service?

We have a Silverlight app which we wrote which calls a Silverlight-enabled data service. The Silverlight app cannot require a login, as it is required to present data to the unauthenticated public. ...
1
vote
0answers
46 views

Where is the configuration for Data/Services in Flash Builder saved?

I am trying to troubleshoot getting a Data/Service deployed to a live server in Flash Builder with an Air application. I am using AMF/Zend but provided my own Php file called database.php. I'm trying ...
1
vote
3answers
170 views

TableServiceContext and dynamic query

I m trying to do something that look very simple but I hit massive difficulties when I want to make that more dynamic. Expression<Func<TableServiceEntity, bool>> predicate = (e) => ...
1
vote
1answer
146 views

WCF Dataservice hosting issue with vs2010

I have created WCF Data service and I hosted in visual studio ASP.net development server.My problem is that my service will run only when I build my application through VS2010, if I try running exe ...
1
vote
1answer
448 views

WCF Data Service and ChangeInterceptor

I would like to look at and modify the information submitted via the PUT verb inside a changeInterceptor. For instance I might want to scrub all values passed in before updating my dataSource. Or ...
1
vote
0answers
39 views

Data Service and Linq DLL reverts to a different version after building

We are currently using an ASP.NET project that uses Data Services and Linq. Before when the project was newly created via Wizard/Template. The generated DLL in the bin folder has the version ...
1
vote
2answers
322 views

WCF Data Service / Surrogate Key

I want to build a WCF data service which should be used for CRUD operations on a database backend. In order to identify the related record of the object in the database I have to know it's primary ...
0
votes
1answer
35 views

Moving Model Validation to Service Class - ASP.NET MVC

I want to be able to perform validation from within my Service classes. I have a Controller action that looks something like this: public ActionResult Edit(Post post) { if(!ModelState.IsValid) ...
0
votes
0answers
28 views

How to make the base URL a variable in flex, without making the URL relative?

n my Flex App I have a number of data services that call webpages using a base url variable, such as {aspURL}/mypage.asp, with aspURL = http://thewebsite.com or whatever the base URL is, it is passed ...
0
votes
1answer
30 views

Streaming Binary Over a WCF DataService

The idea is pretty simple, I have a project hosting a WCF DataService, and another WPF Project, I'm referring the service in WPF and It's working great, I want to find out if there's a way to stream ...
0
votes
0answers
39 views

Powerpivot can't open a wcf data service in excel

I have a problem loading directly from the web as a link in a webpage, the following url: But i can use the link, when the url does not have the /entityname. Aparently when loading the feed ...
0
votes
1answer
33 views

Get and save value from Dataservice Flex

I'm trying to learn Flex, I setup a simple Air application with PHP server as dataserice... In my php class there is a function counttotal that return a simple int value. <s:WindowedApplication ...
0
votes
0answers
66 views

compact framework Odata Client

I need to know how to consume WCF data services with Odata Services client library for compact framework from Odata'Site and how can I generate a client data service class?. Thanks in advance
0
votes
0answers
78 views

Flex: DataService.createItem weirdness

I just spent the last 4 hours on this and, although I've made it work, I still don't understand what is going on. I was trying to store a new object on the database, using Flex and LiveCycle data ...
0
votes
2answers
135 views

Flash builder and .Net integration using FluorineFx

I'm trying to call a simple dataservice which is written in .Net from Flash builder 4. Please tell me the steps or else any links or samples. Thank you in advance.
0
votes
0answers
149 views

Flex 4 : Call to a PHP service returning null

I am using the "Connect to data/service" option in Flex to connect to my PHP code. I have a simple PHP class called ConfigClass, with a function checkConfig that returns 'yes' if a file exists and ...
0
votes
0answers
45 views

Write-only Master-Detail relationships in DataService?

I can't seem to figure out how to create a DataService with a write-only master detail relationship. Quick example: I have an "Orders" table and an "OrderItems" table. The goal is that orders can ...
0
votes
1answer
227 views

How to manipulate data returned from PHP service in Flash Builder

I'm using the data/services in Flash Builder 4 to access the php functions of a site within an Air based Crud, and figuring out the most efficient ways to work with the data objects that come back. ...
0
votes
1answer
167 views

Can a .NET oData DataService force filtering child records?

This should be a simple scenario - I have a data model with a parent/child relationship. For example's sake, let's say it's Orders and OrderDetails - 1 Order -> many OrderDetails. I'd like to expose ...
0
votes
1answer
317 views

DataService : OnStartProcessingRequest not called

I've created a WCF DataService and for this service I require some custom authentication through the use of HTTP Headers. So i've written special functions that validate this information or throw an ...
0
votes
1answer
420 views

Is there a way to access Joomla 1.5 user variables (like user id) from a Flex 4 application using a PHP Data Service?

I have written a script (in two files) that correctly displays a Joomla user id, like this: //this is testy.php define( '_JEXEC', 1 ); define('JPATH_BASE', dirname(FILE)); define( 'DS', ...
0
votes
2answers
380 views

Flex - sorting a datagrid column by the row's label

I'm creating a table that displays information from a MySQL database, I'm using foreignkeys all over the place to cross-reference data. Basically I have a datagrid with a column named 'system.' The ...
0
votes
1answer
492 views

OData - Data Service Simple Authentication

I would like to add simple authentication to Data Services, for now only to restrict access for particular applications by simple token. I don't need Domain Authentication or Forms authentication. I ...
0
votes
3answers
584 views

WCF Data Service SaveChanges problem

I've published wcf dataservice project to IIS7 with .NET 4 installed on that server. Everything worked fine, but when i called SaveChanges from client, service returned error: Server Error in '/' ...
0
votes
1answer
784 views

How to add SOAP headers in Silverlight?

I'm trying to secure a data service used by my Silverlight, and am looking at using a custom SOAP header obfuscated into the SL and HTTPSed. I've found any number of examples showing how to do this ...
0
votes
1answer
86 views

how do i use a ado.net dataservice to check if a row exists?

var svc = new LocationDataServiceContext(); var q = from c in svc.LocationTable where c.ID == int.Parse(location.ID) select c; if (q.ToArray().Length == 0) ...
0
votes
1answer
474 views

Handle fault event in mx.data.DataService while background sync?

We are using objects that at times need to sync up with the server via the mx.data.DataService, The problem is in case of explicit method invocation over the dataservice object we are able to trap the ...