The DSMLv2 spec. defines that a client must not send a request with requestID=0, so a verification must be made to check and throw an exception during parsing when a requestID is set to 0.
Description
The DSMLv2 spec. defines that a client must not send a request with requestID=0, so a verification must be made to check and throw an exception during parsing when a requestID is set to 0.
Resolving Jira DIRSTUDIO-3 (Need to verify if requestID != 0 in DSML Parser).
The verification is done on each request/response. A test case for each request/response has been added.