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.
誰もこれを行う方法を知っていますか? 次の形式のヘッダーを追加する必要があります。
値1 値2
質問が表現されているため、意図 (または意図されたセマンティクスでさえ) が何であるかを推測するのは困難です。ヘッダーを設定するには、次のことを試してください。
import SOAPpy headers = SOAPpy.Types.headerType() headers.value1 = value2
また
[...] headers.foo = value1 headers.bar = value2