S90-05A Free Dumps Study Materials
Question 4: Your developer is asked to build a Timesheet service that is able to receive timesheet submissions for
an internal payroll system. Service consumers need to be able to send this service request message
based on a root "employeeHours" element within the SOAP message body. The "employeeHourse"
element will contain "ernpID" and "hours" child elements. Furthermore, the service needs to return a
message based on a "response" element that contains "empID" and "status" child elements.
Your developer comes to you with the following WSDL definition: The only revision you suggest is that the
value of the "style" attribute of the "soap: binding" element be changed to "document" instead of "rpc".
Why?
A. With a value of "rpc", the root element within the SOAP message body will have the name of the
operation, and therefore cannot be named "employeeHours" as indicated by the requirements.
B. With a value of "rpc", the root element within the SOAP message body is unable to be part of an
operation that contains both "input" and "output" elements.
C. The value of "rpc" is not a valid value for the "style" attribute.
D. None of the above.
Correct Answer: A