nerdexam
IBM

C2180-371 · Question #66

The following methods are to be published as Web services to be invoked via SOAP messages and validated with a schema: public void my Method(int x, float y); public void my Method(int x); public…

The correct answer is A. RPC/literal. See the full explanation below for the reasoning.

Question

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

Options

  • ARPC/literal
  • BRPC/encoded
  • CDocument/encoded
  • DDocument/literal
  • EDocument/literal wrapped

How the community answered

(32 responses)
  • A
    69% (22)
  • B
    3% (1)
  • C
    3% (1)
  • D
    9% (3)
  • E
    16% (5)

Community Discussion

No community discussion yet for this question.

Full C2180-371 Practice