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

Module axis2

source code

Variables [hide private]
  errors = 0
  url = 'http://localhost:8080/axis2/services/BasicService?wsdl'
  client = Client(url)
  name = client.factory.create('ns2:Name')
  phoneA = client.factory.create('ns2:Phone')
  phoneB = client.factory.create('ns2:Phone')
  person = client.factory.create('ns2:Person')
  newname = client.factory.create('ns2:Name')
  mylist = 'my', 'dog', 'likes', 'steak'
  dog = client.factory.create('ns2:Dog')
  result = client.service.throwException()