IBM认证考试

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 sh

题目

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
参考答案和解析
正确答案:A