Documentation Center

Requirements for running toolkit samples

Before you can run WorldServer web client applications, you need to configure the WorldServer Axis servlet URL (for example, http://myhostserver:8080/ws-legacy/services). You also need specific .jar files (for Java web clients) or libraries (for .NET web clients).

For a Java web client, you need the following .jar files:
  • lib\client\wssdk-client.jar (Java system web client proxy)
  • ToolkitWebServiceClient.jar (Java toolkit web client proxy)
  • axis.jar and xml.jar (standard Apache Xerces Axis and XML libraries)
For a .NET web client, you need the following libraries:
  • WSWebServices.dll (.NET system web client proxy)
  • ToolkitWebServiceClient.dll (.NET toolkit web client proxy)
  • System XML and SOAP DLLs