1Z0-897 · Question #93
A student developer has created a new library of math functions to share with friends in a linear algebra class. The developer is having difficulty getting people to come over to the dorm to see the…
The correct answer is B. This indicates a one-way message exchange pattern E. It must NOT send a SOAP fault back to the sender. See the full explanation below for the reasoning.
Question
A student developer has created a new library of math functions to share with friends in a linear algebra class. The developer is having difficulty getting people to come over to the dorm to see the new code library, so he decides to deploy it as a Web service so that everyone can enjoy the features via the Internet. One of the functions has this WSDL definition:
<portType name="MyMathLib"><operation name="incCtr"><input message="tns:incCtr"/></operation></portType> Which two statements are true about this Web service? (Choose two.)
Options
- AThis is an asynchronous receive.
- BThis indicates a one-way message exchange pattern
- CThe client must use SOAPFaultException to display any errors.
- DIt must send a SOAP fault back to the sender.
- EIt must NOT send a SOAP fault back to the sender.
How the community answered
(37 responses)- A3% (1)
- B76% (28)
- C5% (2)
- D16% (6)
Community Discussion
No community discussion yet for this question.