Exemplo n.º 1
0
 public string STYDJKService(string TransNo, string Inxml)
 {
     WindowsFormsApp1.ServiceReference2.STYDJKServiceRequest inValue = new WindowsFormsApp1.ServiceReference2.STYDJKServiceRequest();
     inValue.TransNo = TransNo;
     inValue.Inxml   = Inxml;
     WindowsFormsApp1.ServiceReference2.STYDJKServiceResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).STYDJKService(inValue);
     return(retVal.@return);
 }
Exemplo n.º 2
0
 public string EndSTYDJKService(System.IAsyncResult result)
 {
     WindowsFormsApp1.ServiceReference2.STYDJKServiceResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).EndSTYDJKService(result);
     return(retVal.@return);
 }