I have developed a wcf service having two contracts Contract1 and Contract2 exposed on two different endpoints.
I have a asp.net client web application and a WCF web service which was developed from schema xsd. When calling the service i get an error in deserializing body of request. I tried updating service re
I am setting wcf client parameters programmatically like below: try { ServiceReference1.MyDbServiceClient webService =
Is there a way to do this globally, automatically for all my WCF services via configuration in WCF 4.0?
I am uploading a file in asp.net..via file upload control. I am taking the stream from posted file and convert to byte array and pass to service.
In a WCF service I have an endpoint binding set as wsHttpBinding. Howev开发者_StackOverflow中文版er when I use Visual Studio to Add Service Reference my clients app.config shows the binding as basicHt
I am working with WCF to exchange messages with a third party company. The messages n开发者_如何学Pythoneed to be sent and received in an envelope that matches the ebXML specification. Ideally I would
I\'m writing a mini-framework to aid with c开发者_高级运维lient-server connections using WCF, and I\'ve encountered unexpected behavior.
I am having an absolute nightmare trying to get this to work. Can someone please point me in the right direction or tell me where I am going wrong?
I have a singleton WCF service that owns sockets that are used to communicate with an external party. I am using .NET 3.5 SP1