Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

REST-SOAP-REST handling complex objects

Not applicable

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.

1 4 735
4 REPLIES 4
Top Solution Authors