wcf
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 分类:问答Gather scatter like operation using WCF and C# (F#)
What is the best way to implement Gather-Scatter like operation using WCF and C# (or F#)? Lets say that I have 20 nodes (computers) connected by WCF.[详细]
2023-04-13 03:11 分类:问答400 Bad request when trying to contact WCF service using XHR
I\'m making a WCF web service that will return a json object, but I keep getting a 400 bad request error when I try to make an AJAX call:[详细]
2023-04-13 03:06 分类:问答WCF - channel factory vs client base
I am new to WCF. Initially I created a W开发者_如何学编程CF service and used the generated client proxy to consume the service from client. So whenever I performed some operations on service everythin[详细]
2023-04-13 02:59 分类:问答getting a CommunicationException while passing typed datatable to wcf service
My WCF Service Contract method is simply defined as below: DataTable BulkEncrypt(DataTable SSNTable); However, I am passing a typed datatable from my client, and I get the following exception in my[详细]
2023-04-13 02:45 分类:问答HTTP headers for preventing caching in Firefox using C# and wcf
I have a wcf service serving images, these images are volatile and regularly updated. I display them on a webpage using an img tag[详细]
2023-04-13 02:08 分类:问答WCF what should be the endpointConfigurationName?
I have the following config for my WCF service: <system.serviceModel> <services> <service behaviorConfiguration=\"After.BehaviourConfig\" name=\"ServiceInstancingDemo.Service1\">[详细]
2023-04-13 01:38 分类:问答Calling a web service from an Android client
I\'m doing my first Android app and first WCF service at the same time. I have the following service contract:[详细]
2023-04-12 23:42 分类:问答Best way to insert large amounts of data from a WCF call into SQL
I\'m calling a third party web service that returns a large amount of XML (1000s of rows).What is the best way to get the XML into an underlying SQL server 2008 R2 table.At the moment I am retrieving[详细]
2023-04-12 22:34 分类:问答WCF service security with some methods public and some methods private
Recently, I am assigned on a project that requires to have a WCF service. Inside this service, some of the methods are exposed to the public and some are supposed to be hidden from the public. The hid[详细]
2023-04-12 21:24 分类:问答