public static ArrayOfDictadoMateria getDictadosMateria(
     java.lang.String codCarrera, java.lang.String codMateria) {
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera service =
       new ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera();
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarreraSoap port = service.getInfoCarreraSoap();
   return port.getDictadosMateria(codCarrera, codMateria);
 }
 public static ArrayOfMateria getMateriasDocente(
     java.lang.String codCarrera, java.lang.String cedula, java.lang.String codPeriodo) {
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera service =
       new ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera();
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarreraSoap port = service.getInfoCarreraSoap();
   return port.getMateriasDocente(codCarrera, cedula, codPeriodo);
 }
 public static ArrayOfMateriaPensum getMallaCurricularPensumVigenteSinDescripcion(
     java.lang.String strCodCarrera) {
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera service =
       new ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarrera();
   ec.edu.espoch.sisbi.WSInfoCarrera.InfoCarreraSoap port = service.getInfoCarreraSoap();
   return port.getMallaCurricularPensumVigenteSinDescripcion(strCodCarrera);
 }