C2180-183 Free Dumps Study Materials
Question 15: A developer has a message flow that consists of an MQInput node, Compute node and MQOutput
node.The message is parsed by the XMLNSC domain.The Compute node will extract the name and age
of each player, then send them onto the register players application to have the team registered.The input
message that the Compute node will be processing is shown below.
What MUST be done to access the information from the first player?
A.Set OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputBody.Body.Player[1]
B.Set OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputBody.DetailedMsg.Body.Player[1]
C.Set OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputRoot.DetailedMsg.Body.Player[0]C.Set
OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputRoot.DetailedMsg.Body.Player[0]
D.Set OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputRoot.DetailedMsg.Body.Player[1]D.Set
OutputRoot.XMLNSC.RegPlayer.Player[NextCount] = InputRoot.DetailedMsg.Body.Player[1]
Correct Answer: B