Fix XML generation script to work with OC 7.6.0
We need to modify the access to the RatedTransactions from Invoice. In the new API we can't access directly and we need to use the RatedTransactionService.
Also, to access to the WalletOperation related to a RatedTransaction we need to use the WalletOperationService instead of calling directly from the RatedTransaction instance.