user1057829
user1057829

Reputation: 43

How to implement cXML in Dynamics Axapta 2012 for VendInvoice AIF service

We have a request to automatize the process of Vend Invoice creation in Dynamics axapta 2012.

The request is to add a customization to be able to create vend invoices using Inbound port AccountsPayable from cXML's.

Does anybody know whit what process to start? Do we have to create a intermediate service which will parse cXML file in XML and to call axapta vend invoice service?

Upvotes: 0

Views: 301

Answers (1)

Geoffrey DELMEE
Geoffrey DELMEE

Reputation: 782

If you have your schema defined in your cXML schema and you want to use the standard AIF schema, you'll have to transform your file. You can use .net or XSLT transform in AX or use a middleware before to do the transform. You need to look at the schemas to choose the better solution for you.

Upvotes: 1

Related Questions