Exemplo n.º 1
0
        public getValidationReportResponse getValidationReport([System.Xml.Serialization.XmlElementAttribute("getValidationReport", Namespace = "")] getValidationReport getValidationReport1)
        {
            object[] results = this.Invoke("getValidationReport", new object[] {
                getValidationReport1
            });

            return((getValidationReportResponse)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public System.IAsyncResult BegingetValidationReport(getValidationReport getValidationReport1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("getValidationReport", new object[] {
                                                                     getValidationReport1}, callback, asyncState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BegingetValidationReport(getValidationReport getValidationReport1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("getValidationReport", new object[] {
         getValidationReport1
     }, callback, asyncState));
 }