Example #1
0
 public string runProcessWithContentTypeAndAction(string appKey, long tenantId, string processCode, string data, string contentType)
 {
     WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeAndAction inValue = new WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeAndAction();
     inValue.appKey      = appKey;
     inValue.tenantId    = tenantId;
     inValue.processCode = processCode;
     inValue.data        = data;
     inValue.contentType = contentType;
     WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeAndActionResponse retVal = ((WS.VMI.OutboundDataService.VMIWSDL.WsProcessService)(this)).runProcessWithContentTypeAndAction(inValue);
     return(retVal.@return);
 }
Example #2
0
 WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeAndActionResponse WS.VMI.OutboundDataService.VMIWSDL.WsProcessService.runProcessWithContentTypeAndAction(WS.VMI.OutboundDataService.VMIWSDL.runProcessWithContentTypeAndAction request)
 {
     return(base.Channel.runProcessWithContentTypeAndAction(request));
 }