有沒有辦法讓發泡體返回SoapRequest(XML)而不發送它?創建SoapRequest而不用Suds/Python發送它們
這個想法是,我的程序的上層可以調用我的API與一個額外的布爾參數(模擬)。
If simulation == false then process the other params and send the request via suds
If simulation == false then process the other params, create the XML using suds (or any other way) and return it to the caller without sending it to the host.
我已經實現了一個MessagePlugin follwing https://fedorahosted.org/suds/wiki/Documentation#MessagePlugin,但我不能夠得到XML,停止請求和XML發回給調用者...
問候
您好感謝您的答覆。我已經使用另一個HttpTransport類來執行Ssl相互認證http://stackoverflow.com/questions/6277027/suds-over-https-with-cert。理論上,如果我只是用你的示例聲明發送方法,它應該工作?我明天會試一試 – hzrari 2014-09-24 18:58:23
你的建議對我來說非常合適。 我剛做了一些小的修改。我將用解決方案編輯我的帖子 – hzrari 2014-09-25 11:14:52