Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications.

learn more… | top users | synonyms (2)

13
votes
0answers
1k views

Is it possible to call Dynamics CRM 2011 late-bound WCF Organization service without the SDK - straight customized binding?

I'm trying to implement a pure WCF scenario where I want to call Dynamics CRM WCF service without relying on the SDK helper classes. Basically, I would like to implement federated authentication ...
6
votes
0answers
71 views

WCF ExceptionShielding Error ID does not match up with handlingInstanceId passed to Handler

I have the following decorated on my service <ExceptionShielding("MyExceptionPolicyName")> when a fault exception is thrown, my policy picks up the error and logs in just fine. It takes the ...
5
votes
0answers
82 views

25 concurrent async WCF calls to orchestrate using Tasks

I have an application (.NET 4.0) that loads administrative data on startup. I have to make 25 concurrent async WCF calls, some of them are quick (40ms), some others take longer to execute, up to 882 ...
5
votes
0answers
44 views

How do you handle a Password Change when using WCF and DefaultCredentials?

I have a client that uses a WCF proxy to call a service and credentials etc works fine normally but if the user changes their domain password and I restart the app then I am unable to call the service ...
5
votes
0answers
123 views

WCF Java clients and IncludeTimestamp

So recently we exposed a service to a Java client. Our service utilizes transport security along with username/password validation. When attempting to call our service the client was receiving an ...
4
votes
0answers
33 views

ServiceHostFactory.CreateServiceHost is called multiple time WCF

I have a wcf service which hosted at IIS <%@ ServiceHost Language="C#" Debug="true" Service="MyService" Factory="InitializableServiceHostFactory" %> my problem is that the CreateServiceHost ...
4
votes
0answers
147 views

Correlate MSMQ End-to-End trace with WCF Trace and application level logging

Background: I'm troubleshooting a problem where messages sent by WCF over transactional MSMQ (with netMsmqBinding) seem to disappear. The code that uses WCF is in a third-party assembly which I ...
4
votes
0answers
163 views

Getting 413 errors on IIS with concurrent sessions using the same HTTPS client certificate

