Hi Everyone,
How to generate a sub XML elements through AX 2012 DataContract as shown below.
<LoginResponse>
<CustId>1234ab5678</CustId>
<Authentication>
<ResponseId>400</ResponseId>
<ReasonId>401</ReasonId>
<Description>Customer not found</Description>
</Authentication>
</LoginResponse>
Thank you
*This post is locked for comments