8.0

Table Of Contents
Sample applications: QuarkXPress Server Manager
These sample applications are available in the QuarkXPress Server installation files.
JSP samples
Purpose
Contain a series of Web pages demonstrating different ways the object model can be used to post
QuarkXPress Server requests for various operations.
Installation
The samples are JSPā„¢ pages contained in ClientSDKSamples_JSP.zip file. They need to be extracted
and placed under tomcat/webapps. Also if QuarkXPress Server Manager is installed, then these samples
are already available as a Web site in Tomcat at tomcaturl/ClientSDKsamples.
Implementation
Set the endpoint address for the web service calls in file web.xml:
web-app-->CLIENT_SDK_URL-->Value
"ClientSDKSamples_JSP.zip"
ASP.NET samples
Purpose
Contains series of Web pages demonstrating different ways the object model can be used to post
QuarkXPress Server requests for various operations.
Technology
ASP.Net
Installation
Follow these steps to install the Web demo.
1.
1.
Create a virtual directory - for example, ClientSDKSamplesSite - in IIS.
2.
2.
Extract the samples from ClientSDKSamples_ASPDOTNET.zip and set the home path of the
Web demo to the virtual directory.
3.
3.
Set the endpoint address for web services calls in the web.config file:
configuration-->appSettings-->add key="ClientSDKSamples.sdk.QManagerSDKSvcService"
value= "End Point Address"
4.
4.
Restart IIS.
5.
5.
Go to http://<IIS Server Name>:<Port>/ClientSDKSamplesSite/Index.htm
Page 295