nerdexam
IBM

C2180-371 · Question #79

Refer to the exhibit. Based on the WSDL document and applying JAX-WS mapping rules, what does the method signature for the operation look like (without the JAX-WS annotations)?

The correct answer is C. public ResponseDataType test( RequestDataType param1). See the full explanation below for the reasoning.

Question

Refer to the exhibit. Based on the WSDL document and applying JAX-WS mapping rules, what does the method signature for the operation look like (without the JAX-WS annotations)?

Exhibit

C2180-371 question #79 exhibit

Options

  • Apublic String test(String myString1);
  • Bpublic String Wrapper test(String Wrapper myString1);
  • Cpublic ResponseDataType test( RequestDataType param1);
  • Dpublic ResponseDataTypeWrapper test(RequestDataTypeWrapper param1);

How the community answered

(56 responses)
  • A
    5% (3)
  • B
    9% (5)
  • C
    71% (40)
  • D
    14% (8)

Community Discussion

No community discussion yet for this question.

Full C2180-371 Practice