servicecontract
WCF ServiceContract namespace update
I have the following WCF interface: [ServiceContract] public interface IUser { [OperationContract] string GetUser();[详细]
2023-04-10 19:16 分类:问答class implemeting service contracts base class for another class WCF
I have a class implementing a service contract. Another class being derived from this class and in turn implements another service contract[详细]
2023-04-03 17:26 分类:问答System.Exception.Data will not serialise on DataContract?
I have some WCF services using dataContracts and i wanted to I was hoping to pass a Exception with custom Dictionary< string , object > data in the Data property, but when i add any data on this ar[详细]
2023-03-16 16:00 分类:问答WCF - Generalizing Action String
I have to take some pre-defined WSDL\'s (I do not control these), and expose them on our device to reply to various SOAP/UPnP requests.[详细]
2023-02-28 13:25 分类:问答WCF service contract and data contract
I have following code [ServiceContract(Namespace = \"http://www.myweb.com/prod\")] public interface IBaseService[详细]
2023-02-18 02:59 分类:问答Can I change namespace of WCF ServiceContract interface without changing the service?
Is there a way to change the .NET namespace of a WCF ServiceContract Interface yet still make the WCF service backwards-compatible with clients that are using the old (identical except for namespace)[详细]
2023-02-07 05:31 分类:问答Web Service Contract Design - Single-Responsibility
I\'m curious as to see how most developers go about designing the contracts to their web services.I am quite new to service architecture and especially new to WCF.[详细]
2023-01-26 07:33 分类:问答Can I find out what WCF methods are supported on the endpoint before calling it?
I have a versioning issue with a WCF service contract in which one of the many endpoints which are called for the operation is missing one method from the contract.[详细]
2022-12-31 18:26 分类:问答WCF class implementing multiple service contracts
I have a class TestService which implements two service contracts called IService1 and IService2. But I\'m facing a difficulty in implementation.[详细]
2022-12-30 13:01 分类:问答how to use MessageParameterAttribute in wcf
I wanted to know what is the use of MessageParamete开发者_如何学CrAttribute in wcf. In my function:[详细]
2022-12-30 04:04 分类:问答