简体   繁体   中英

Request XML from SUDS python

Is there any method to return the SOAP Request XML before triggering a call to SOAP method in Suds library?

The client.last_sent() returns request XML after triggered the call. But I want to see before triggering the call.

Yes this is possible and seems to be used in different "fixer" implementations to take care of buggy servers. Basically you should write a MessagePlugin and implement the sending method.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM