Пример #1
0
 public void processDocument(softWrench.sW4.sw_ld.SW_LD SW_LD)
 {
     softWrench.sW4.sw_ld.processDocumentRequest inValue = new softWrench.sW4.sw_ld.processDocumentRequest();
     inValue.SW_LD = SW_LD;
     softWrench.sW4.sw_ld.processDocumentResponse retVal = ((softWrench.sW4.sw_ld.SW_LDPortType)(this)).processDocument(inValue);
 }
Пример #2
0
 public System.Threading.Tasks.Task <softWrench.sW4.sw_ld.processDocumentResponse> processDocumentAsync(softWrench.sW4.sw_ld.SW_LD SW_LD)
 {
     softWrench.sW4.sw_ld.processDocumentRequest inValue = new softWrench.sW4.sw_ld.processDocumentRequest();
     inValue.SW_LD = SW_LD;
     return(((softWrench.sW4.sw_ld.SW_LDPortType)(this)).processDocumentAsync(inValue));
 }
Пример #3
0
 public processDocumentRequest(softWrench.sW4.sw_ld.SW_LD SW_LD)
 {
     this.SW_LD = SW_LD;
 }