Sunday, July 3, 2016

Web service Helpful link ax 2012

https://sumitsaxfactor.wordpress.com/2012/05/19/create-your-first-custom-service-ax-2012/

https://www.dynamics101.com/creating-custom-inbound-aif-service-microsoft-dynamics-ax-2012/
http://tech.alirazazaidi.com/custom-aif-service-in-dynamics-ax-2012-r3-from-scratch/
http://tech.alirazazaidi.com/creating-and-consuming-custom-document-service-in-dynamics-ax-2012-r3/
http://yetanotherdynamicsaxblog.blogspot.com/2013/10/consuming-web-service-in-ax-2012-is-easy.html
https://technet.microsoft.com/en-us/library/gg731848.aspx

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...