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.)
A.
This is an asynchronous receive.
B.
This indicates a one-way message exchange pattern
C.
The client must use SOAPFaultException to display any errors.
D.
It must send a SOAP fault back to the sender.
E.
It must NOT send a SOAP fault back to the sender.
B AND E
WSDL has four transmission primitives that an endpoint can support:
(1) One-way Operation, The endpoint receives a message
*