DOKK / manpages / debian 10 / python-zsi / wsdl2dispatch.1.en
WSDL2DISPATCH(1) General Commands Manual WSDL2DISPATCH(1)

wsdl2dispatch - generate Python code skeleton for SOAP server from WSDL

wsdl2dispatch -f wsdlfile | -u url [options]

wsdl2dispatch is a utility to generate a code skeleton from a WSDL file for a SOAP server in Python, using ZSI. The programmer still has to implement the HTTP server / request handler and the hooks to invoke the actual worker methods. Note, however, that ZSI also includes ZSI.ServiceContainer which implements the server functionality.

Specifies an on-disk WSDL file to parse.
Specifies a URL pointing to the WSDL file to be parsed.
Display a brief help message.
Enables experimental server code generation.
Specifies the directory where the output files will be placed.
Specifies a module name to use as the types implementation.

This manpage written by Tristan Seligmann.