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
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)- A5% (3)
- B9% (5)
- C71% (40)
- D14% (8)
Community Discussion
No community discussion yet for this question.
