wsdl2dispatch(1) debian man page | unix.com

Man Page: wsdl2dispatch

Operating Environment: debian

Section: 1

WSDL2DISPATCH(1)					      General Commands Manual						  WSDL2DISPATCH(1)

NAME
wsdl2dispatch - generate Python code skeleton for SOAP server from WSDL
SYNOPSIS
wsdl2dispatch -f wsdlfile | -u url [options]
DESCRIPTION
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.
OPTIONS
-f wsdlfile Specifies an on-disk WSDL file to parse. -u url Specifies a URL pointing to the WSDL file to be parsed. -h Display a brief help message. -e Enables experimental server code generation. -d outputdir Specifies the directory where the output files will be placed. -t typesmodule Specifies a module name to use as the types implementation.
AUTHOR
This manpage written by Tristan Seligmann. WSDL2DISPATCH(1)
Related Man Pages
soap::wsdl::deserializer::hash(3pm) - debian
soap::wsdl::deserializer::xsd(3pm) - debian
soap::wsdl::expat::messagestreamparser(3pm) - debian
soap::wsdl::server::simple(3pm) - debian
soap::wsdl::transport::test(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?