...
Info |
---|
It's good practice to use specific response for one request and not one common response for all requests: asyncHelloResponse -> asyncHelloRequest |
If error occurred during incoming message processing (ThrottlingExceededException and StoppingException at this moment) then fault response is generated (identical for synchronnous message). Fault response contains error description and error code for clear indentification.
...