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
B
C
D
E
SoapRpcMethodsAttribute
B
SoapRpcServiceAttribute
C
SoapRpcServiceMethodsAttribute
D
SoapRpcService
E
None of these
Note: Answer not sure