Hello
I have created a custom service in AX 2012 R3. I created the required data contracts and the service works fine when called via a C# webservice.
However I need to call this service based on input XML files using the file system adapter. For some reason the XML does not get deserialized and the the data contract is null when the service class is called.
Has anyone done this or something similar? Is it possible to invoke a custom service with a data contract using the file system adapter?
*This post is locked for comments
I have the same question (0)