WSDL defines an element as follows
<xs:element minOccurs="0" name="address" nillable="true" type="q146:Address"/>
My zeep request is as follows
client.service.UpdateAddressDetails(address='sample@sample.com')
But I am getting
Missing element type (UpdateAddressDetails.address.type)
From what i know i need to specify the type for this field. How can I do it, I have come across this zeep documentation but nothing clicked