Questions tagged as 'wcf'

0
answers

Assign a local network ip to the web service stored in IIS? [on hold]

I have a WCF service stored in an Internet Information Services (IIS) Administrator. I want to show my WCF service in my local network with an ip for example: 192.168.1.2:5010 and be able to see this service in the devices connected to that l...
asked by 15.08.2018 / 07:18
0
answers

Turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the serviceDebug configuration behavior) on the server

I have an application that every 2 min calls a method of a WCF service but apparently there were connection problems in the first two attempts it returned the following:    An error occurred while receiving the HTTP response to    link . This...
asked by 31.05.2018 / 21:16
0
answers

Pass Entity List in a WCF WebService

Today I get an error when consuming a web service wcf, the error is as follows:    The service could not be invoked. Possible causes: the service is offline or inaccessible. the client configuration does not match the proxy; The existing prox...
asked by 23.05.2018 / 06:35
0
answers

Error consuming web service on asp.net mvc5

I'm getting this error when trying to consume a webservice :    System.ArgumentException HResult = 0x80070057 Message = The provided   URI scheme 'http' is invalid; expected 'https' Parameter name: via   Source = StackTrace: I unde...
asked by 19.04.2018 / 22:12
1
answer

Summon WCF that is in another Class Library from JQuery

Hi, I have a problem trying to call a Wcf that is in a Class Library, I try it with JQuery making the necessary modifications, I've tried some relative and absolute paths in the Ajax URL, I'm doing it with a simple example annex the image. I alr...
asked by 16.04.2018 / 23:36
0
answers

How can I consume a WCF service from Android

I have already spent some time researching how to consume a WCF from Android, however, I need to use a WCF that was already created with a different syntax from the examples I found. The code of my WCF contracts is like this: namespace Serv...
asked by 22.03.2018 / 06:52
1
answer

Submit an Object to a WCF Service

I would like to know if there is any way to send an object to a WCF service the program you send is in WindowsForm c # who receives this in asp.net c # OleDbConnection connection = MSAConnection.getConnection();...
asked by 20.03.2018 / 15:34
0
answers

Key set does not exist

I want to use a service in WCF and when I want to consume one of its methods an error appears saying that the set of keys does not exist. This is my app.config: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system....
asked by 28.02.2018 / 16:41
1
answer

Problem connection to WCF service in xamarin forms windows uwp

Good afternoon, you see, I'm trying to connect a xamarin forms solution with the sqlserver database. I have developed a wcf service in visual studio, which makes this connection. In Android and I have been able to add that service as a web refer...
asked by 26.01.2018 / 13:26
0
answers

Security Wcf Authentication Username c #

I'm doing a web service with WCF of c # good when I run the service it appears like this and does not ask for any validation or authentication. I would like to put an authentication when you consume that service requires to request a...
asked by 27.01.2018 / 19:03