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); }
public string EndSTYDJKService(System.IAsyncResult result) { WindowsFormsApp1.ServiceReference2.STYDJKServiceResponse retVal = ((WindowsFormsApp1.ServiceReference2.STYDJYPortType)(this)).EndSTYDJKService(result); return(retVal.@return); }