Skip to content

Custom Nice Names

Philip Helger edited this page Aug 23, 2022 · 2 revisions

An XML file referenced by the Configuration property webapp.nicename.doctypes.path (for document types) must look like this to be usable:

<root type="doctypeid">
  <item id="busdox-docid-qns::urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2::ApplicationResponse##urn:fdc:peppol.eu:poacc:trns:catalogue_response:3::2.1" name="Peppol Catalogue Response transaction 3.0" deprecated="false">
    <procid scheme="cenbii-procid-ubl" value="urn:fdc:peppol.eu:poacc:bis:catalogue_only:3" />
  </item>
  <item id="busdox-docid-qns::any-other-id" name="This is the fancy document type" deprecated="true" />
</root>

and the XML file reference by the Configuration property webapp.nicename.processes.path (for processes) looks basically the same:

<root type="processid">
  <item id="cenbii-procid-ubl::urn:fdc:peppol.eu:2017:poacc:billing:01:1.0" name="Peppol BIS 5A" deprecated="false" />
  <item id="cenbii-procid-ubl::any-other-id" name="This is a fancy process" deprecated="true" />
</root>