Windows Communication Foundation is a part of the .NET Framework that provides a unified programming model for rapidly building service-oriented applications that communicate across the web and the enterprise. It is the replacement for .NET Remoting, for ASMX Web Services, and for WSE. And it's much more.

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

embedding WCF service inside ASP.NET application

Is it wise to embed a WCF service within an ASP.NET application project? Or is it necessary that the WCF service layer requires to be a separate project from the ASP.NET web application project By ...
1
vote
2answers
16 views

WCF services on Azure

I am planning to migrate all my VPS functions to a my Azure subscription. I have the free 3 year bizSpark subscription which gives me 20 cores, 6 hosted services and 5 storages. I believe this is 2 ...
0
votes
0answers
21 views

How to extend the timeout period on an AX Inbound Transformation

I have a .NET assembly performing a transformation on a GeneralJournal import file in MS Dynamics AX 2012 Occaisionally I'm getting an error reported relating to a timeout (Looks like a WCF error) I ...
1
vote
0answers
8 views

GET calls seem to be dropped using HttpClient

I'm using the HttpClient from the WCF REST Preview release, and we're seeing some strange functionality I'm trying to pin down. What's happening is, sporadically while making one of five different ...
0
votes
0answers
7 views

Migrate Web Services (VS2003) to WCF (VS2010)

Our site is maintained with VS2003. We converted our solution to VS2010--it is a Web Application Project. It has several Web Services files (.asmx file endings) that we hoped to convert to WCF in two ...
0
votes
0answers
10 views

add custom header for security authentication in wcf

i am using webHttpBinding to expose the wcf serivces and return JSON format, i want to make some security authentication in header like: CustomerServiceClient client = new CustomerServiceClient(); ...
1
vote
2answers
310 views

How can I implement a custom QueryStringConverter for RESTful WCF?

I've implemented a customized QueryStringConverter class and hooked it up using a customized WebHttpBehavior subclass. When I make a service call, it hits my breakpoint in the CanConvert override (and ...
3
votes
1answer
44 views
+100

Custom wcf data provider and debugging a relationship error

I'm implementing a custom data provider, I have gotten it to the point that it returns data and can be filtered, but am having some trouble getting relationships to work. When querying the metadata ...
0
votes
1answer
41 views

The I/O operation has been aborted because of either a thread exit or an application request

I'm running some WCF net.tcp services on a high-traffic website. In my local environment everything worked as expect. In the production environment, the website works for few minutes then the service ...
0
votes
0answers
5 views

wcf NetTcpBinding with ReliableSession recieve Faulted event in client-side

I am using wcf with NetTcpBinding and ReliableSession set to true, when the communication between client and server is interrupted for more than ReliableSession.InactivityTimeout the Faulted event is ...
0
votes
2answers
2k views

WCF Web Service, cross-domain example

Can anyone point me to a good/simple example of creating a WCF web-service sitting on one website, followed with a simple example consuming that WCF web-service on another website?
0
votes
0answers
11 views

WCF Gettings ClientCredentials without SSL

I'm simply trying to obtain client machine's credentials (Windows) without using SSL. My Server config: <!--Bindings TCP & HTTPS--> <bindings> <basicHttpBinding> ...
1
vote
2answers
29 views
+100

How do I change my WCF's FederationMetadata.xml file for various deployments?

We have an ADFS 2.0 installation that's working well for our MVC apps in our various environments. I believe it uses "passive authentication" (I'm still getting used to the proper terminology) - it ...
7
votes
5answers
3k views

Generic WCF JSON Deserialization

I am a bit new to WCF and will try to clearly describe what I am trying to do. I have a WCF webservice that uses JSON requests. I am doing fine sending/receiving JSON for the most part. For ...
4
votes
3answers
4k views

How to set proxy with credentials to generated WCF client?

I have a problem to connect to my WCF service if customer is using proxy with credentials. I'm unable to find the way to set credential to generated client proxy. If I use the web service, then it ...

1 2 3 4 5 1096
15 30 50 per page