Questions tagged as 'wcf'

1
answer

How to return values in a WCF web service

I'm doing this web method, and everything is fine until the moment when it will return the data, "It does not show them" and I do not know what is wrong with me. The controller works, the Repository works, the SP works, the matter is at the time...
asked by 11.12.2018 / 21:07
1
answer

The process does not have access rights to this namespace

I am making a personalized WCF encoder following the guidelines of this site using-mtom I create a web Service by taking a file.zip public class Service1 : IService1 { public FileResponse GetData(string value) { FileRe...
asked by 02.11.2018 / 23:05
2
answers

Error listing client in WCF

I am trying to list a client with WCF and this error appears to me and I have seen that before many people have done it this way, maybe it is configuaración. Error message: [! [enter the description of the image here] [1]] [1] And this...
asked by 21.04.2017 / 19:03
1
answer

How to access a file in the bin directory of my WCF service?

I have a service wcf which is responsible for sending emails with a template html as a base, which I try to read as shown below, so far I can not read it. My service is hosted on IIS 7.5 What I am trying to do is the following: s...
asked by 15.09.2016 / 00:34
1
answer

Consume WCP WebService with proxy and Anonymous Autehntication

I am working on a project that has two parts, a WCF application, which is hosted on IIS. This application is consumed by another application but desktop. The applications work perfectly, both in the development environment and in a production...
asked by 19.12.2018 / 22:57
1
answer

TimeOut problem with WCF

I would like you to help me, I'm doing a service SOAP in WCF for which the problem falls by timeout of the service because I have a foreach of 14 thousand records and each one does something. But if it happens the 5 min it leaves...
asked by 21.12.2018 / 20:52
0
answers

Does PUT and DELETE return error 401 in a WCF Restful service?

POST and GET requests work in the same web service. But no PUT and DELETE, I have placed the authentication as "None" but it still does not work. The interface is as follows: [OperationContract] [WebInvoke(Method = "PUT", RequestFor...
asked by 30.10.2018 / 16:55
0
answers

web service with database in .net mvc

I am trying to implement a web Service in .net mvc with WCF: When I implement the interface methods in the service class and I instantiate the context of the database I get the following error and it tells me to add a reference but I do not know...
asked by 05.10.2018 / 00:57
0
answers

How can I consume a WCF SOAP service from Angular 6?

I tried to do it with two libraries: ngx-soap and soap, so far I could not. This is a service that tries with the ngx-soap library. import { Injectable } from '@angular/core'; import { NgxSoapService, ISoapMethod, Client, ISoapMethodRespons...
asked by 23.08.2018 / 03:09
0
answers

Error trying to add WCF WebService reference in xamarin

Hi, I'm doing an app in xamarin.forms and I'm trying to connect it to the webservice that I created but when I want to add the reference I get the following error: I would appreciate your response.     
asked by 18.08.2018 / 04:01