How to add header while making soap request using soappy
问题 I have WSDL file, using that i wanted to make soap request which will look exactly like this -- <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <AuthSoapHd xmlns="http://foobar.org/"> <strUserName>string</strUserName> <strPassword>string</strPassword> </AuthSoapHd> </soap:Header> <soap:Body> <SearchQuotes xmlns="http:/