Exemple #1
0
 public Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpResponse Otp(Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpRequest OtpRequest)
 {
     Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpRequest1 inValue = new Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpRequest1();
     inValue.OtpRequest = OtpRequest;
     Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpResponse1 retVal = ((Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpPortType)(this)).Otp(inValue);
     return(retVal.OtpResponse);
 }
Exemple #2
0
 Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpResponse1 Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpPortType.Otp(Imi.SupplyChain.Services.OrderManagement.OTP.ServiceImplementation.OTPClient.OtpRequest1 request)
 {
     return(base.Channel.Otp(request));
 }