I have defined maxBufferSize = 2147483647, maxBufferPoolSize = 2147483647, maxReceivedMessageSize = 2147483647 in the server config file but when i generate client config file, values for all these pa
Is it possible to modify how message contracts are generated when add开发者_Go百科ing a WCF service reference in Visual Studio 2010?Specifically I want the request and response objects to have propert
I have a WCF Service and a MVC3(razor) web site. All my data comes from the WCF Service. I have my controllers and views but, how do I use the model with this struct开发者_开发百科ure ?
I have a self-signed certificate (.cer) file from a third party. I\'d like to use that certificate in code to connect to their webservice (over HTTPS), without installing it in my cert store in Window
I\'ve got a WCF service and want to connect to it using a TCP binding. This is all well and good, but how are you supposed to handle the clients? I\'ve noticed that if you create a new client for each
What is the absolute minimum configuration required for a client to consume a WCF service? Maybe I\'m wrong, but it doesn\'t seem logical to restate a bunch of settings values on the client that shou
I have this strange problem where my client will hang when it calls a method from my WCF Service. Now the real strange thing is that this does not happen when the Client is a Console Application. It d
I\'m a newbie to WCF. So here\'s the thing : I have two systems, one running the wcf service and the other run开发者_Go百科ning the client.
I\'m managing a shared auth cookie when making WCF service calls via this methodology outlined under the header \"Centralized cookie management\" located here: http://megakemp.com/2009/02/06/managing-
I am getting confused as to which type of of WCF service I should create. The options that Visual Studio gives me are