| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
SoapRequestor
Helper class to contruct and send SOAP requests
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
client = Noneclient object for making calls and receiving responses |
|||
api_wsdl = WSDL file url / location to define calls |
|||
logger = Nonelogger to send loggin information to. |
|||
my_doctor = Nonesuds 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 Wed Apr 30 07:30:00 2014 | http://epydoc.sourceforge.net |