Public Member Functions | |
def | send_xml |
def | send_fault |
def | do_POST |
def | send_xml |
def | send_fault |
def | do_POST |
Static Public Attributes | |
string | server_version = 'ZSI/1.1 ' |
SOAP handler.
Definition at line 187 of file dispatch.py.
def do_POST | ( | self ) |
The POST command.
Definition at line 213 of file dispatch.py.
def do_POST | ( | self ) |
The POST command.
Definition at line 213 of file dispatch.py.
def send_fault | ( | self, | |
f, | |||
code = 500 |
|||
) |
Send a fault.
Definition at line 208 of file dispatch.py.
def send_fault | ( | self, | |
f, | |||
code = 500 |
|||
) |
Send a fault.
Definition at line 208 of file dispatch.py.
def send_xml | ( | self, | |
text, | |||
code = 200 |
|||
) |
Send some XML.
Definition at line 192 of file dispatch.py.
def send_xml | ( | self, | |
text, | |||
code = 200 |
|||
) |
Send some XML.
Definition at line 192 of file dispatch.py.