Пример #1
0
 public string test(string TransNo, string Inxml)
 {
     WindowsFormsApp1.ServiceReference2.testRequest inValue = new WindowsFormsApp1.ServiceReference2.testRequest();
     inValue.TransNo = TransNo;
     inValue.Inxml   = Inxml;
     WindowsFormsApp1.ServiceReference2.testResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).test(inValue);
     return(retVal.@return);
 }
Пример #2
0
 public string Endtest(System.IAsyncResult result)
 {
     WindowsFormsApp1.ServiceReference2.testResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).Endtest(result);
     return(retVal.@return);
 }