Wondering where your notifications are with asp.net framework 4.0?
Fact of the matter is that asp.net framework 4.0 doesn't respect RequestValidation=false when accessing the forms collection, so placing
<httpRuntime requestValidationMode=”2.0″ />
in the web.config <system.web> section reverts to framework 2.0 operation.
You'll now successfully receive notifications with an xml of a completed job information.