Hi!
I want to integrate 1C with some .net core web service, and for faster data processing I want to make c# service response to 1C with MXL format. So all the flow will look like - 1C make HTTP request and send it to .net service. Service process data and send to 1C response with MXL. 1C use method ValueFromFile() to the response and get a ValueTable object. There's only one problem - I can't find anywere document with MXL specification for 1C ValueTable object, does such exists? I just want to be sure there is no errors in MXL file that I'll prepare on C# side.
This forum is intended for cases when a problem can not be solved due to restrictions of the platform: a bug or lack of functionality.