Questions tagged as 'wcf'

1
answer

WCF C # WebInvoke Operation contract error

Good afternoon, I have a problem when I try to create a method that takes 2 parameters, although in the operationcontract I specify that I use Wrapped anyway I get the error as if I did not have it. Could you help me please ??? Interface:...
asked by 01.11.2017 / 22:02
0
answers

WCF c # invoke it in IONIC

I have created a WCF service that if I try it from the WCF test client, its methods work perfectly, the problem is that I would like to use it for example for an IONIC application. I have no notion if it is possible, for now, I have tried to...
asked by 27.10.2017 / 20:04
0
answers

Manage concurrent invocations (WCF) C #

I have developed a chronometer to practice a little WCF . In this case, the server is responsible for making a decrease of x to 0 and the client receives in real time the state of the latter. The problem I have is that if...
asked by 06.09.2017 / 20:22
0
answers

wcf (sql server) + listener in android studio [closed]

I wanted to ask you about the paradigm I am using to work on my application with respect to the information that it handles: Basically, when I want to update the information I have to call my web service to update the data I store with sqlite. T...
asked by 07.08.2017 / 22:35
1
answer

Consume WCF WebService

I developed a service with C # that consulted a database with certain functions. I went from AngularJS to Angular2 and here my problems came. Inside my WCF I have: [OperationContract] [WebInvoke(UriTemplate = "/GetCaptaciones", Method =...
asked by 27.04.2017 / 04:05
1
answer

Consume WCF Service on asp.net

Good morning: Please can you help me I am trying to consume a service in WCF programming language asp.net c # but when it tries to consume I get an error that I tried out time out in the webconfig timeout but I still get that error. someon...
asked by 05.06.2017 / 19:55
0
answers

WCF error when invoking service

I have a problem is a new VS installation but I want to get a list of 2 connected tables I use the entity and when debugging returns the values of the list monsrando the count but at the time of showing the service gives me the error, They have...
asked by 29.04.2017 / 06:14
0
answers

WSDL from HTML with VBSCript

Does anyone know how I can consume a WSDL Web service from an HTML page through VBSCript? I have to send a String per parameter and receive an object back, I have found examples but none of them works for me     
asked by 08.03.2017 / 18:30
0
answers

Service WCF stops after a while

Dear, I have an application in c #, wcf hosted on a server where I do not have access to the IIS (for the type of contracted plan, it is in donweb). The issue is that after a while the service goes down, I thought it was because of the Applicati...
asked by 01.09.2016 / 03:30
0
answers

WPF does not start WCF when installed

I have a WPF with references to a configured WCF that works well. When debugging with Visual Studio, the "WCF Service Host" tells me that this service is started and does not present problems. If I consult him, he answers me well. The problem...
asked by 11.07.2016 / 18:10