Bases: spyne.protocol.xml.XmlDocument
The base implementation of a subset of the Soap 1.1 standard. The document is available here: http://www.w3.org/TR/soap11/
Parameters: |
|
---|
Takes a MethodContext instance and a string containing ONE soap message. Returns the corresponding native python object
Not meant to be overridden.
Uses ctx.out_object, ctx.out_header or ctx.out_error to set ctx.out_body_doc, ctx.out_header_doc and ctx.out_document as an lxml.etree._Element instance.
Not meant to be overridden.