Ejemplo n.º 1
0
 public void ReportError(string errorInfo)
 {
     Tangra.TangraService.ReportErrorRequest inValue = new Tangra.TangraService.ReportErrorRequest();
     inValue.Body           = new Tangra.TangraService.ReportErrorRequestBody();
     inValue.Body.errorInfo = errorInfo;
     Tangra.TangraService.ReportErrorResponse retVal = ((Tangra.TangraService.ServiceSoap)(this)).ReportError(inValue);
 }
Ejemplo n.º 2
0
 Tangra.TangraService.ReportErrorResponse Tangra.TangraService.ServiceSoap.ReportError(Tangra.TangraService.ReportErrorRequest request)
 {
     return(base.Channel.ReportError(request));
 }