Which statement is correct?

Given:
1. <?xml version="1.0" encoding="UTF-8"?>
2. <soapenv:Envelope>
3. <soapenv:Body xmlns:ns2="urn:examples">
4. <ns2:name>Sun Solaris</ns2:name>
5. <ns2:price >99.99</ns2:price>
6. <ns2:description>
7. Solaris for Intel
8. </ns2:description>
9. <ns2:ID>A358185</ns2:ID>
10. </soapenv:Body>
11. </soapenv:Envelope>
Which statement is correct?
A. The message is SOAP-encoded because the encoding style is implied.
B. The message is RPC-encoded because in the absence of other specifiers, this is the WS-I default.
C. The message is document literal with type encoding, based on the schema provided.
D. The message is document literal wrapped because there is no encoded type information.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.