Hello,
I have extended the Real Time Service by adding a Method in the AX class RetailTransactionServiceEx. For guidance I used the information in this TechNet article:
https://technet.microsoft.com/EN-US/library/dn126098.aspx
We are implementing a Retail solution where we are using the MPOS and a central Retail Server. I need to Call my new Real Time Service method from Commerce Runtime (Retail Server), but I have not been able to find an example or information about how to do this.
The article states that it can be done like this:
var response = this. PosApplication.Instance.TransactionServices.InvokeExtension("Hello", "2014");
However I don't think it can be done that way from Commerce Runtime that is used with Retail Server, just fra the POS-Application.
We are using AX 2012 R3 CU9.
I would be grateful for tips on how to use a new Real Team Service method from Commerce Runtime.
Regards
Morten Løpen