Questions tagged as 'wcf'

0
answers

Error accessing a web service with SSIS

I am trying to access a Web Service for a project but I can not connect. I am using the tool "Web Service Task", I configure the connection (HttpConnection) to the wsdl, I enter the local file (WSDLFile) and I put the Overwrite section to True....
asked by 11.12.2017 / 11:00
1
answer

Master Data Web Service

Hi, I hope you are all right, I have a small problem with a web app that I am trying to do in C # and that consumes the Web service of the Master Data Services, specifically when I run the program this is the error that appears to me    "Secu...
asked by 09.11.2017 / 17:15
1
answer

Return list by WCF

I want to return a list for a webservice, the list is for employees, and I want to return a series of data. The problem is that I do not know the logic as the interface and the service in WCF work. [ServiceContract] public interface IWSEmpl...
asked by 27.10.2017 / 22:51
0
answers

web service HTTP 400: Bad Request

I have a web service WCF, which when running it in the solution with VS2015 Pro, I see it perfectly (again, within the same solution). my problem, is that now I'm doing the deploy on the server (publish method: File System). and I get the follow...
asked by 30.08.2017 / 15:49
1
answer

Why do I get this error when I get listed by means of the service, "objectDisposedException"?

When the database has regular data there was no problem, but when it was growing it falls and only shows an exception "objectDisposedException". this is the query made var listaPersona = service.GetPersona_SelectAll_Complete().Where(p =>...
asked by 14.09.2017 / 20:06
3
answers

WCF-Problem when implementing method with Entity Framework

I am developing an application in WCF. I have created a service and I need to implement a method that returns a list from a query to the Entity Framework by joining several tables with joins. I do not know if I'm doing well This is the code:...
asked by 04.06.2017 / 19:02
0
answers

Error 524 of timeout in Webservice in C #

I'm using a Web Service call that reads emails, when reading 240 emails it works perfect, but when it's more than 240 emails, I get the following error:    The remote server returned an unexpected response: (524) Origin Time-out. In the...
asked by 04.05.2017 / 20:16
1
answer

Failed to consume WCF by ChannelFactory C #

This is my contract: [ServiceContract] public interface ILoginNetSSO This is the way I invoke it from the page_load method: BasicHttpBinding myBinding = new BasicHttpBinding(); EndpointAddress myEndpoint = new EndpointAddress("http...
asked by 12.05.2017 / 21:01
1
answer

eror maximum message size WCF

I work with a WCF service using basicHttpBinding and the error appears which I have not been able to solve, this is my Web.config <?xml version="1.0"?> <configuration> <system.web> <compilation debug="true"...
asked by 07.04.2017 / 19:02
0
answers

Problem when referencing WCF web service from MVC app

I have a web service hosted on a project created with WFC. The service is published correctly in the WFC test client, from where I can invoke it and give me data in a normal way. It should be noted that the type of data returned by the service i...
asked by 27.04.2017 / 00:10