Which statement is true about this SOAP message?

A developer must create a new stock monitoring application using SOAP.
Given the code:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://sun.cert/">
<s:Header>
<ns1:transaction>
<user>root</user>
<transid>9b3e64e326537b4e8c0ff19e953f9673</transid>
</ns1:transaction>
</s:Header>
<s:Body>
<m:StockQuote xmlns:m="http://sun.cert/bar/">
<Quote>
<ns1:symbol>SUNW</ns1:symbol>
<ns1:companyname name="Sun"/>
</Quote>
</s:Body>
</s:Envelope>
Which statement is true about this SOAP message?
A. It is NOT well-formed.
B. It contains a mandatory header block.
C. It is WS-I Basic Profile 1.1 compliant.
D. It does NOT contain the correct namespace declarations.
E. The transid should be blowfish encrypted.
F. http://sun.cert/bar/ is not a valid stock quote service.

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.