Package tests :: Module axis1
[hide private]
[frames] | no frames]

Module axis1

source code

Classes [hide private]
  MyInitPlugin
  MyDocumentPlugin
  MyMessagePlugin
Functions [hide private]
 
start(url) source code
Variables [hide private]
  errors = 9
  credentials = {'password': 'abc123', 'username': 'jortel'}
  myplugins = MyInitPlugin(), MyDocumentPlugin(), MyMessagePlugi...
  newname = client.factory.create('ns0:Name')
  ap = client.factory.create('ns0:AnotherPerson')
  t = HttpAuthenticated(** credentials)
  name = {}
  phoneA = {}
  phoneB = {}
  phoneC = {'npa': 205, 'nxx': 777, 'number': 1212}
  dog = {'name': 'Chance', 'trained': True,}
  person = {}
  words = ['my', 'dog', 'likes', 'steak']
  array = client.factory.create('ArrayOf_xsd_string')
  s = 'hello'
  url = 'http://localhost:8081/axis/services/basic-rpc-encoded?w...
  client = Client(url, faults= False,** credentials)
  result = client.service.throwException()
  __package__ = 'tests'
  e = URLError(error(111, 'Connection refused'),)
  log = getLogger(__name__)
  n = 0
Variables Details [hide private]

myplugins

Value:
MyInitPlugin(), MyDocumentPlugin(), MyMessagePlugin(),

url

Value:
'http://localhost:8081/axis/services/basic-rpc-encoded?wsdl'