Hello everyone,
I'm new to MS Dynamics. It's my current task to get to know it and develop a connector from a proprietary software to Dynamics AX (in Java, not in .NET).
I'm having troubles with installing Dynamics AX on a Windows Server, so I tried a cloud hosted installation on http://www.tryerp.net . After mailing them about my problem to tryERPhelp@microsoft.com I only received a delivery error ("The e-mail address you entered couldn't be found.") and they also point to this community, which is why I'm here.
Regarding the problem:
I got to the GUI for users of Dynamics AX, but I'm a developer and I'm looking for a way to interact with Dynamics AX programmatically. I found information about the AIF (Application Integration Framework) and even configured a new NetTcp Endpoint (followed this official walkthrough). Now there's this WSDL endpoint:
http://MSERPDAX<SomeMachineNumber>:8171/DynamicsAx/Services/SalesOrderRead
But how do I get to know the actual URL or IP of the machine? The try-ERP RDP session seems to be restricted to the Dynamics AX GUI.
Also: How can I configure an HTTP (instead of NetTcp) endpoint? The GUI requires me to enter a URL, but here I'm already stuck because I don't know the address of the machine. And I guess I need the HTTP endpoint when I have to implement the connector in Java instead of .NET.
The 14 day trial runs out soon, so I'd be happy about quick replies or tips on how to get a demo / dev installation running without hassles or a cloud hosted one.
Thanks in advance!