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.
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
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.
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
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
I\'m developing a WPF Client which interacts with a WCF Web Service which persists data on a database using NHibernate.
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
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
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
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