I have the following response format for XML
<idxml>
<Status>Error</Status>
<Msisdn/>
<OperatorCode/>
<OrderId/>
<Details>invalid date</Details>
<Signature/>
</idxml>
It would be helpful if you can create a class file for this XML response using retrofit. Thanks is advance.