There’s not really a good method to pass error details back on an invalid request, just the HTTP return code for Bad Request.
Usually this means that some element of the XML data are missing, or in the wrong order. If you post your XML here we can have a look at it.