
Hi,
I am new to AX and AIF services. I have created one Service by creating a query which uses Tables Purch Table, and Purchline. My requirement is to get the newly created Purchase order and to insert in a separate tables in Visual studio. Help me on this.
Regards,
Ram
Hi Ram,
I would say it makes sense to split the problem in two:
1) Query data from AX using your new service. You should be able to find plenty of blogs, documentation and discussion if you search the web for "consume AIF web service .Net AX 2012" or something like that. Here's one: community.dynamics.com/.../how-do-you-call-an-aif-web-service-from-c
2) Do something with this data after it's queried. This part is no longer related to AX. What are your "separate tables in Visual Studio" we don't know.