I have a WSDL that contain a complex structuree, keep my example simple, lets call it a list of students.
in json structure it would look like this: myObject:{id:ff, students:[{id:xx, name:yy}{id:aa, name:bb}...]}
After deploying my WSDL, i noticed that the id field repeated 3x, and the name field repeated twice. but there is no distinguishing between the fields, and not sure how they are being map to the WSDL.