Documentation Center

Requirements for Running Toolkit Web Services Samples

The WorldServer Axis servlet URL (for example, http://localhost:8080/ws-legacy/services) is the only configuration required to run WorldServer Web client applications.

The only other requirements are language-specific XML and SOAP libraries that are available in most languages.

For a Java Web client, you need only these JARs:
  • lib/client/wssdk-client.jar (Java system Web client proxy)
  • ToolkitWebServiceClient.jar (Java toolkit Web client proxy)
  • axis.jar, xml.jar (standard Apache Xerces Axis and XML libraries)
For a .NET Web client, you need only these libraries:
  • WSWebServices.dll (.NET system Web client proxy)
  • ToolkitWebServiceClient.dll (.NET toolkit Web client proxy)
  • System XML and SOAP DLLs

You can simply run the .NET Web client applications in the SDK samples distribution folder (samples/dist); any required DLLs are copied into the same folder by build scripts, and the required XML and SOAP DLLs will load from your .NET installation.