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 で SOAP メッセージを生成しようとして苦労しています。私が達成したいことは次のようなものです
xml_string = client.service.getPercentBodyFat('jeff', 68, 170)
リモート プロシージャを呼び出す代わりに、soap メッセージを xml 文字列またはオブジェクトとして取得したいと考えています。
ありがとう!
実際のリモートコールを行うと、サービスが利用できない場合でも、次のコマンドでリクエストをキャプチャできます。
xml_string = client.last_sent() print xml_string