Hi All,
Integrate To create customer records and address in ax from other application using webservices. It should be a single way coomunication.
Client having some issues in sending xml in the form of string , so how to handle it in a better way.
Hi All,
Integrate To create customer records and address in ax from other application using webservices. It should be a single way coomunication.
Client having some issues in sending xml in the form of string , so how to handle it in a better way.
Are you saying that you don't control the format for the service? Are you sure you can't? If not, you still don't have to give up AIF and developing something similar from scratch by yourself. The solution would be transforming data from your format to the format defined in AIF.
Yes, document services have CRUD operations (create, delete, find, findKeys, read, and update) and return responses. Please consider looking up document services in AX documentation and learning the basics.
How to handle the responses in document service, there are some default operation with crud?
Request xml has multiple combination of address in a single call ,say inside Address tag there are multiple action to insert,update and ignore.
So how to handle it in document service.
Why exacty are you developing a custom solution instead of using the existing one: AIF document services?
Check out the following documentation page: Integrating Other Applications with Microsoft Dynamics AX.
Hi Martin,
Ax receives the data and create the customer and address records . What are the best way to handle it. I created a custom class by passing the xml as a string and completed the unit level testing of updating the customer. Now the client is not able to send the xml data in the form of string as they may have some issues.
So I am struck here, how to handle this situation? It should be a synchronous call , the responses i worked will return a xml.
Could please provide more details about your problem, please?
André Arnaud de Cal...
293,043
Super User 2025 Season 1
Martin Dráb
231,864
Most Valuable Professional
nmaenpaa
101,156
Moderator