wcf-client
Separating as a client the server's transport and message signature certificates with WCF
I am currently in the process of integrating a WCF client into a java web servic开发者_C百科e. The server requires the client to authenticate via certificate using SSL and the message to be signed.[详细]
2023-04-06 08:36 分类:问答Duplicate datasource on WCF Service reference
I am using Entity Framework, adding WCF Service Reference at my Web client I see that there are duplicate entity objects (ComplianceEF开发者_运维百科ileDetail.datasource & ComplianceEFileDetail1[详细]
2023-04-05 18:01 分类:问答WCF return Types over 2 services
I have a WCF Service Application. I have 2 different contracts(services). I did this because by having them o开发者_JAVA技巧ne big service, there will be 80 - 90 Operation contracts.[详细]
2023-04-05 11:43 分类:问答File Uploads to a WCF Service from ClientBase<T>
I\'m currently working on a solution to upload and download files to a WCF service. The client is a class inheriting from ClientBase. I\'ve read the MSDN article on streaming and links on StackOverflo[详细]
2023-04-03 19:08 分类:问答Sharing classes between multiple WCF services
I have two WCF services, one for reading operations and the other one for writing operations. Although they are doing different operations, both of them are sharing the same classes (through a DLL re[详细]
2023-04-02 00:56 分类:问答What should go into the model and the view-model?
I\'m developing a WPF Client which interacts with a WCF Web Service which persists data on a database using NHibernate.[详细]
2023-04-01 05:27 分类:问答How to add WCF maxClockSkew
I have added the maxClockScrew to my WCF service config file because it gives me an error when I try to call it over the internet but when I changed the my client time zone to server time zone it work[详细]
2023-03-31 22:31 分类:问答Selfhosted WCF service cant be tested via WCFTestClient
I am trying to test my self hosted wcf service using WCFTestClient. I get an error like so: Error: Cannot obtain Metadata from http://localhost:2303/MyService If this is a Windows (R) Communication[详细]
2023-03-31 06:14 分类:问答Consuming RESTful WCF with multiple parameters (Json)
I am in a process of consuming the RESTful WCF that I\'ve created. I was able to consume the service with all the method (GET/PUT/DELETE/POST) with multiple parameters. These are some of the methods t[详细]
2023-03-31 02:48 分类:问答WCF WSDL Generation Details on How and what each section means
I\'m quiet new to WCF world. I\'ve been looking and trying to understand the WSDL file being generated by WCF. the reason I\'m looking is that our clients with Java and PHP are having issue importing[详细]
2023-03-30 00:09 分类:问答