Public Member Functions | |
def | __init__ |
def | setUp |
def | setAction |
def | getAction |
def | getRelatesTo |
def | getMessageID |
def | checkResponse |
def | setRequest |
def | setResponseFromWSAddress |
def | serialize |
def | parse |
def | __init__ |
def | setUp |
def | setAction |
def | getAction |
def | getRelatesTo |
def | getMessageID |
def | checkResponse |
def | setRequest |
def | setResponseFromWSAddress |
def | serialize |
def | parse |
Data Fields | |
wsAddressURI | |
anonymousURI | |
header_pyobjs | |
From |
WS-Address Implemented is dependent on the default "wsdl2py" convention of generating aname, so the attributes representing element declaration names should be prefixed with an underscore.
Definition at line 14 of file address.py.
def checkResponse | ( | self, | |
ps, | |||
action | |||
) |
ps -- ParsedSoap action -- ws-action for response
Definition at line 126 of file address.py.
def checkResponse | ( | self, | |
ps, | |||
action | |||
) |
ps -- ParsedSoap action -- ws-action for response
Definition at line 126 of file address.py.
def parse | ( | self, | |
ps, | |||
kw | |||
) |
ps -- ParsedSoap instance
Definition at line 232 of file address.py.
def parse | ( | self, | |
ps, | |||
kw | |||
) |
ps -- ParsedSoap instance
Definition at line 232 of file address.py.
def serialize | ( | self, | |
sw, | |||
kw | |||
) |
sw -- SoapWriter instance, add WS-Address header.
Definition at line 221 of file address.py.
def serialize | ( | self, | |
sw, | |||
kw | |||
) |
sw -- SoapWriter instance, add WS-Address header.
Definition at line 221 of file address.py.
def setRequest | ( | self, | |
endPointReference, | |||
action | |||
) |
Call For Request
Definition at line 148 of file address.py.
def setRequest | ( | self, | |
endPointReference, | |||
action | |||
) |
Call For Request
Definition at line 148 of file address.py.
def setResponseFromWSAddress | ( | self, | |
address, | |||
localURL | |||
) |
Server-side has to set these fields in response. address -- Address instance, representing a WS-Address
Definition at line 196 of file address.py.
def setResponseFromWSAddress | ( | self, | |
address, | |||
localURL | |||
) |
Server-side has to set these fields in response. address -- Address instance, representing a WS-Address
Definition at line 196 of file address.py.
def setUp | ( | self ) |
Look for WS-Address
Definition at line 32 of file address.py.
def setUp | ( | self ) |
Look for WS-Address
Definition at line 32 of file address.py.