9.2

Table Of Contents
It also has an array of dynamic parameters, which can be used to parameterize the request.
For example:
NameValueParam param = new NameValueParam();
param.setParamName("scale");
param.setTextValue("1");
requestParameters.setParams(new NameValueParam[]{param });
It can also be executed using the QuarkXPress Server Manager Web service API. For example:
QRequestContext qRequestContext = new QRequestContext();
qRequestContext.setRequest(requestParameters);
148 | QXP SERVER 9.2 WEB INTEGRATION GUIDE
USING THE QXPSM SDK