Hi
I am updating a SalesOrder with an invalid InvoiceAccount. The error message I get back is very general:
<s:Fault><faultcode>s:Client</faultcode><faultstring xml:lang="en-US">Request Failed. See the Exception Log for details.</faultstring><detail><AifFault xmlns="http://schemas.microsoft.com/dynamics/2008/01/documents/Fault" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><CustomDetailXml i:nil="true"/><FaultMessageListArray i:nil="true"/></AifFault></detail></s:Fault></s:Body></s:Envelope>
I was thinking about using Bc.Net to get the last error message (from Dynamics AX) but there is no guarantee that the last error message will be yours?