Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我在尝试使用 SUDS 生成肥皂消息时正在苦苦挣扎。我想要实现的目标是
xml_string = client.service.getPercentBodyFat('jeff', 68, 170)
而不是调用远程过程,我想将肥皂消息作为 xml 字符串或对象。
谢谢你!
如果您进行实际的远程调用,即使该服务不可用,您也可以使用以下命令捕获请求
xml_string = client.last_sent() print xml_string