Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Die Fachapplikation übergibt via Schnittstelle einen spezifischen CustomXML-Part. primedocs baut diesen ohne Prüfung in das Dokument ein. Dadurch ist es beispielsweise möglich, generische Tabellen oder Listen zu übermitteln.

<?xml version="1.0" encoding="UTF-8"?>
<OneOffixxConnectBatch xmlns="http://schema.oneoffixx.com/OneOffixxConnectBatch/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Entries>
    <OneOffixxConnect>
      <Arguments>
        <TemplateId>6bb49520-1ebd-4f68-bb5f-02f46a9e1ec8</TemplateId>
        <LanguageLcid>2055</LanguageLcid>
      </Arguments>
      <Function name="CustomXmlPartsInjector" id="6f6430fe-6c11-41de-9f29-c29fef4de861">
        <Arguments>
          <Part>
            <HelloWorld>TestTest</HelloWorld>
          </Part>
          <Part>
            <CATALOG>
              <CD>
                <TITLE>Empire Burlesque</TITLE>
                <ARTIST>Bob Dylan</ARTIST>
                <COUNTRY>USA</COUNTRY>
                <COMPANY>Columbia</COMPANY>
                <PRICE>10.90</PRICE>
                <YEAR>1985</YEAR>
              </CD>
              <CD>
                <TITLE>Hide Your Heart</TITLE>
                <ARTIST>Bonnie Tyler</ARTIST>
                <COUNTRY>UK</COUNTRY>
                <COMPANY>CBS Records</COMPANY>
                <PRICE>9.90</PRICE>
                <YEAR>1988</YEAR>
              </CD>
            </CATALOG>
          </Part>
        </Arguments>
      </Function>
    </OneOffixxConnect>
  </Entries>
</OneOffixxConnectBatch>

  • No labels