Question 19 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question 19 of 28 from exam 300-835-CLAUTO: Automating Cisco Collaboration Solutions

Question

getPhone

axlapi-GetPhoneReq
Elattributes

Sequence

Refer to the exhibit.

Based on the schema diagram in the exhibit, which two XML objects are valid AXL <getPhone> request <Body> elements? (Choose two.) A.

<soapenv: Body>
<ns:getPhone sequence=""1">
<name>BOT209342098</name>
<returnedtags><model/></returnedtags>
</ns : getPhone>
</soapenv: Body>

B.

<soapenv: Body>
<ns : getPhone>
<name>BOT209342098</name>
<returnedTags><model/></returnedTags>
</ns : getPhone>
</soapenv: Body>

C.

<soapenv: Body>
<ns : getPhone>
<name>BOT209342098</name>
<uuid>{2B1931A2-8FC2-A0C2-7282-B88B5A6356A0 }</uuid>
</ns : getPhone>
</soapenv:Body>

D.

<soapenv:Body>
<ns:getPhone sequence=""1">
<uuid>{2B1931A2-8FC2-A0C2-7282-B88B5A6356A0 }</uuid>
</ns : getPhone>
</soapenv: Body>

E.

<soapenv: Body>
<ns:getPhone sequence=""1">
<name>BOT209342098</name>
<returnedTags>All</returnedTags>
</ns : getPhone>
</soapenv: Body>

Explanations

E.