Question:Which of the following represents an array in a SOAP message?
A <person> <firstname>Joe</firstname> <lastname>Smith</lastname> </person>
B <people> <person name='joe smith'/> <person name='john doe'/> </people>
C <people> <person name='joe smith'> <designation/> </person> <person name='john doe'> <designation/> </person> </people>
D None of these
+ AnswerC
+ Report