The document/literal style. Literal is the only (@use) supported
since document/encoded is pretty much dead. Although the soap
specification supports multiple documents within the soap <body/>,
it is very uncommon. As such, suds presents an RPC view of
service methods defined with a single document parameter. This is done
so that the user can pass individual parameters instead of one, single
document. To support the complete specification, service methods defined
with multiple documents (multiple message parts), must present a
document view for that method.
[Element,..]
|
|
[Element,...]
|
|
Element
|
|
Element
|
mkparam(self,
method,
pdef,
object)
Builds a parameter for the specified method using the
parameter definition (pdef) and the specified value (object). |
source code
|
|
[pdef,..]
|
|
[rtype,..]
|
|
boolean
|
|
Inherited from binding.Binding :
__init__ ,
body ,
bodypart_types ,
detect_fault ,
envelope ,
get_fault ,
get_message ,
get_reply ,
header ,
headercontent ,
headpart_types ,
marshaller ,
mkheader ,
replycomposite ,
replyfilter ,
replylist ,
unmarshaller
|