Question:Refer to the following code of a SOAP message and identify the error:
<s:Envelope
xmlns:s="http://www.w3.org/2001/06/soap-envelope">
<s:Body>
<n:getQuote xmlns:n="urn:QuoteService">
<symbol xsi:type="xsd:string">
Mistristic
</symbol>
</n:getQuote>
<s:Header>
<m:transaction xmlns:m="soap-transaction"
s:mustUnderstand="true">
<transactionID>1234</transactionID>
</m:transaction>
</s:Header>
</s:Envelope>
 

A The Namespace is incorrect 

B The position of the header is incorrect 

C The body cannot contain a symbol element 

D MustUnderstand is not an attribute of the transaction element 

+ Answer
+ Explanation
+ Report
Total Preview: 572

Copyright © 2024. Powered by Intellect Software Ltd