8.5

Table Of Contents
Sample applications
The topics below describe the sample applications distributed with QuarkXPress Server.
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.
212 | QXP SERVER 8.5 WEB INTEGRATION GUIDE
SAMPLE APPLICATIONS