Hi Friends,
I am currently working to integrate AX 2012(R3) with Salesforce by using Dell Boomi. I am getting XML validation error while trying to create customer data in AX.
I have configured the flow as given in Boomi document. Please check the steps below
Steps:
1) Installed Local Boomi Atom on the AOS server and it is running as expected.
2) Installed web services for AIF in IIS as per Boomi Guide and working as expected.
3) Created a HTTP Inbound Port as per the Boomi Guide line here and used for Customer(Standard CustCustomerService).
4) I have enabled the Data Policies, to get only limited XML elements which needs for the Integration.
5) In Boomi, We have created a new test environment and attached the local atom which installed in DEV AOS.
6) Created new Connection using Microsoft Dynamics AX connector as explained.
7) Created new Operation for both READ and CREATE as explained.
8) After all this configuration done, I can successfully communicate with AX.
9) READ Operation retrieved data as expected.
10) CREATE Operation has been failed and throw XML validation error.
- BOOMI - XML ERROR
- BOOMI - CREATE OPERATION PARAMETER
- BOOMI - CREATE XML ATTRIBUTE (This is created based on the AX service I have selected)
- AX - XML EXCEPTION (Invalid document schema. The following error was returned: The required attribute 'class' is missing.)
- AX - INBOUND XML
I don't know what could be the reason for this error and what to pass in the @CLASS attribute.
Please let me know if anyone already faced issues like this or working in Dell Boomi.
Thanks in Advance!
// Vasanth Arivali