I have the following problem. I am hosting a WCF application on IIS 8 which accepts only HTTPS requests with client certificates. This service accepts POST messages which may vary in size (from a few ...
4
votes
0answers
210 views

Strange issue when adding a service reference to a project that has the Json.NET library referenced

The project is your standard run-of-the-mill MVC 3 application that communicates with an in house WCF service. Our MVC application references a few external libraries, including the popular JSON.NET ...
4
votes
0answers
324 views

Android - Https connection to a .NET WCF Service gives SSLException: “No peer certificate”

[SOLVED] - See below I've been getting an exception when trying to get some JSON data from my REST enabled WCF Service, in Android 2.2 over a HTTPS connection . I then noticed something very strange ...
4
votes
0answers
273 views

WCF in IIS, http basic authentication - Windows User “security” implications

I created a WCF Service, using http Basic Authentication and SSL. (Temporary certificate in IIS atm) Here is the relevant configuration. <services> <service ...
4
votes
0answers
655 views

WCF Service: Status 200 with sc-win32-status of 64

We observed the following behavior on one of the servers hosting a WCF service on IIS 6.0: The IIS log shows a high value for time-taken (> 100000) The HTTP status code is 200 sc-win32-status code ...
4
votes
0answers
535 views

CredentialCache.DefaultNetworkCredentials empty when using TransportWithMessageCredential

I'm currently trying to use TransportWithMessageCredentials and https on my wcf project. I have set both the client and the server security mode="TransportWithMessageCredential" and the ...
4
votes
0answers
244 views

Windsor IOC in a non-Http WCF application - error initialising IOC kernel

I have a problem trying to initialise my IOC container in a WCF application. The application is non HTTP based using WAS. When I start the application I get this error message... Kernel was null, ...
4
votes
0answers
262 views

Using WCF to wrap an existing connected stream

I have both ends of a bi-directional connected Stream, which I want to do some communication over. The underlying implementation behind the stream isn't important, I want to work at the Stream ...
4
votes
0answers
498 views

Rss20FeedFormatter Ignores TextSyndicationContent type for SyndicationItem.Summary

While using the Rss20FeedFormatter class in a WCF project, I was trying to wrap the content of my description elements with a <![CDATA[ ]]> section. I found that no matter what I did, the HTML ...
4
votes
0answers
2k views

WCF <413> Request Entity Too Large. </br> The remote server returned an error: <412> Request Entity Too Large

WCF Streaming transfer mode hosted on IIS and trying to send 2 MB file from a console application but it fails with this error. It works on 3 different servers and NOT one prod server where as all ...
4
votes
0answers
1k views

WCF, MSMQ - the protocol 'net.msmq' is not supported

I am getting the error "the protocol 'net.msmq' is not supported" when I try and add a service reference to my WCF service in visual studio. I have successfully ran appcmd set site &quot;Default ...
4
votes
0answers
4k views

Get client IP address for WCF, post operation

I am trying to determine the client's IP address following this link: http://www.danrigsby.com/blog/index.php/2008/05/21/get-the-clients-address-in-wcf/. I have operationContracts of WebInvoke/Post ...
3
votes
0answers
51 views

Setting up WCF TCP service in a web application

I've been battling with this for days, literally going through a hundred articles giving partial guidelines on how to set up a WCF TCP based service. If someone can help me, I will make this question ...
3
votes
0answers
39 views

Object of type “X” cannot be converted to object of type “X” (again)

I've seen the dupes of this. None of the answers there are helping me. The peculiar details of our situation are: The class that cannot be converted is a result class coming from the WCF service. ...
3
votes
0answers
94 views
+100

ChannelFactory bug with dynamic arguments

This question is related to Bug in the dynamic language runtime in combination with IIS 7.5 ChannelFactory hangs if I provide it with a correctly typed dynamic object. dynamic src = "MSFT"; var ...
3
votes
0answers
36 views

Visual Studios Tool to build code and call public methods for debugging?

Working with WCF services there is a handy Test Client tool that allows you to build your service and make calls to public methods. This is extremely helpful during debugging as you can build your ...
3
votes
0answers
143 views

Custom bootstrapper executed from windows-service, can't find endpoint

We have a solution consisting of an windows-service and a console application which acts as a bootstrapper calling a WCF service for work items. All of this works fine except for when the solution is ...
3
votes
0answers
68 views

How can I explicitly mark messages as poisoned in a transactional MSMQ with WCF

I'm using MSMQ version 4 and have a transactional queue. I'm using WCF to listen to the queue for incoming messages. While processing there is a dependency on third party components that might fail ...
3
votes
0answers
257 views

How to use one proxy in javascript AJAX using SOAP the same as WCF Test Client use

I have WCF web Service and javascript client which connects to this service via AJAX using SOAP 1.2 . What i wanna do is to pass some parameter to tell the AJAX SOAP call to use only one proxy the ...
3
votes
0answers
114 views

C# WCF MySQL track concurrent users

What is a good way to track connected users to my WCF server. EX: I have user accounts that each have usage sessions. If a user has 100 sessions registered on his account, he can connect 100 times ...
3
votes
0answers
302 views

Hosting an authentication-free WCF REST service side-by-side with ASP.NET with Forms Authentication

I would like to host a REST-full WCF 4.0 service on an already-created IIS 7.5 website based on ASP.NET v4.0 and secured by forms authentication. So, I tried to configure my WCF stack using mixed mode ...
3
votes
0answers
72 views

How can I retrieve the instanceId of a durable wcf service in a portable class library?

I try to get the instanceId from a durable WCF service using a helper class in a portable .net assembly. To retrieve the id, I need to call: IClientChannel.GetProperty<IContextManager>()... ...
3
votes
0answers
205 views

Can't read from remote transactionnal prive queue using WCF in workgroup mode (can do using System.Messaging !)

I have spent days reading MSDN, forums and article about this, and cannot find a solution to my problem. As a PoC, I need to consume a queue from more than one machine since I need fault tolerance on ...
3
votes
0answers
254 views

Multiple parameters passed in WCF client don't work (even when WebMessageBodyStyle is Wrapped)

Hi fellow StackOverflowers, I've got a WCF service wrtten C# that i can succesfully consume from things like jquery. I want to be able to consume it by adding a web service reference in C# and ...
3
votes
0answers
60 views

How to get endpoint address in UserNamePasswordValidator in .NET 3.5?

I need to acccess endpoint address in custom UserNamePasswordValidator in .NET 3.5. I am settting <serviceHostingEnvironment aspNetCompatibilityEnabled="true" /> and ...
3
votes
0answers
105 views

WCF Complex Web Service Access Android

I have problem accessing a complex WCF web service in Android. The details about my question are as follows: A typical request to the WCF Web Service has the following XML: <s:Envelope ...
3
votes
0answers
185 views

ServiceActivationException in WCF service after windows update: Could not load file or assembly 'App_global.asax.vtxl8efb, Version=0.0.0.0

I have a .NET 3.5 web app installed in IIS that provides several WCF services. This has been deployed at tens of firms for over a year, but one one server recently they encountered this error when ...
3
votes
0answers
543 views

Error in deserializing body of request message for operation ? Try changing MaxNameTableCharCount Property

I have a WCF Service with 60 Operation Contracts. When I try to add another Operation Contract I get the following error: Error in deserializing body of request message for operation Solution: I ...
3
votes
0answers
253 views

svcutil.exe NOT generating specified fields for minOccurs=0

Using svcutil.exe to generate code from wsdl's + xsd's on files from the local file system. Previously used wsdl.exe. When a field is optional (i.e. has minOccurs="0"), wsdl.exe used to generate a ...
3
votes
0answers
242 views

Using kerberos delegation in WCF across domains and passing ClientCredentials

I've got a client app in one domain (Domain1) that needs to access a WCF service on an app server in another domain (Domain2) (with no trust). Users have to enter their Domain2 credentials into the ...
3
votes
0answers
294 views

wcf deadlock on client when bursting requests

I've been banging my head against this issue for at least a week now (learned something new too - WCF is a major PITA). Here's my problem: I have a scenario in my app that at some point freezes the ...
3
votes
0answers
207 views

WCF & MSMQ & TransactionScope long process

I am trying to develop a WCF service that take care of hundreds downloads and conversion together. I have been initialized MSMQ with a transaction queue that receive messages from an ASP.NET web ...
3
votes
0answers
400 views

WCF Named Pipes: Streaming (Configuration) issue

I'm building a WCF services to transfer large files (~8 Gig) between two processes by using named pipes. I've got the concept working to transfer small files in streaming mode. Although for larger ...
3
votes
0answers
382 views

WCF REST Streaming for video playback

I need to play videos on the ASP MVC 4 web site with HTML5 video tag, if supported, or JW Player otherwise. Now I use WCF REST method to get access to video files in the following way: ...
3
votes
0answers
341 views

ExtJS Streaming through WCF basicHttp Service

Hi Recetly I've tried to create a simple webservice capable to stream data through ExtJS fileupload component I have successfully done this with webHttp Configuration, nevertheless I would like to do ...
3
votes
0answers
211 views

Setting HTTP cache control headers in WCF service

I'm working on an HTTP REST service implemented on WCF. I'd like to set the HTTP cache control headers for my operations appropriately. I've seen a few examples that involve using the ...
3
votes
0answers
411 views

WCF + Jquery/json consume client security

I'm tired of WCF to say the least. I need a way to use Jquery ajax to call WCF methods in a cross domain environment, so it needs to be secure as well. very hard to find a solution that use jquery ...
3
votes
0answers
123 views

how to convert ServiceEndpointElement to ServiceEndpoint

I am trying to load a set of WCF services in Service Host using MEF. I implememnted a custom service host which needs to create a ServiceDescription. For creating that, I need a list of endpoints ...
3
votes
0answers
609 views

Add Service Reference doesn't generate proxy

I understand there are other similar questions, but I haven't been able to find a working response. I create the default WCF service from the template [which comes with GetData() and ...
3
votes
0answers
2k views

WCF: Add Service Reference does not generate client proxy code

I am trying to walk through this project sing Visual Studio 2010 Express http://www.codeproject.com/KB/windows-phone-7/Text_to_speech_in_wp7.aspx?display=Print to test Windows 7 phone text to ...
3
votes
0answers
163 views

security mismatch in with REST binding

I wrote some wcf service that need to support SOAP and REST using IIS. The SOAP is working - and there is no problem with it. But when i call the REST from the explorer i get this message ...
3
votes
0answers
443 views

Sending byte array ( image stream ) to WCF server using REST

I need to develop some REST service that will be able to get image stream ( as byte array ) and return some xml according to this image. How can I develop a REST service that accepts a byte array? ...
3
votes
0answers
121 views

How to Impersonate WCF Client executed inside WorkflowApplication?

I have the following scenario: I have workflow application object running a workflow activity. In the workflow activity logic, I call a WCF service in which the service operations is also generated ...

1 2 3 4 5 167