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)- A69% (22)
- B3% (1)
- C3% (1)
- D9% (3)
- E16% (5)
Community Discussion
No community discussion yet for this question.