
I am trying to create a custom document service in ax 2012. I created a document query where I added PurchaTable and PurchLine. Then using wizard I created the Axd and services classes. Then I created a outbound port using file system adapter pointing to c:\AIFOut folder. I configured read method as service operation. I ran the job to generate the CD file in the same directory. Then I created a job where I selected a record from PurchTable and queued up a message in the outbound along with selected record. Then I tried to process the queue using new AifOutboundProcessingService().run() method. But it gave me an error message as
Unable to cast object of type 'Microsoft.Dynamics.Ax.Xpp.XppObjectBase' to type 'Dynamics.Ax.Application.AifDocument'.
Can any one help me in this regard please.
*This post is locked for comments
I have the same question (0)