Question:You are writing a document-encoded client for your Web service 'ShareQuotes'. Which of the following indicates that this encoded client is not literal XML?
A [SoapDocumentMethod("http://mySoapAction",SoapBindingUse.Encoded)]
B [SoapDocumentMethod("http://mySoapAction",Encoded)]
C [SoapDocumentMethod("http://mySoapAction",SoapEncoded)]
D [SoapDocumentMethod("http://mySoapAction",SoapBinding.Encoded)]
+ AnswerC
+ Explanation
+ Report