Environment:
The WSDL (server) I work with, have the following schema sub-sections (I tried to w
For this type of structure I set an attribute called 'item' on the array object and then append the list member to it. Something like:
itineraryArray = self.client.factory.create('itineraryArray')
itineraryArray.item = [itinerary0]
Which parses and passes in fine, even for complex calls with multiple levels.