ediverse Explorer la plateforme

À la une PEPPOL BIS Billing 3.0 L’obligation européenne d’e-invoicing arrive : France sept 2026, Belgique janv 2026, Allemagne 2025.
PIP 7C1 — Diffuser un rapport de statut de production

PIP 7C1 — Diffuser un rapport de statut de production

Choréographie RosettaNet du cluster 7, transportée en RNIF V02.00 et signée S/MIME. Maille opérationnelle entre ContractManufacturer et Manufacturer dans la chaîne d'approvisionnement high-tech.

Objet du PIP

Le PIP 7C1 diffuse un rapport périodique consolidé de production : volume planifié, volume produit, variance, alertes. Pendant macroscopique du PIP 6C2 axé sur la dimension reporting hebdomadaire ou mensuelle.

Structure du message

La choréographie 7C1 suit le modèle d'action RosettaNet :

  • Action principale : Production Status Report Notification Action
  • Signal : Receipt Acknowledgment RNIF
  • Action de réponse : Receipt Acknowledgment

L'action est emballée dans une enveloppe RNIF V02.00 multipart MIME signée S/MIME. Voici une vue condensée de l'enveloppe :

text rnif-envelope-7C1.eml
MIME-Version: 1.0
Content-Type: multipart/related; type="application/xml";
  boundary="RN-BOUNDARY-2026"

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-Preamble.xml

<Preamble xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <standardName>RosettaNet</standardName>
  <standardVersion>V02.00</standardVersion>
</Preamble>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: RN-ServiceHeader.xml

<ServiceHeader xmlns="http://www.rosettanet.org/RNIF/V02.00">
  <GlobalProcessIndicatorCode>7C1</GlobalProcessIndicatorCode>
</ServiceHeader>

--RN-BOUNDARY-2026
Content-Type: application/xml
Content-Location: Pip7C1ProductionStatusReportNotification.xml

<!-- payload PIP 7C1 ci-dessus -->

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 7C1 minimal, à titre didactique. Les éléments structurants (fromRole, toRole, thisDocumentGenerationDateTime, et le bloc métier propre au PIP) sont obligatoires dans toute implémentation conforme.

xml pip-7C1.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip7C1ProductionStatusReportNotification xmlns="http://www.rosettanet.org/PIP7C1">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>ContractManufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Manufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <ProductionStatusReport>
      <reportIdentifier>
        <ProprietaryDocumentIdentifier>PROD-W20-2026-GDL</ProprietaryDocumentIdentifier>
      </reportIdentifier>
      <reportingPeriod>
        <forecastStartDate><DateStamp>20260511</DateStamp></forecastStartDate>
        <forecastEndDate><DateStamp>20260517</DateStamp></forecastEndDate>
      </reportingPeriod>
      <plannedQuantity><ProductQuantity>285000</ProductQuantity></plannedQuantity>
      <producedQuantity><ProductQuantity>281200</ProductQuantity></producedQuantity>
      <variancePercentage>-1.3</variancePercentage>
    </ProductionStatusReport>
</Pip7C1ProductionStatusReportNotification>

Transport et acquittement

Cœur du standard : HTTPS POST sur endpoint partenaire ou AS2. Signature S/MIME et accusé Receipt Acknowledgment systématiques. Le PIP 7C1 est typiquement transporté en mode asynchrone.

Le canal d'acheminement est typiquement AS2 ou HTTPS direct (RNIF over HTTP). Pour un référentiel des couches de sécurité utilisées, voir la page AS2 sur ediverse.

Cas d'usage

Jabil diffuse à Cisco via PIP 7C1 son rapport hebdomadaire d'avancement de production sur l'EMS de Guadalajara : 285 000 cartes planifiées, 281 200 produites, variance −1,3 %.

Pour aller plus loin