mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.87k stars 578 forks source link

Adding Attribute #1377

Open YairThuAung opened 1 year ago

YairThuAung commented 1 year ago

How to Add attribute for Item Using Zeep

The following is an xml code for my SOAP request:

<Item actionCode="01">
    <TypeCode>002</TypeCode>
    <Quantity unitCode="EA">1.0</Quantity>
</Item>