How to get/extract an attachment file from a webservice reply (with Suds)?

天涯浪子 提交于 2019-12-11 03:05:37

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!