1.
In SOAP, which of the following values is accepted by the float function?
2.
In SOAP, which of the following statements is used to set the encoding style for the messages?
3.
Which of the following data structures is used to fragment compound types variables in SOAP?
4.
Which of these is/are the template for compound types?
5.
Which of these is/are the template for scalar types?
6.
In SOAP, which of the following statements is used to indicate the incorrectly formed message?
7.
In SOAP, which of the following statements acts as an immediate child element of the Header element?
8.
In SOAP, what does the following code declare:
arrayType = "xsd:double[5]"
9.
In SOAP, what does the following code declare:
arrayType = "xsd:float[15,15]"
10.
Which of these is not a part of the namespace in the following SOAP code:
<soap:Body>
      <m:GetPrice xmlns:m="http://www.example.com/menu">
        <m:Item>Vegetarian</m:Item>
      </m:GetPrice>
    </soap:Body>