Category "wcf"

WCF call to endpoint not updating the query string parameter

We are making for WCF calls to endpoints like below: First Call: http://TESTSERVER:11033/Services/GetServiceDetail?Userid=Test1 Subsequent call: http://TESTSE

Does IErrorHandler Interface work for a caller or only a called WCF service?

Referring to this interface: https://msdn.microsoft.com/en-us/library/system.servicemodel.dispatcher.ierrorhandler(v=vs.110).aspx I have coded class that impl

WCF Service Send Email On Outlook | Exception from HRESULT

I have created a WCF Project in .NET 4.5 to send emails from Outlook 2013 Or 2016 and host it on windows server 2012 and iis 8. When run Service from Visual

A proper way to handle WCF network related exceptions

In the application I"m working with, there is some communication with the remote service using WCF (basic http binding, no fancy stuff). Since the client is lig

IPC using .NET Core that supports duplex channel or callbacks

I am evaluating .NET Core 2.0 for IPC communication. I found that .NET Core does not support WCF on the server side. What can be used in .NET Core for inter-pro

Getting timeout error - increase the send timeout value on binding

WCF service returns timeout error as below. The request channel timed out while waiting for a reply after XX:XX: XX increases the send timeout value on binding.

Aftter conversion to .NET 6.0, question mark is added to text

We have an ASP.NET Web API project that gets data from Java service that lives in Web Sphere and is exposed as a WCF service. After conversion to .NET 6.0, the

Is there a way in Node.js to convert WCF-binary data to full text XML representation?

Is there a way in Node.js (some npm package, for example) to convert binary encoded WCF data (response from some SOAP server) to its full text XML representatio

The HttpGetEnabled property of ServiceMetadataBehavior is set to true and the HttpGetUrl property is a relative address, but there is no http baseadd

I have a ADFS enabled asp.net mvc2 application and is configured with HTTPS binding (Port No:443) in the IIS. The site is configured as DefaultWebSite in the II

HOW TO FIX: The remote server returned an error: (400) Bad Request

I'm trying to fix this error, I know that there are another similar questions with the same error, but the line: request.ContentLength = 0; it doesn't fix my ex

Self Hosted WCF REST service JSON POST Method Not Allowed

I have literally seen thousands of these "WCF" questions on the internet so far, but I am beginning to think that it is impossible. Please someone tell me I am

System.ServiceModel not found in .NET Core project

I have a .NET Core xUnit project. I'm trying to call a WCF service from it but get the following exception: System.InvalidOperationException occurred HResul

Configuring a WCF service (Web.config) - HttpsGetEnabled, HttpsGetUrl

I am trying to deploy a Silverlight with WCF Service to a hosting. Basically, I have the same problem as this guy: How to configure WCF services to work through

Consuming web service with SSL (https) in C#

I want to consume an ssl secured web service in C#. The request looks like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelop

Configuring WCF client gives the error "The message could not be processed. This is most likely because the action

My web service returns a error message no matter what configurations I set. I get the following error message. The message could not be processed. This is m

WCF + Xml-Rpc don't work

I have a classic WCF webservice. Few weeks ago, in order to answer to a client demand, I added Rest management to my webservice. But, at the beginning of the w

Preventing a lot of parameters in a WCF service?

I'm working on a web service that is basically a wrapper around an Oracle Stored Procedure and it currently has 11 parameters. It's not that there are 11 argume

How do I solve SecurityNegotiationException and InvalidCredentialException in WCF

So I've written a small game and wish for the game to be playable over the internet. I've been testing the game just through localhost using these configs: Cl

WCF client exception: Unrecognized message version

I hit this error today when deploying a WCF client to QA: System.ServiceModel.CommunicationException: Unrecognized message version. In Fiddler I noticed t

What's the best way to cancel an asynchronous WCF request?

(Assuming a WCF method called "MyFunction") Currently, to support canceling a WCF request, I'm using the BeginMyFunction/EndMyFunction methods generated by svc