The soap binding class used to process outgoing and imcoming soap
messages per the WSDL port binding.
|
|
Element
|
body(self,
content)
Build the <Body/> for an soap outbound message. |
source code
|
|
[Element,..]
|
|
[pdef,]
|
bodypart_types(self,
method,
input=True)
Get a list of parameter definitions (pdef) defined for the
specified method. |
source code
|
|
|
|
Element
|
|
tuple ( Element, Object )
|
|
Document
|
get_message(self,
method,
args,
kwargs)
Get the soap message for the specified method, args and soapheaders. |
source code
|
|
tuple ( Element, Object )
|
get_reply(self,
method,
reply)
Process the reply for the specified method by sax
parsing the reply and then unmarshalling into python
object(s). |
source code
|
|
Element
|
|
[Element,..]
|
|
[pdef,]
|
headpart_types(self,
method,
input=True)
Get a list of parameter definitions (pdef) defined for the
specified method. |
source code
|
|
MxLiteral
|
|
Element
|
mkheader(self,
method,
hdef,
object)
Builds a soapheader for the specified method using the header
definition (hdef) and the specified value (object). |
source code
|
|
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,..]
|
|
Object,...
|
|
[Element,...]
|
|
|
replyfilter(s,
r)
The reply filter function. |
source code
|
|
[Object,...]
|
|
[rtype,..]
|
|
UmxTyped
|
|