|
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
|