Parsing responses for instance IDs in SilkPerformer scripts
The WebParseDataBoundEx function can parse and save only to one variable. To parse many items in a response, save the entire HTTP response to a variable and write your own parsing function. For more information, see Parsing-AR-System-table-entries-in-SilkPerformer-scripts.
To save the HTTP response to a variable, use WebParseDataBound immediately before the WebRemedyBackChannelUrl function. For example:
WebParseDataBound(buffer,sizeof(buffer), Null, Null);
WebRemedyBackChannelUrl("http://standardhost/arsys/BackChannel/", "BackChannel - GetTableEntryList (#1)", ARSYS BACKCHANNEL 027);
parseRequestList(buffer);
WebRemedyBackChannelUrl("http://standardhost/arsys/BackChannel/", "BackChannel - GetTableEntryList (#1)", ARSYS BACKCHANNEL 027);
parseRequestList(buffer);
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*