[Soap-Python] wsdlparse.py

Daniel Browne grimsqueaker13 at gmail.com
Wed May 26 12:18:35 CEST 2010


"wsdlparse.py" fails when an wsdl operation has no output element.

I'm not very familiar with the inner workings of SOAP so I'm not sure where
the best place would be to fix this, but python-wise, would it be a good
idea to just catch the error and continue? Or should operation.output
default to an empty dictionary?

The failure is at "outmessagexml.get":

302 outmessage =
self.messagecat.get(self.striptype(outmessagexml.get('message')), None)

Thanks
Daniel Browne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soap/attachments/20100526/10e63710/attachment.html>


More information about the Soap mailing list