单选题The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style 

题目
单选题
The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema:  public void myMethod(int x, float y);  public void myMethod(int x);  public void someOtherMethod(int x, float y);  Which WSDL style should be used?()
A

 RPC/literal

B

 RPC/encoded

C

 Document/encoded

D

 Document/literal

E

 Document/literal wrapped


相似考题
参考答案和解析
正确答案: C
解析: 暂无解析