Пример #1
0
 public System.Data.DataSet GBCustoms_ServiceEntrance(string strVOYAGE_NO, string strUserID, string strUserPWD, string strVisitorNO, out string[][] outMessage)
 {
     InputForm.ServiceReference1.GBCustoms_ServiceEntranceRequest inValue = new InputForm.ServiceReference1.GBCustoms_ServiceEntranceRequest();
     inValue.strVOYAGE_NO = strVOYAGE_NO;
     inValue.strUserID    = strUserID;
     inValue.strUserPWD   = strUserPWD;
     inValue.strVisitorNO = strVisitorNO;
     InputForm.ServiceReference1.GBCustoms_ServiceEntranceResponse retVal = ((InputForm.ServiceReference1.GBCustoms_EHS_WebServiceSoap)(this)).GBCustoms_ServiceEntrance(inValue);
     outMessage = retVal.outMessage;
     return(retVal.GBCustoms_ServiceEntranceResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <InputForm.ServiceReference1.GBCustoms_ServiceEntranceResponse> GBCustoms_ServiceEntranceAsync(InputForm.ServiceReference1.GBCustoms_ServiceEntranceRequest request)
 {
     return(base.Channel.GBCustoms_ServiceEntranceAsync(request));
 }
Пример #3
0
 InputForm.ServiceReference1.GBCustoms_ServiceEntranceResponse InputForm.ServiceReference1.GBCustoms_EHS_WebServiceSoap.GBCustoms_ServiceEntrance(InputForm.ServiceReference1.GBCustoms_ServiceEntranceRequest request)
 {
     return(base.Channel.GBCustoms_ServiceEntrance(request));
 }