11 namespace erminas.SmartAPI.RedDotCmsXmlServer {
14 [System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.ServiceModel",
"4.0.0.0")]
15 [System.ServiceModel.ServiceContractAttribute(Namespace=
"http://tempuri.org/RDCMSXMLServer/webservice/", ConfigurationName=
"RedDotCmsXmlServer.IRqlWebService")]
19 [System.ServiceModel.OperationContractAttribute(Action=
"http://tempuri.org/RDCMSXMLServer/action/XmlServer.Execute", ReplyAction=
"http://tempuri.org/RDCMSXMLServer/webservice/IRqlWebService/ExecuteResponse")]
20 [System.ServiceModel.XmlSerializerFormatAttribute(Style=System.ServiceModel.OperationFormatStyle.Rpc, SupportFaults=
true, Use=System.ServiceModel.OperationFormatUse.Encoded)]
21 erminas.SmartAPI.RedDotCmsXmlServer.ExecuteResponse Execute(erminas.SmartAPI.RedDotCmsXmlServer.ExecuteRequest request);
24 [System.Diagnostics.DebuggerStepThroughAttribute()]
25 [System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.ServiceModel",
"4.0.0.0")]
26 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
27 [System.ServiceModel.MessageContractAttribute(WrapperName=
"Execute", WrapperNamespace=
"http://tempuri.org/RDCMSXMLServer/message/", IsWrapped=
true)]
30 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=0)]
33 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=1)]
36 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=2)]
43 this.sParamA = sParamA;
44 this.sErrorA = sErrorA;
45 this.sResultInfoA = sResultInfoA;
49 [System.Diagnostics.DebuggerStepThroughAttribute()]
50 [System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.ServiceModel",
"4.0.0.0")]
51 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
52 [System.ServiceModel.MessageContractAttribute(WrapperName=
"ExecuteResponse", WrapperNamespace=
"http://tempuri.org/RDCMSXMLServer/message/", IsWrapped=
true)]
55 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=0)]
58 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=1)]
61 [System.ServiceModel.MessageBodyMemberAttribute(Namespace=
"", Order=2)]
69 this.sErrorA = sErrorA;
70 this.sResultInfoA = sResultInfoA;
74 [System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.ServiceModel",
"4.0.0.0")]
78 [System.Diagnostics.DebuggerStepThroughAttribute()]
79 [System.CodeDom.Compiler.GeneratedCodeAttribute(
"System.ServiceModel",
"4.0.0.0")]
80 public partial class RqlWebServiceClient : System.ServiceModel.ClientBase<erminas.SmartAPI.RedDotCmsXmlServer.IRqlWebService>, erminas.SmartAPI.RedDotCmsXmlServer.
IRqlWebService {
86 base(endpointConfigurationName) {
90 base(endpointConfigurationName, remoteAddress) {
93 public RqlWebServiceClient(
string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
94 base(endpointConfigurationName, remoteAddress) {
97 public RqlWebServiceClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
98 base(binding, remoteAddress) {
101 [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
102 erminas.SmartAPI.RedDotCmsXmlServer.ExecuteResponse erminas.SmartAPI.RedDotCmsXmlServer.IRqlWebService.Execute(erminas.SmartAPI.RedDotCmsXmlServer.ExecuteRequest request) {
103 return base.Channel.Execute(request);
106 public string Execute(
string sParamA, ref
object sErrorA, ref
object sResultInfoA) {
107 erminas.SmartAPI.RedDotCmsXmlServer.ExecuteRequest inValue =
new erminas.SmartAPI.RedDotCmsXmlServer.ExecuteRequest();
108 inValue.sParamA = sParamA;
109 inValue.sErrorA = sErrorA;
110 inValue.sResultInfoA = sResultInfoA;
111 erminas.SmartAPI.RedDotCmsXmlServer.ExecuteResponse retVal = ((erminas.SmartAPI.RedDotCmsXmlServer.IRqlWebService)(
this)).Execute(inValue);
112 sErrorA = retVal.sErrorA;
113 sResultInfoA = retVal.sResultInfoA;
114 return retVal.Result;