How we can create vendor master in ax 2012 using integration (JSON file)?

How we can create vendor master in ax 2012 using integration (JSON file)?

AIF document services is likely the best tool for this purpose. But it doesn’t accept JSON; messages need to be in SOAP format (which is based on XML).

The message would have to be transformed either by the caller, or you could create a middle-tier service accepting JSON and making a SOAP call to F&O. You could utilize Azure API Management, for example, to do the transformation, instead of developing it on your own.

1 Like