问题标签 [dataservice]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
253 浏览

wpf - WPF 应用程序中的 WCF 数据服务安全性

我正在研究一个解决方案,我有一个 WPF 项目,该项目使用位于另一个 ASP .NET 项目中的 WCF DataService 来访问数据。
我需要提供一定程度的安全性,以确保只有经过身份验证的用户才能访问该服务。在网上冲浪后,我已经打破了我的头试图实现这一点。实现它的正确方法是什么?

0 投票
1 回答
122 浏览

wpf - 通过 WCF 数据服务流式传输二进制文件

这个想法很简单,我有一个托管 WCF DataService 的项目和另一个 WPF 项目,我指的是 WPF 中的服务,它工作得很好,我想知道是否有办法使用该服务流式传输二进制文件,并且使用 WPF 获取该二进制文件并将其保存在本地磁盘上!

注意:二进制文件可能大于 200MB

0 投票
1 回答
1347 浏览

asp.net-mvc - 将模型验证移至服务类 - ASP.NET MVC

我希望能够从我的服务类中执行验证。我有一个看起来像这样的控制器动作:

我不喜欢我的 _postDataService.SavePost() 可以保存无效数据的事实,我想将模型验证移至我的 _postDataService.SavePost() 方法。我的问题是最优雅的方法是什么?如果我将模型验证移至我的 Service 方法,我如何将模型错误返回给我的控制器?最后,像电子邮件地址的唯一性这样的模型验证会去哪里,因为它需要一些数据访问?在我看过的所有类似问题中,没有一个给出直接的方法来做到这一点。

我也考虑过这个解决方案,但这篇文章很旧,我觉得它不是最新的。

0 投票
4 回答
1845 浏览

wcf - WCF Code First DataServices 可以返回 NotMapped 属性吗?

我将 WCF 数据服务用于返回 JSON 响应的 RESTful API。

考虑这个对象:

WCF 不会像我期望的那样对待这个对象。我的服务请求完全忽略了 Person 对象序列化中的 Age 属性。

我一直在使用一种解决方法,将 Age 属性映射到一个虚拟数据库列,然后创建一个什么都不做的 setter。多么丑陋的黑客!有没有更好的方法让 DataService 返回未映射到数据库列的属性?

0 投票
1 回答
434 浏览

php - Flex如何从方法内部的服务中获取数据

所以我的问题是我使用 php 服务从数据库中获取所有数据。计数服务和 getAllData 在组件上使用它们时工作得很好,但是当我尝试在函数中使用它们时,我什么也没得到。这真的让我很烦,我知道这很简单,但我找不到解决方案。

在职的:

不工作:

有什么帮助吗?谢谢

0 投票
1 回答
213 浏览

apache-flex - 检测数据服务连接超时的简单方法

我正在开发一个移动项目,它通过数据服务获取一些简单的数据。当应用程序获取数据时,我有一个繁忙的指示器在旋转,但我不希望它永远旋转(因为连接不良或根本没有连接)。有没有办法设置一个限制,比如 30 秒,然后显示一个 SkinnablePopUpContainer?任何帮助将不胜感激。

0 投票
1 回答
87 浏览

wcf - 有没有办法找到网络数据服务?

有什么方法可以获取网站并找到他们的网络数据服务?我的意思是试图在没有任何先验知识的情况下找到一个 WCF 服务?

0 投票
2 回答
1004 浏览

c# - 在列表中查找最新记录

我有一个 listrms.PositiveResponse和另一个 list rms.NegativeResponse。列表包含 aRecruitID和 a Timestamp。我有超过 10,000 条记录。

我正在从 Web 服务获取这些数据。

问题在于找出 a 的最新更新RecruitID是正面响应还是负面响应。我怎样才能确定呢?我有Timestampfor each RecruitID,最新的时间戳可以告诉我最新的更新。我怎样才能知道 a 的最新更新是什么,RecruitID以便我可以将其存储在数据库中?

这是我的尝试,但这是一种非常慢的比较方法,我想知道是否有更快的方法。

0 投票
0 回答
254 浏览

php - Flex PHP data service types are not casting

I'm having an issue with returning native PHP classes from Flex 4.6 data services.

When I return a PHP class(CustomerDataResponse) with an array of another PHP class(CustomerData), I cannot cast the CustomerData classes in PHP. The Data Servive wizards detect the classes correctly, and testing the service works fine, but the customers array seems to be filled with an array of Objects when I hit it in the debugger, not an array of CustomerData.

If I change the PHP to return stdClass() with the same members and re-run the data wizard, I have to give names to the classes, but the casting works correctly.

Also, the casting of cr.lastResult works fine, only cr.customers.getItemAt(0) seems to be an object and NOT a custoemrdata. I've also confirmed that yes, getITemAt(0) is not null.

Any suggestions? I can use stdClass, but the PHP classes are much nicer to work with.

PHP Classes (trimmed for brevity)

CustomerData.php

CustomerDataResponse.php:

CustomerService.php

FlexApp:

0 投票
1 回答
690 浏览

java - 如何获得 flex-messaging-client-android.jar?

如何获得 flex-messaging-client-android.jar?请提供链接。