软测单独项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

751 lines
34 KiB

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace FangYar.WebUI.cwsService {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(Namespace="http://service.ws.web.fy.com/", ConfigurationName="cwsService.ICws")]
public interface ICws {
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.messageSendResponse messageSend(FangYar.WebUI.cwsService.messageSend request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.voiceSendResponse voiceSend(FangYar.WebUI.cwsService.voiceSend request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.insertGroupResponse insertGroup(FangYar.WebUI.cwsService.insertGroup request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.updateUserPwdResponse updateUserPwd(FangYar.WebUI.cwsService.updateUserPwd request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.insertUserResponse insertUser(FangYar.WebUI.cwsService.insertUser request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.socShowResponse socShow(FangYar.WebUI.cwsService.socShow request);
// CODEGEN: 命名空间 的元素名称 arg0 以后生成的消息协定未标记为 nillable
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
FangYar.WebUI.cwsService.yqMessageSendResponse yqMessageSend(FangYar.WebUI.cwsService.yqMessageSend request);
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class messageSend {
[System.ServiceModel.MessageBodyMemberAttribute(Name="messageSend", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.messageSendBody Body;
public messageSend() {
}
public messageSend(FangYar.WebUI.cwsService.messageSendBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class messageSendBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string arg2;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string arg3;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string arg4;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string arg5;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
public string arg6;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public string arg7;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
public string arg8;
public messageSendBody() {
}
public messageSendBody(string arg0, string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8) {
this.arg0 = arg0;
this.arg1 = arg1;
this.arg2 = arg2;
this.arg3 = arg3;
this.arg4 = arg4;
this.arg5 = arg5;
this.arg6 = arg6;
this.arg7 = arg7;
this.arg8 = arg8;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class messageSendResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="messageSendResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.messageSendResponseBody Body;
public messageSendResponse() {
}
public messageSendResponse(FangYar.WebUI.cwsService.messageSendResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class messageSendResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public messageSendResponseBody() {
}
public messageSendResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class voiceSend {
[System.ServiceModel.MessageBodyMemberAttribute(Name="voiceSend", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.voiceSendBody Body;
public voiceSend() {
}
public voiceSend(FangYar.WebUI.cwsService.voiceSendBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class voiceSendBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string arg2;
public voiceSendBody() {
}
public voiceSendBody(string arg0, string arg1, string arg2) {
this.arg0 = arg0;
this.arg1 = arg1;
this.arg2 = arg2;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class voiceSendResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="voiceSendResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.voiceSendResponseBody Body;
public voiceSendResponse() {
}
public voiceSendResponse(FangYar.WebUI.cwsService.voiceSendResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class voiceSendResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public voiceSendResponseBody() {
}
public voiceSendResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class insertGroup {
[System.ServiceModel.MessageBodyMemberAttribute(Name="insertGroup", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.insertGroupBody Body;
public insertGroup() {
}
public insertGroup(FangYar.WebUI.cwsService.insertGroupBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class insertGroupBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string arg2;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string arg3;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
public string arg4;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
public string arg5;
public insertGroupBody() {
}
public insertGroupBody(string arg0, string arg1, string arg2, string arg3, string arg4, string arg5) {
this.arg0 = arg0;
this.arg1 = arg1;
this.arg2 = arg2;
this.arg3 = arg3;
this.arg4 = arg4;
this.arg5 = arg5;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class insertGroupResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="insertGroupResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.insertGroupResponseBody Body;
public insertGroupResponse() {
}
public insertGroupResponse(FangYar.WebUI.cwsService.insertGroupResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class insertGroupResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public insertGroupResponseBody() {
}
public insertGroupResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class updateUserPwd {
[System.ServiceModel.MessageBodyMemberAttribute(Name="updateUserPwd", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.updateUserPwdBody Body;
public updateUserPwd() {
}
public updateUserPwd(FangYar.WebUI.cwsService.updateUserPwdBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class updateUserPwdBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
public updateUserPwdBody() {
}
public updateUserPwdBody(string arg0, string arg1) {
this.arg0 = arg0;
this.arg1 = arg1;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class updateUserPwdResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="updateUserPwdResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.updateUserPwdResponseBody Body;
public updateUserPwdResponse() {
}
public updateUserPwdResponse(FangYar.WebUI.cwsService.updateUserPwdResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class updateUserPwdResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public updateUserPwdResponseBody() {
}
public updateUserPwdResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class insertUser {
[System.ServiceModel.MessageBodyMemberAttribute(Name="insertUser", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.insertUserBody Body;
public insertUser() {
}
public insertUser(FangYar.WebUI.cwsService.insertUserBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class insertUserBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string arg2;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string arg3;
public insertUserBody() {
}
public insertUserBody(string arg0, string arg1, string arg2, string arg3) {
this.arg0 = arg0;
this.arg1 = arg1;
this.arg2 = arg2;
this.arg3 = arg3;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class insertUserResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="insertUserResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.insertUserResponseBody Body;
public insertUserResponse() {
}
public insertUserResponse(FangYar.WebUI.cwsService.insertUserResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class insertUserResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public insertUserResponseBody() {
}
public insertUserResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class socShow {
[System.ServiceModel.MessageBodyMemberAttribute(Name="socShow", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.socShowBody Body;
public socShow() {
}
public socShow(FangYar.WebUI.cwsService.socShowBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class socShowBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
public socShowBody() {
}
public socShowBody(string arg0) {
this.arg0 = arg0;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class socShowResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="socShowResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.socShowResponseBody Body;
public socShowResponse() {
}
public socShowResponse(FangYar.WebUI.cwsService.socShowResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class socShowResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public socShowResponseBody() {
}
public socShowResponseBody(string @return) {
this.@return = @return;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class yqMessageSend {
[System.ServiceModel.MessageBodyMemberAttribute(Name="yqMessageSend", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.yqMessageSendBody Body;
public yqMessageSend() {
}
public yqMessageSend(FangYar.WebUI.cwsService.yqMessageSendBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class yqMessageSendBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string arg0;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
public string arg1;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
public string arg2;
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
public string arg3;
public yqMessageSendBody() {
}
public yqMessageSendBody(string arg0, string arg1, string arg2, string arg3) {
this.arg0 = arg0;
this.arg1 = arg1;
this.arg2 = arg2;
this.arg3 = arg3;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
public partial class yqMessageSendResponse {
[System.ServiceModel.MessageBodyMemberAttribute(Name="yqMessageSendResponse", Namespace="http://service.ws.web.fy.com/", Order=0)]
public FangYar.WebUI.cwsService.yqMessageSendResponseBody Body;
public yqMessageSendResponse() {
}
public yqMessageSendResponse(FangYar.WebUI.cwsService.yqMessageSendResponseBody Body) {
this.Body = Body;
}
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Runtime.Serialization.DataContractAttribute(Namespace="")]
public partial class yqMessageSendResponseBody {
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
public string @return;
public yqMessageSendResponseBody() {
}
public yqMessageSendResponseBody(string @return) {
this.@return = @return;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface ICwsChannel : FangYar.WebUI.cwsService.ICws, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class CwsClient : System.ServiceModel.ClientBase<FangYar.WebUI.cwsService.ICws>, FangYar.WebUI.cwsService.ICws {
public CwsClient() {
}
public CwsClient(string endpointConfigurationName) :
base(endpointConfigurationName) {
}
public CwsClient(string endpointConfigurationName, string remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CwsClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
base(endpointConfigurationName, remoteAddress) {
}
public CwsClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
base(binding, remoteAddress) {
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.messageSendResponse FangYar.WebUI.cwsService.ICws.messageSend(FangYar.WebUI.cwsService.messageSend request) {
return base.Channel.messageSend(request);
}
public string messageSend(string arg0, string arg1, string arg2, string arg3, string arg4, string arg5, string arg6, string arg7, string arg8) {
FangYar.WebUI.cwsService.messageSend inValue = new FangYar.WebUI.cwsService.messageSend();
inValue.Body = new FangYar.WebUI.cwsService.messageSendBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
inValue.Body.arg2 = arg2;
inValue.Body.arg3 = arg3;
inValue.Body.arg4 = arg4;
inValue.Body.arg5 = arg5;
inValue.Body.arg6 = arg6;
inValue.Body.arg7 = arg7;
inValue.Body.arg8 = arg8;
FangYar.WebUI.cwsService.messageSendResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).messageSend(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.voiceSendResponse FangYar.WebUI.cwsService.ICws.voiceSend(FangYar.WebUI.cwsService.voiceSend request) {
return base.Channel.voiceSend(request);
}
public string voiceSend(string arg0, string arg1, string arg2) {
FangYar.WebUI.cwsService.voiceSend inValue = new FangYar.WebUI.cwsService.voiceSend();
inValue.Body = new FangYar.WebUI.cwsService.voiceSendBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
inValue.Body.arg2 = arg2;
FangYar.WebUI.cwsService.voiceSendResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).voiceSend(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.insertGroupResponse FangYar.WebUI.cwsService.ICws.insertGroup(FangYar.WebUI.cwsService.insertGroup request) {
return base.Channel.insertGroup(request);
}
public string insertGroup(string arg0, string arg1, string arg2, string arg3, string arg4, string arg5) {
FangYar.WebUI.cwsService.insertGroup inValue = new FangYar.WebUI.cwsService.insertGroup();
inValue.Body = new FangYar.WebUI.cwsService.insertGroupBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
inValue.Body.arg2 = arg2;
inValue.Body.arg3 = arg3;
inValue.Body.arg4 = arg4;
inValue.Body.arg5 = arg5;
FangYar.WebUI.cwsService.insertGroupResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).insertGroup(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.updateUserPwdResponse FangYar.WebUI.cwsService.ICws.updateUserPwd(FangYar.WebUI.cwsService.updateUserPwd request) {
return base.Channel.updateUserPwd(request);
}
public string updateUserPwd(string arg0, string arg1) {
FangYar.WebUI.cwsService.updateUserPwd inValue = new FangYar.WebUI.cwsService.updateUserPwd();
inValue.Body = new FangYar.WebUI.cwsService.updateUserPwdBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
FangYar.WebUI.cwsService.updateUserPwdResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).updateUserPwd(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.insertUserResponse FangYar.WebUI.cwsService.ICws.insertUser(FangYar.WebUI.cwsService.insertUser request) {
return base.Channel.insertUser(request);
}
public string insertUser(string arg0, string arg1, string arg2, string arg3) {
FangYar.WebUI.cwsService.insertUser inValue = new FangYar.WebUI.cwsService.insertUser();
inValue.Body = new FangYar.WebUI.cwsService.insertUserBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
inValue.Body.arg2 = arg2;
inValue.Body.arg3 = arg3;
FangYar.WebUI.cwsService.insertUserResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).insertUser(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.socShowResponse FangYar.WebUI.cwsService.ICws.socShow(FangYar.WebUI.cwsService.socShow request) {
return base.Channel.socShow(request);
}
public string socShow(string arg0) {
FangYar.WebUI.cwsService.socShow inValue = new FangYar.WebUI.cwsService.socShow();
inValue.Body = new FangYar.WebUI.cwsService.socShowBody();
inValue.Body.arg0 = arg0;
FangYar.WebUI.cwsService.socShowResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).socShow(inValue);
return retVal.Body.@return;
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
FangYar.WebUI.cwsService.yqMessageSendResponse FangYar.WebUI.cwsService.ICws.yqMessageSend(FangYar.WebUI.cwsService.yqMessageSend request) {
return base.Channel.yqMessageSend(request);
}
public string yqMessageSend(string arg0, string arg1, string arg2, string arg3) {
FangYar.WebUI.cwsService.yqMessageSend inValue = new FangYar.WebUI.cwsService.yqMessageSend();
inValue.Body = new FangYar.WebUI.cwsService.yqMessageSendBody();
inValue.Body.arg0 = arg0;
inValue.Body.arg1 = arg1;
inValue.Body.arg2 = arg2;
inValue.Body.arg3 = arg3;
FangYar.WebUI.cwsService.yqMessageSendResponse retVal = ((FangYar.WebUI.cwsService.ICws)(this)).yqMessageSend(inValue);
return retVal.Body.@return;
}
}
}