I'm new to Python and I use suds for wsdl client. How can I create custom request header for this.
XML get from SOAP UI :
<soapenv:Header>
<sbus:SBusContext message-tracking-id="?" correlation-id="?" entry-dtime="?" timestamp="?" entry-system="?" entry-system-principal="?" entry-url="?" priority="?">
<!--Optional:-->
<sbus:Keys>
<!--1 or more repetitions:-->
<sbus:Key keyType="?" keyValDataType="string">
<sbus:KeyValue>?</sbus:KeyValue>
</sbus:Key>
</sbus:Keys>
<!--Optional:-->
<sbus:ExtContext>?</sbus:ExtContext>
</sbus:SBusContext>
</soapenv:Header>