Пример #1
0
 public string runProcessWithContentType(string appKey, long tenantId, string processCode, string data, string contentType)
 {
     WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentType inValue = new WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentType();
     inValue.appKey      = appKey;
     inValue.tenantId    = tenantId;
     inValue.processCode = processCode;
     inValue.data        = data;
     inValue.contentType = contentType;
     WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeResponse retVal = ((WS.VMI.OutboundDataService.VMIWSDL.WsProcessService)(this)).runProcessWithContentType(inValue);
     return(retVal.@return);
 }
Пример #2
0
 WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeResponse WS.VMI.OutboundDataService.VMIWSDL.WsProcessService.runProcessWithContentType(WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentType request)
 {
     return(base.Channel.runProcessWithContentType(request));
 }