I need some good suggestions and ideas. I have wcfRest service and the client is iPhone and Android. The client will GET and POST data.
I have a unique requirement where I need to send a highly customized soap header in a request to a external vendor.The only way my WCF client can interact with their web service is using a combination
I\'ve looked at the secu开发者_运维问答rity guide at wcfsecurity.codeplex.com. The guide is fairly straightforward. However, I cannot find anything relating toa WCF service hosted in a Windows Service
I\'ve got an WP7 application who 开发者_如何学编程does authentication with Azure Access Control Service and stores it\'s SimpleWebToken in an the IsolatedStorage. I want to use this SWT-token to secur
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
Right now, i have multiple services in my client web.config like this: <endpoint address=\"http://hostname/ServiceA.svc\"
I have a major problem that is causing me a headache for the last couple of days! For some reason beyond me my web service isn\'t working and I am getting the classic error message: \"Could not find
I know that it is not a good idea to have timers inside a WCF开发者_开发百科 service class that is hosted inside IIS since these are meant to have short lifetimes. And from the advice here it also sou
Thank you in advance for any advice. I have a Windows service that is hosting a WCF service through net.tcp and this is working great. I have also created a WCF service application. I am trying to add
I am using a WCF service client generated by slsvcutil form Silverlight toolkit version 4. I\'ve also tried version 3 with the same problems. When I use a client instance running on http with no user