I havesimple WCF service hosted on Windows Service. When the client of wcf service is idle for 10 minutesor more WCF service 开发者_运维知识库terminated at client side [ not at server side, server se
I\'m stuck with a problem of basic authentication to connect a web service which was created, in Visual Studio, deriving from ChannelBase. Already tried to ask in MSDN with no results, so I\'m trying
I am totally new to WCF so please indicate if you find something that I am doing totally wrong here. I have created a WCF servic开发者_开发百科e project (my service class is dervied from ServiceBase c
I am currently following this scenario Instead of a Windows Forms client, I have an ASP.NET MVC web app.
I provid开发者_运维百科e a remote tool to other websites through web service in WCF. Now I want to provide same remote tool to Android Apps.
I need to communicate with a soap service that supports Soap1.1 en WS Security 1.0. I have put up some code in C# that communicates with this service, but it\'s returning an FaultException.
i have client server app using net.tcp bindings with streamedResponse service, all WCF config has been defined in the app.config and all works fine with no problem, i had to remove the config from the
I\'ve been reading through all the questions on SO I could find on hosting a WCF service in a MVC app, and unfortunately I haven\'t found much information about services which specify MessageContracts
I am working on a Small silverlight application to resize images on the client machine before uploading to the server via a WCF service.I have all this working, the client connects and uploads the ima
In a c# project, I have to query some web services which is not build with .Net (actually WebLogic). Where I can query most of the web services with no problem, I have difficulties with one. When I c