Hi.
I tried creating a web service client according to this document:
Consuming_Web_Services_AX2012.pdf
I made a class library project, added the service reference and compiled. To verify, I made another (console) project, referenced the assembly with the web service client I just created and called the service which returned the results as expected.
Next I went back to the class library project containing the web service reference and clicked "Add to AOT", then set the deploy properties to client and server.
The AX 2012 development environment also shows the project in the "Visual Studio Projects" node, however I can't use the generated classes in the namespace. When I start typing the namespace it also doesn't give me autocomplete.
Copy&paste of the full class name including namespace from the abovementioned Visual Studio test project just gives me compile errors.
Has anyone managed to add a service client to AX 2012?