I am trying to fetch the list of vendors from the AX database.
I want to show a list of vendors in my aspx page.How can i achieve this?
here is what i have done so far
1-Deployed the Ax webservices. 2-Created a client class to call the service.
i am stuck here and not sure how to fetch the data.
Please advice.
As dates and I can move decimal to the web service in Ax, the name of the service I am using is CustFreeTextInvoice ..
Passing string data no problem but with date and decimal data itself.
code attached ...
I found out how to do it..here is the solution as to how to Consume AIF webservices.here is the code.Please refer the following article http://msdn.microsoft.com/en-us/library/cc652581.aspx