wcf-client
Consuming wcfRest service from android/iphone
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.[详细]
2023-03-29 11:27 分类:问答Need help with manipulating SOAP header in my WCF client before sending request
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[详细]
2023-03-29 04:37 分类:问答Windows Serice Hosted WCF - Username Authentication
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[详细]
2023-03-28 22:35 分类:问答Send SWT token to a generated wcf proxy and validate it
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[详细]
2023-03-25 22:45 分类:问答What do you think is the most beautiful thing about WCF? [closed]
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[详细]
2023-03-25 12:42 分类:问答WCF Client configuration - redirect multiple services to another host
Right now, i have multiple services in my client web.config like this: <endpoint address=\"http://hostname/ServiceA.svc\"[详细]
2023-03-25 12:04 分类:问答Problem with WPF and calling a WCF Web Service
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[详细]
2023-03-24 11:56 分类:问答Periodic operations in a Self-Hosted WCF Service using Timers
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[详细]
2023-03-23 13:57 分类:问答WCF service hosted in a managed Windows service connect using a WCF service application
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[详细]
2023-03-20 01:17 分类:问答Using WCF service in MonoTouch with Authentication
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[详细]
2023-03-19 20:07 分类:问答