Question:Mark is developing a Web service that handles RPC-encoded operations. He wants to make all the methods of the service RPC-encoded, but does not want to put any attribute for each method. Which class attribute should he use to make all methods of a class RPC-encoded?
A SoapRpcMethodsAttribute
B SoapRpcServiceAttribute
C SoapRpcServiceMethodsAttribute
D SoapRpcService
E None of these
+ AnswerA
+ Explanation
+ Report