"Exception: msg 'axis2:null', not-found" when using a suds client with an axis2 server
- by konrad
I am writing a Suds (Python) SOAP client for an Axis2 server I have no control over. Suds chokes on the WSDL file with the following exception:
File "site-packages/suds/wsdl.py", line 494, in resolve
raise Exception("msg '%s', not-found" % op.input)
Exception: msg 'axis2:null', not-found
This is the WSDL file (I have replaced the…