#include <nu.liga.portal.rs.c> //... xmlTextReaderPtr reader = ...; //set up the reader to the url. nu_liga_portal_rs_verband_awardTypes *response_element = ...; response_element = xml_read_nu_liga_portal_rs_verband_awardTypes(reader); //handle the response as needed... //free the nu_liga_portal_rs_verband_awardTypes free_nu_liga_portal_rs_verband_awardTypes(response_element);