8.1

Table Of Contents
Sample applications: QXP Server Manager
These sample applications are available in the QuarkXPress Server installation package.
JSP samples: This sample application consists of Web pages that demonstrate ways in
which the object model can be used to post QuarkXPress Server requests for various
operations. To use these pages, put them in the tomcat/webapps directory. (If
QuarkXPress Server Manager is installed, these samples are already available as a Web site
in Tomcat at tomcaturl/ClientSDKsamples.)
To use this application, set the endpoint address for the Web service calls in the "web.xml"
file: web-app >CLIENT_SDK_URL >Value. The files are located in the
"ClientSDKSamples_JSP.zip" file.
ASP.NET samples: This sample application consists of Web pages that demonstrate different
ways the object model can be used to post QuarkXPress Server requests for various
operations. To use this application:
1 Create a virtual directory (for example, "ClientSDKSamplesSite") in IIS.
2 Extract the samples from the "ClientSDKSamples_ASPDOTNET.zip" file and
set the home path of the Web demo to the virtual directory.
3
Set the endpoint address for Web services calls in the "web.config" file like so:
configuration >appSettings >add
key="ClientSDKSamples.sdk.QManagerSDKSvcService" value= "End Point
Address"
4 Restart IIS.
5 In a browser, enter the following URL: http://<IIS Server
Name>:<Port>/ClientSDKSamplesSite/Index.htm
Sample applications legal notice
©2009 Quark, Inc. as to the content and arrangement of this material. All rights reserved.
©19862009 Quark, Inc. and its licensors as to the technology. All rights reserved.
Protected by one or more of U.S. Patent Nos. 5,541,991, 5,907,704, 6,005,560, 6,052,514,
6,081,262, 6,947,959 B1, 6,940,518 B2, 7,116,843 and other patents pending.
Quark Products and materials are subject to the copyright and other intellectual property
protection of the United States and foreign countries. Unauthorized use or reproduction
without Quarks written consent is prohibited.
QUARK IS NOT THE MANUFACTURER OF THIRD PARTY SOFTWARE OR OTHER THIRD
PARTY HARDWARE (HEREINAFTER THIRD PARTY PRODUCTS) AND SUCH THIRD
PARTY PRODUCTS HAVE NOT BEEN CREATED, REVIEWED, OR TESTED BY QUARK, THE
QUARK AFFILIATED COMPANIES OR THEIR LICENSORS. (QUARK AFFILIATED
COMPANIES SHALL MEAN ANY PERSON, BRANCH, OR ENTITY CONTROLLING,
CONTROLLED BY OR UNDER COMMON CONTROL WITH QUARK OR ITS PARENT OR
A MAJORITY OF THE QUARK SHAREHOLDERS, WHETHER NOW EXISTING OR FORMED
IN THE FUTURE, TOGETHER WITH ANY PERSON, BRANCH, OR ENTITY WHICH MAY
QXP SERVER 8.1 WEB INTEGRATION GUIDE | 215
SAMPLE APPLICATIONS