简体   繁体   中英

How to set soap header for UTF-8 encoding Suds Jurko Python

I am creating my own factory xml elements using client.factory.create

I have headers which I set prior to this using Attribute and Element then using client.set_options.

But I have an issue with empty strings as they don't parse and i receive an error:

   raise exception
xml.sax._exceptions.SAXParseException: <unknown>:28:64: not well-formed (invalid token)

I have googled and it seems I need to add the content type to the header. Please can someone show me how I can do this using:

request_header.append

The result should look as follows:

<?xml version="1.0" encoding="utf-8"?>

can you figure it from there?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM