Hi
I have been given the assignment of choosing a suitable way of integration a webshop with Dynamics AX in a synchronous way and have investigated a few options:
- WCF/SOAP service
- .Net C# with Proxy classes to X++
- Business Connector
Set aside the fact that the BC is old and will be eliminated in the next version they all give the result I want. However my calculation tells me that the "Logon" in both the Proxy and BC solution is quite time consuming. I do not know if there is a way of keeping the sessions alive even though the webshop closes down the connection to these .Net programs (that will most certainly be a RESTful service).
I know there are other solutions like ODataQueryService but that does not support filters with will be needed. Otherwise I will have to query much too large datasets to get just a few informations.
LINQ is another possibility but as I understand it that too is for larger data.
Any experience that contradicts my findings or any other solutions that comes to mind will be welcome.
Thanks
Thomas
*This post is locked for comments
I have the same question (0)