Documentation Center

WSDL-based web services

The WorldServer system and custom web services use implementations of Apache Axis web services and are fully compliant with the Web Services Description Language (WSDL).

The WorldServer WSDL is installed at the following location: ...\webapps\ws-legacy\wsdl\WorldServerServices.wsdl.

You can find out more by selecting the following links:
For more information about...See...
Apache Axishttp://axis.apache.org/axis/
The formal specification of WSDLhttps://www.w3.org/TR/wsdl20/
Two additional ways of invoking web services are also supported:
  • Any WSDL-compliant platform can dynamically discover and invoke WorldServer services by using the WorldServer WSDL.
  • You can statically generate and build web clients of WSDL-compliant platforms from the WorldServer WSDL, and then use them to invoke the web services at runtime.