The Application object in is used to build and serve the soap service.
Unify the <schema> nodes required for this app.
This is a protected method.
Takes a MethodContext instance and a string containing ONE soap message. Returns the corresponding native python object
Not meant to be overridden.
Returns service name that is seen in the name attribute of the definitions tag.
Not meant to be overridden.
Returns the namespace prefix for the given namespace. Creates a new one automatically if it doesn’t exist.
Not meant to be overridden.
Simple accessor method that caches application’s xml schema, once generated.
Not meant to be overridden.
The function that maps service classes to service instances. Overriding this function is useful in case e.g. you need to pass additional parameters to service constructors.
This call maps method names to the services that will handle them.
Override this function to alter the method mappings. Just try not to get too crazy with regular expressions :)
Returns default namespace that is seen in the targetNamespace attribute of the definitions tag.
Not meant to be overridden.
Simple accessor method that caches the wsdl of the application, once generated.
Not meant to be overridden.
Returns service name that is seen in the name attribute of the definitions tag.
Not meant to be overridden.
Called when the app throws an exception. (might be inside or outside the service call.
@param the wsgi environment @param the fault object
Called when the app throws an exception. (might be inside or outside the service call.
@param the wsgi environment @param the xml element containing the xml serialization of the fault
Takes a MethodContext instance and the native request object. Returns the response to the request as a native python object.
Not meant to be overridden.
Takes a MethodContext instance and the object to be serialied. Returns the corresponding xml structure as an lxml.etree._Element instance.
Not meant to be overridden.
Forces a namespace prefix on a namespace by either creating it or moving the existing namespace to a new prefix.
Not meant to be overridden.
Returns default namespace that is seen in the targetNamespace attribute of the definitions tag.
Not meant to be overridden.
Method to be overriden to perform any sort of custom input validation.
The ValidatingApplication validates XML messages and types against an auto-generated schema.
Build application schema specifically for xml validation purposes.
Takes a MethodContext instance and a string containing ONE soap message. Returns the corresponding native python object
Not meant to be overridden.
Returns service name that is seen in the name attribute of the definitions tag.
Not meant to be overridden.
Returns the namespace prefix for the given namespace. Creates a new one automatically if it doesn’t exist.
Not meant to be overridden.
Simple accessor method that caches application’s xml schema, once generated.
Not meant to be overridden.
The function that maps service classes to service instances. Overriding this function is useful in case e.g. you need to pass additional parameters to service constructors.
This call maps method names to the services that will handle them.
Override this function to alter the method mappings. Just try not to get too crazy with regular expressions :)
Returns default namespace that is seen in the targetNamespace attribute of the definitions tag.
Not meant to be overridden.
Simple accessor method that caches the wsdl of the application, once generated.
Not meant to be overridden.
Returns service name that is seen in the name attribute of the definitions tag.
Not meant to be overridden.
Called when the app throws an exception. (might be inside or outside the service call.
@param the wsgi environment @param the fault object
Called when the app throws an exception. (might be inside or outside the service call.
@param the wsgi environment @param the xml element containing the xml serialization of the fault
Takes a MethodContext instance and the native request object. Returns the response to the request as a native python object.
Not meant to be overridden.
Takes a MethodContext instance and the object to be serialied. Returns the corresponding xml structure as an lxml.etree._Element instance.
Not meant to be overridden.
Forces a namespace prefix on a namespace by either creating it or moving the existing namespace to a new prefix.
Not meant to be overridden.
Returns default namespace that is seen in the targetNamespace attribute of the definitions tag.
Not meant to be overridden.