MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / sending

Method sending

suds/plugin.py:130–139  ·  view source on GitHub ↗

Suds will send the specified soap envelope. Provides the plugin with the opportunity to inspect/modify the message text it is sent. @param context: The send context. The I{envelope} is the envelope text. @type context: L{MessageContext}

(self, context)

Source from the content-addressed store, hash-verified

128 pass
129
130 def sending(self, context):
131 """
132 Suds will send the specified soap envelope.
133 Provides the plugin with the opportunity to inspect/modify
134 the message text it is sent.
135 @param context: The send context.
136 The I{envelope} is the envelope text.
137 @type context: L{MessageContext}
138 """
139 pass
140
141 def received(self, context):
142 """

Callers 1

sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected