问题
I need to extract an attachment from a soap webservice response. I'd like to keep using the Python Suds client.
I can't find a way to extract this data in the Suds API. There should be a way to do this on HTTP level...
In my case the attachment is text data.
来源:https://stackoverflow.com/questions/16414726/how-to-get-extract-an-attachment-file-from-a-webservice-reply-with-suds