Questions tagged as 'wcf'

1
answer

Error publishing my WebService

When I run my WebService and publish in IIS (7) the following error occurs: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. What can it be?...
asked by 22.05.2014 / 21:07
1
answer

WCF Restful Https for a single method

I have a RESTful WCF that I'm using for a mobile application, I need a single method, the payment method, to use HTTPS, I do not want to enable HTTPS for the whole service because some methods return a large amount of data and it would be too he...
asked by 04.04.2014 / 15:55
1
answer

WCF for consumption in Silverlight application (Windows Phone 8.0)

I'm having trouble adding ServiceReference, it usually adds but when it generates the "Client" class it encounters the following error:    No endpoints compatible with Silverlight 3 were found. The generated   client class will not be usable...
asked by 26.09.2015 / 17:40
1
answer

Error to leave application with Windows authentication

I'm trying to leave an application with Windows authentication. However when I change the settings in IIS with anonymous authentication disabled as shown below: I have the following error:    [MessageSecurityException: The HTTP request is...
asked by 08.11.2016 / 18:31
1
answer

Problems with WCF + Mysql

I want to use this method, locally it works and returns what I want, when I send IIS it simply returns me on the last screen it shows error: Within Service1.svc.cs I have this method: public string envioPessoa() { MySqlConnect...
asked by 04.12.2015 / 19:52
0
answers

Change element names

I would like to clarify some doubts since I do not have much experience with Web-Services and, currently, I was in charge of reviewing and implementing some changes in an already implemented system. Through inexperience, I am facing basic diffic...
asked by 25.11.2015 / 22:20
0
answers

Return Json from an Object List - WCF C # .NET VS 2010

Hello, I want to return a list of objects in json by wcf. When I put in to return the string, it returns quietly. But when I return the list, the error. The error that displays is an error saying the following sentence: "The server encount...
asked by 24.08.2015 / 21:43
1
answer

WCF service hosting with endpoint creation?

I noticed that when executing a project of type Rest when open the interface, open the internet browser it lists all the contents of the folder, being necessary to select the ".svc" when executed the ".svc" and open a screen of WCF Test Client,...
asked by 25.05.2015 / 16:37
1
answer

Identify client WCF Service (intranet or internet)

I wonder if it is possible to identify the call if a WCF Service on the server, if it was called by a client inside the network (intranet) or outside the network (internet). I am implementing data compression to be trafficked, but if the cons...
asked by 23.01.2015 / 19:30
1
answer

Publish WCF service in IIS with test environment

I created a webservice using WCF .NET 4.0, and hosted it on IIS from our local server (when everything is ok it will be migrated to a web server). In the winform application I was able to consume the method without problems, however I'm trying t...
asked by 11.12.2014 / 20:31