|
|
|
|
|
add_operations(self,
root,
definitions)
Add <operation/> children |
source code
|
|
|
body(self,
definitions,
body,
root)
add the input/output body properties |
source code
|
|
|
header(self,
definitions,
parent,
root)
add the input/output header properties |
source code
|
|
|
|
|
|
|
resolvesoapbody(self,
definitions,
op)
Resolve soap body message parts by cross-referencing with
operation defined in port type. |
source code
|
|
|
|
|
resolvefaults(self,
definitions,
op)
Resolve soap fault message references by cross-referencing
with operation defined in port type. |
source code
|
|
Operation @raise MethodNotFound: When not found.
|
|
|
|
Inherited from sudsobject.Object :
__contains__ ,
__delattr__ ,
__getitem__ ,
__iter__ ,
__len__ ,
__repr__ ,
__setattr__ ,
__setitem__ ,
__str__ ,
__unicode__
|