Table Of Contents

Previous topic

Model API

Next topic

Server

This Page

WSDL API

The wsdl module provides an interface into dynamic WSDL generation.

WSDL

class soaplib.core.wsdl.WSDL(soap_application, ns_tns, url, with_partner_link=False)

A standalone wsdl

build_messages()

Builds the wsdl:message elements

build_wsdl()

Construct the elements for the wsdl.

to_string(pretty_print=False, xml_declaration=True, encoding='UTF-8')

Returns a string reprensation of the wsdl as fornatted xml.