예제 #1
0
 public string job_dataentry(string name, string args, string username, string appkey, string signed, string updata)
 {
     phpCSBase.cwfapiService.job_dataentryRequest inValue = new phpCSBase.cwfapiService.job_dataentryRequest();
     inValue.name     = name;
     inValue.args     = args;
     inValue.username = username;
     inValue.appkey   = appkey;
     inValue.signed   = signed;
     inValue.updata   = updata;
     phpCSBase.cwfapiService.job_dataentryResponse retVal = ((phpCSBase.cwfapiService.cwf_servicePortType)(this)).job_dataentry(inValue);
     return(retVal.@return);
 }
예제 #2
0
 phpCSBase.cwfapiService.job_dataentryResponse phpCSBase.cwfapiService.cwf_servicePortType.job_dataentry(phpCSBase.cwfapiService.job_dataentryRequest request)
 {
     return(base.Channel.job_dataentry(request));
 }