I have a WCF service and without changing any code on the client side, is there a way that I can know the detail information of the caller, such as the MachineName, and ApplicationName?
I am consuming (or trying to consume) a WebSphere service from a WCF client (service reference + bindings generated through svcutil).
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\"
I have to consume to a third-party web service using SOAP. It was easy to get it to work with WCF, but now I have a problem with SOAP faults. The service sends me an incorrect SOAP fault:
i have using WCF service in my code that the client(WindowsFormsApplication1) capturing desktop view and send it to Server .. After that the Server will send the images to Masterclient(windowsformsApp
We have WCF service using Integrated windows authentication deployed on a dedicated server. There will be Windows Service开发者_运维百科 on Client machines[windows service uses Local System Account].W
I currently need to access WCF services from within Silverlight (3.0) application, but I need it dynamic.
I have a WCF client which calls an ASP.NET web service in a different proj开发者_开发问答ect. I get the following error message:
I have a WCF based test harness client for a set of web services.The test client allows me to see raw requests and responses going to and from the services. A Me开发者_如何学Pythonssage Inspector endp