Hi,
Found some information, that it's possible to connect to AX from external php application. Exist two variants - use Business connector ( through php dotnet class ) or communicate with webservice through SOAP .
Here is one discusion : community.dynamics.com/.../111006.aspx .
With SOAP variant the problem is to know functions( methods ) which are exploded in webservice . Or I'm wrong ? Through SOAP can be fully accesible Axapta ?
It's interesting with Business connector . But sorry, thought I know php , but don't have experience with dotnet . I don't know from what to start with that ... Which dll to call ? How to operate with methods ?
I'll be thankfull for any small sample or advice !