public System.Threading.Tasks.Task <eBizChargeForSAP.B1InstallService.LogErrorResponse> LogErrorAsync(eBizChargeForSAP.B1InstallService.SAPError err)
 {
     eBizChargeForSAP.B1InstallService.LogErrorRequest inValue = new eBizChargeForSAP.B1InstallService.LogErrorRequest();
     inValue.Body     = new eBizChargeForSAP.B1InstallService.LogErrorRequestBody();
     inValue.Body.err = err;
     return(((eBizChargeForSAP.B1InstallService.B1InstallServiceSoap)(this)).LogErrorAsync(inValue));
 }
 public void LogError(eBizChargeForSAP.B1InstallService.SAPError err)
 {
     eBizChargeForSAP.B1InstallService.LogErrorRequest inValue = new eBizChargeForSAP.B1InstallService.LogErrorRequest();
     inValue.Body     = new eBizChargeForSAP.B1InstallService.LogErrorRequestBody();
     inValue.Body.err = err;
     eBizChargeForSAP.B1InstallService.LogErrorResponse retVal = ((eBizChargeForSAP.B1InstallService.B1InstallServiceSoap)(this)).LogError(inValue);
 }
 System.Threading.Tasks.Task <eBizChargeForSAP.B1InstallService.LogErrorResponse> eBizChargeForSAP.B1InstallService.B1InstallServiceSoap.LogErrorAsync(eBizChargeForSAP.B1InstallService.LogErrorRequest request)
 {
     return(base.Channel.LogErrorAsync(request));
 }
 eBizChargeForSAP.B1InstallService.LogErrorResponse eBizChargeForSAP.B1InstallService.B1InstallServiceSoap.LogError(eBizChargeForSAP.B1InstallService.LogErrorRequest request)
 {
     return(base.Channel.LogError(request));
 }