Wednesday, June 3, 2015

Consuming MySuite WebService in Ax 2012 R3 (Part 1)

First of all, you need SQL Server Data Tools installed.

Now, you will create a Class Library Project in C# as the image below:



The name will be MySuiteCFDI for this example.

Then you have to add a service reference, see the image below


In the URL text field you should type the URL of the web Service



And then you have to click Ok button.


It is important check the App.config file, you have to set maxBufferSize and maxReceivedMessageSize properties.




You have to check the project options, Any CPU is the option to set in the platform.



In the project properties you have to review this values.




Now, you have to save this project in Ax 2012 R3.




Let's check the AOT in Ax, go to Visual Studio Projects and then click in C Sharp Projects Folder






To be continued...

No comments:

Post a Comment