views:

191

answers:

2

PROBLEM: I need to feed data from a PHP script into Dynamics AX. METHOD: I suppose the easiest way to do this is by using the Dynamics AX Business Connector. QUESTION: Is it possible to connect to the Dynamics AX Business Connector directly from a PHP script? If so: How?

A: 

No, I don't think that is possible. The Business Connector is used for .NET or legacy COM applications.

Tony
A: 

You might be able to call the Dynamics AX .NET Business Connector from PHP using the DOTNET class.

Jay Hofacker