コード例 #1
0
ファイル: hqlesp.cpp プロジェクト: AttilaVamos/HPCC-Platform
bool WebServicesExtractor::extractWebServiceInfo()
{
    // start load forms
    static const char *sectionNames[] = { "HTML", "HTMLD", "SOAP", "INFO", "HELP", "ERROR", "RESULT", "OTX", NULL };
    for (unsigned i = 0; sectionNames[i]; i++)
    {
        extractWebServiceInfo(sectionNames[i]);
    }
    return (results.ordinality() != 0);
}