December 31, 2012 at 15:35
filed under Dynamics AX
Tagged 2012, Book, Dynamics AX, Services
After a lot of hard work, the book Microsoft Dynamics AX 2012 Services is finally available for purchase.
Those who pre-ordered will probably have downloaded the e-book already. Others will have to wait for their paper copy to arrive.
I myself don’t have a copy yet, so I’m watching my mail box just like you :). I have received my copies on the 10 jan 2012, yours should arrive shortly!
If you have questions or remarks about the book, just add a comment below or send me an email.
Happy holidays!
Order from Packt Publishing,
from amazon.com,
or from amazon.co.uk.
DAXFan
on May 30, 2013 at 17:53
Hi Klass,
The book makes a wonderful reading. I am currently looking at deploying a custom service using outbound port. I would appreciate if you provide your inputs on this.
The current object model used for triggering outbound messages into queue (AifSendService, axSend etc) are more aligned towards document services.
Any ideas, how to trigger a custom service (without any parameters) to insert a message in the queue for AIF services to pickup and process?
Regards,
DaxFan
Klaas Deforche
on June 6, 2013 at 13:02
Hey DAXFan,
Thanks for you comment.
I’m not sure if it’s possible. Custom services are more aimed at inbound messages using WCF. In your case, I think I would create a table with the data I want to expose. Then simply create a document service for it. When you need to trigger an outbound message, insert data in the table and export it with the document service (you can specify what records using a query).