Home | Trees | Indices | Help |
---|
|
object --+ | SoapRequestor
Helper class to contruct and send SOAP requests
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
client = None client object for making calls and receiving responses |
|||
api_wsdl =
WSDL file url / location to define calls |
|||
logger = None logger to send loggin information to. |
|||
my_doctor = None suds Doctor to fix any issues with the wsdl definition |
|
|||
Inherited from |
|
Constructor for class Args : logger : (logger) instance of a logging object configured in testing project wsdl : (str) URL to the location of the wsdl file doctor : (ImportDoctor) instance of the suds.xsd.doctor.ImportDoctor class for fixing broken schemas
|
Fetches a list of method objects from the wsdl and returns them in a list Returns: (list) of suds Method objects containing all information on calling method and handling the response. |
|
loggerlogger to send loggin information to. Logger comes from pytest test definitions
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 26 11:35:12 2014 | http://epydoc.sourceforge.net |