Hi, Thanks, this is very helpful. I just have a question. I tried to generate schema I get a json as follows instead of an XML. Why so? "Schemas": [ { "Name": "Rfc", "Content": "... very long string..."
@SAPonAzure4 жыл бұрын
Can you check github.com/daviburg/Sap-Samples ? There are some great samples and more information on how to work with the SAP connector for LogicApps. Regards, Holger.
@davidburg75734 жыл бұрын
More details regarding schema generation and samples have been added to the official documentation here: docs.microsoft.com/en-us/azure/logic-apps/logic-apps-using-sap-connector#generate-schemas-for-artifacts-in-sap The generate schema action does respond with a json payload wrapping mutliple XML-XSD schema files for the requested SAP action or actions. The XSD are base 64 encoded in the content json element. There is an example on how to upload these schemas from the generate action output onto an integration account, for instance to use them for XML validation. See docs.microsoft.com/en-us/azure/logic-apps/logic-apps-using-sap-connector#upload-schemas-to-an-integration-account and docs.microsoft.com/en-us/azure/logic-apps/logic-apps-enterprise-integration-xml-validation