I can\'t get my WCF service to work with more than one http binding. In IIS 7 I have to bindings http:/service and http:/service.test both at
I have created a Sync Framework application based on the following sample from microsoft and deployed it to a new Windows 7 machine for testing.The app runs ok but when I attempt to communicate I get
In WCF there are several different types of HTTP based bindings: 开发者_运维知识库 BasicHttpBinding
I have a VB6 application that needs to communicate with a VS2008 VB.NET WCF server. I have built a VB.NET WCF DLL to be used on the client side, and it --almost-- works with the VB6 application.When I
When you add a service reference it creates the class \"MyServiceClient\" with a default constructor.If I use new MyServiceClient() I get an error: Could not find default endpoint...If I use new MySer
My app has to be installed on my client\'s webservers.Some clients want to use SSL and some do not.My app has a WCF service and I currently have to go into the web.config for each install and switch t
My understanding was that the default encoding for wsHttp binding is text. However, when I use Fiddler to see the SOAP message, a part of it looks like this:
I am running a WCF service from inside a exe (for debugging, it will be moved to the windows service when deployed) I got one service running fine inside of it however when I run a second service I ge
I am writing a client/server application in C# using WCF. All my testings went fine, but as soon as I deployed the service, I noticed random problems in communicating with the server.
I have a service I am trying to consume in a unit test.At this point I\'m just trying to instantiate the thing.After suffering the \"Could not find default endpoint element that references contract\"