• Connecting to an external REST with an XML header

    I am trying to connect to an external REST library that requires the content type to be XML and not JSON. The web service configuration seems to indicate that this should be possible since you can select XML as the the content type during the setup process…
  • Sage X3 XML parser

    I looked for a solution to parse XML files in Sage X3. I found some posts that suggest to use external application, stored procedure or the XML import feature of Sage, but I needed a more flexible solution. So I decided to implement a program to parse…
  • How to generate/download SEPA Credit Transfer XML file

    Hello Everyone, Can anyone let me know that how to download SEPA (FRA legislation) XML file after posting payments through manual remittance. I am not sure whether any other software required to download SEPA XML bacs file or any special setup required…
  • Webservice Problems with create work order

    Hi everybody!. I must use webservice to create an work order. I create a web service script with MFG object, and WJMFGXL1 program. I create a XML parameters with the fields that value is INPUT, but always when I run webservice and invoke this xml…
  • Sage Ent. Mgmt.: Find examples of using SOAP web services with XML and JSON formats in the Sage KB

    Sage Enterprise Management provides the convenience of being able to use web services which can provide real-time interfaces between the ERP and external applications. We can expose custom or existing Enterprise Management objects and functions as web…
  • Handling of CDATA commands in XML files

    XML files from external sources and other software can contain CDATA commands. CDATA is used to tell the parser that data should be treated as textual data, not as markup. See also: https://en.wikipedia.org/wiki/CDATA#CDATA_sections_in_XML When importing…
  • XML export: Mandatory fields should be exported even if they are empty

    In an export template (GESAOE) you can define fields as mandatory. When you export data using an XML template, these fields are not exported when they are empty or "0", even if they are marked as mandatory. Expected behavior: Fields that are marked…