Questions tagged [dataservice]

117 questions
1
vote
1 answer

WCF Data Service Template is Missing

I am using VS 2013 and have created an EntityFramework data model project. Now, I need to create a WCF data service to access the data model. I've seen this answer and have installed the referenced file. However, I still do not see a way to…
Mark Bonafe
  • 1,461
  • 13
  • 23
1
vote
3 answers

Angular Js Directive communication detecting if another directive is on in the scope

I know there is a way to make directives communicate with each other. You can do it through using controllers. My problem is I have 2 directives on the page I am creating a upload app, I am using a file change directive that detects whether or not a…
Jesse
  • 785
  • 2
  • 9
  • 29
1
vote
1 answer

How to debug WCF dataservice

I have a written dataservice for my windowsphone application and i'm trying to savechanges to this dataservice. To do this i call BeginSaveChanges: Context.AddToMeasurements(temp); Context.BeginSaveChanges(SaveChangesOptions.Batch,…
Bart Teunissen
  • 1,420
  • 5
  • 20
  • 43
1
vote
0 answers

flex connect to data http service of asp.net mvc4 web api show error on test InvocationTargetException:The URL is not valid

I am trying to connect to Http Service using flex wizard The server side is Asp.net MVC4 Web Api, I used the templates to create simple CRUD controller. The problem is that test operation gives back: "InvocationTargetException:The URL is not valid"…
1
vote
1 answer

managing 2000+ resulting rows from a "select query" included in a DataService created in WSO2 DSS

I created a Data Service in WSO2 DSS 3.0.1, this DS invokes a select operation from the DB. The problem is that the resulting records are more than 2000 and the DS is just not able to handle that amount of resulting records. How can we manage that…
Jose Maria
  • 217
  • 1
  • 15
1
vote
1 answer

Is there a way to clone the deployed data service on the WSO2 DSS

I created a data web service on the WSO2 Data Services server, now I would like to use it as a template so I can create more services out of it. Is there a way to copy/paste the service XML to a new one? I would like to skip the wizard mode…
Sava
  • 142
  • 1
  • 9
1
vote
1 answer

Is it possible to access 3G Data Connection in Android?

I am developing an android application in which i want to turn off/on 3G. I have some doubts. Is it possible to programmatically access 3G data connection? If it is possible, how to turn off/on 3G data connection without accessing other data…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
1
vote
1 answer

How to turn off 3G data connection programmatically in android?

I want to Enable/Disable 3G and other Data connections separately.Is it possible to access 3G individually?That means if the user selects the option 3G, then Enable/Disable 3G data connection only.And if the user selects the option Data Services,…
Devu Soman
  • 2,246
  • 13
  • 36
  • 57
1
vote
1 answer

WCF Data Client does not send entity properties values

When i try to send an instance of MULTIMEDIA type, with hasStream="true" property set to true, the WCF Data Server seems not to receive entity data. On the client side i iterate over a collection of objects and i try to send them to another wcf…
1
vote
0 answers

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…
greven
  • 492
  • 1
  • 6
  • 15
1
vote
2 answers

Finding latest record in a List

I have a list rms.PositiveResponse, and another list rms.NegativeResponses. The Lists contain a RecruitID and a Timestamp. I have over 10,000 records. I am getting this data from a web service. The problem is finding if the latest update of a…
SupaOden
  • 722
  • 4
  • 13
  • 41
0
votes
1 answer

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 binary with the service, and get that binary with…
Rami Sakr
  • 556
  • 1
  • 6
  • 14
0
votes
1 answer

The underlying provider failed on Open. - Login failed for user Domain\MachinName$

I have a application which worked fine for many years, but after updating windows server it stopped working. The application (visual studio , SQL Server Database)is formed from two parts, 1) DataService located on DataServiceServer 2)Database…
nnmmss
  • 2,850
  • 7
  • 39
  • 67
0
votes
1 answer

wso2 : How to read message from Message Store using Message Processor?

I'm trying to read the messages i've stored in my Message store using a processor, by printing it through logs, but i'm unable to. My Message Processor code (i've included the log and file I want to write to in the testSeq)
ahinsa
  • 61
  • 6
0
votes
1 answer

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.
Marcx
  • 6,806
  • 5
  • 46
  • 69