Public Member Functions | |
def | __init__ |
def | hasInput |
def | hasOutput |
def | isRPC |
def | isLiteral |
def | isSimpleType |
def | getOperation |
def | getBOperation |
def | getOperationName |
def | setUp |
def | __init__ |
def | hasInput |
def | hasOutput |
def | isRPC |
def | isLiteral |
def | isSimpleType |
def | getOperation |
def | getBOperation |
def | getOperationName |
def | setUp |
Data Fields | |
useWSA | |
do_extended | |
name | |
port | |
soapaction | |
inputName | |
outputName | |
inputSimpleType | |
outputSimpleType | |
inputAction | |
outputAction | |
binding_operation | |
soap_input_headers | |
soap_output_headers | |
encodingStyle | |
Static Public Attributes | |
tuple | logger = _GetLogger("ServiceOperationContainer") |
Definition at line 419 of file containers.py.
def __init__ | ( | self, | |
useWSA = False , |
|||
do_extended = False |
|||
) |
Parameters: useWSA -- boolean, enable ws-addressing do_extended -- boolean
Definition at line 422 of file containers.py.
def __init__ | ( | self, | |
useWSA = False , |
|||
do_extended = False |
|||
) |
Parameters: useWSA -- boolean, enable ws-addressing do_extended -- boolean
Definition at line 422 of file containers.py.
def setUp | ( | self, | |
item | |||
) |
Parameters: item -- WSDLTools BindingOperation instance.
Definition at line 460 of file containers.py.
def setUp | ( | self, | |
item | |||
) |
Parameters: item -- WSDLTools BindingOperation instance.
Definition at line 460 of file containers.py.