摘要:
1、Create a error class just like this namespace TeamService.Projects { [DataContract] public class ProjectServiceError { private string operation; private string errorMessage; [DataMember] public String Operation { get { return operation; } set { operation = value; } } [DataMember] public String Err 阅读全文
摘要:
Server: <?xml version="1.0"?> <configuration> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name="Behavior1"> <serviceMetadata httpGetEnabled="true"/> </behavior> </serviceBehaviors> </behaviors&g 阅读全文