Sunday, April 10, 2011

12.6. Introspecting SOAP Web Services with WSDL

12.6. Introspecting SOAP Web Services with WSDL: "Discovering A Method's Arguments
>>> callInfo = server.methods['getTemp']
>>> callInfo.inparams
[]
>>> callInfo.inparams[0].name
u'zipcode'
>>> callInfo.inparams[0].type
(u'http://www.w3.org/2001/XMLSchema', u'string')"