Example #1
0
 public bool AdjuntarIdentificacion(UnitTestProjectImperiales.ServicioImperialTest.ArrayOfString datos)
 {
     UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequest inValue = new UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequest();
     inValue.Body       = new UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequestBody();
     inValue.Body.datos = datos;
     UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionResponse retVal = ((UnitTestProjectImperiales.ServicioImperialTest.WebServiceImperialSoap)(this)).AdjuntarIdentificacion(inValue);
     return(retVal.Body.AdjuntarIdentificacionResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionResponse> AdjuntarIdentificacionAsync(UnitTestProjectImperiales.ServicioImperialTest.ArrayOfString datos)
 {
     UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequest inValue = new UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequest();
     inValue.Body       = new UnitTestProjectImperiales.ServicioImperialTest.AdjuntarIdentificacionRequestBody();
     inValue.Body.datos = datos;
     return(((UnitTestProjectImperiales.ServicioImperialTest.WebServiceImperialSoap)(this)).AdjuntarIdentificacionAsync(inValue));
 }
Example #3
0
 public AdjuntarIdentificacionRequestBody(UnitTestProjectImperiales.ServicioImperialTest.ArrayOfString datos)
 {
     this.datos = datos;
 }