svc
ODATA Service access on Iphone
I want to access an WCF .svc service from my iphone application. It is an ODATA based service. the samples from the ODATA sdk for iOS shows how to create proxy classes for the database schema using no[详细]
2023-04-13 03:14 分类:问答which one is better approach one large svc file or multiple small svc files in WCF
I have one data i开发者_高级运维ntensive application where in I have one svc file which creates the C# reference file roughly of size 3mb and around 70 endpoints. Will it be good to break them in mult[详细]
2023-04-09 09:43 分类:问答Consume a wcf Service with a Java Client
I try to consume a wcf service hosted on an iis with a simple java client. my service is a basicHttpService.[详细]
2023-04-08 19:10 分类:问答Why do I need to set up the aspNetCompatibilityEnabled twice?
Could anyone please explain why when creating a WCF webservice in which you want to use HttpContext.Current.Items you need to add some code in 2 places?[详细]
2023-04-08 13:48 分类:问答WCF web service removing svc extension adds .svc to all extensions
I\'ve applied an URL Rewrite rule in IIS 7 as follows: Pattern: ^([0-9a-zA-Z-]+)/([0-9a-zA-Z-./()]+) RewriteUrl: {R:1}.svc/{R:2}[详细]
2023-04-07 15:23 分类:问答Multiple WCF Services
I was asked to split my WCF service into several different .svc files, one per each logical operation gro开发者_如何学Goup. Now the question is that I must host them in the exact same address[详细]
2023-03-31 12:23 分类:问答WCF and Unity: Set up InstanceProvider, ServiceBehaviour, -Host, -Factory... Now what?
I have been looking for a way to use Unity for Dependency Injection in my WCF service. I have been trying to understand the code described in these two blogs, which is quite similar:[详细]
2023-03-29 11:18 分类:问答Using 2 WCF interfaces in the same svc file
We are trying to communicate with an 开发者_Python百科external WCF service. The WCF services are exposed via svc files. It appears that there are 2 interfaces exposed via the same svc file.[详细]
2023-03-28 17:04 分类:问答How would you form the URL to test the output of a SVC?
I have a SVC web service located at http://localhost/myProjects/WebServices/Retriever.svc Let\'s say Retriever.svc.cs has a method[详细]
2023-03-15 05:29 分类:问答WCF - Using ServiceRoutes instead of svc files -- My app states I need AspNetCompatability only when I first attempt to connect?
public class Global : HttpApplication { protected void Application_Start(object sender, EventArgs e) { RegisterRoutes(RouteTable.Routes);[详细]
2023-03-10 12:15 分类:问答