SOAP API Testing Using Robot Framework

Hello, I am using SudsLibrary to call SOAP APIs. But my problem is the SOAP APIs needs to first get Authorization header where I need to send User ID and Password. But I am not able to find the right way to set them before calling the keyword “Create Soap Client” Can some one help with a piece of code how to set the headers and then call the SOAP API?