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 6C2 — Diffuser un statut de fabrication

PIP 6C2 — Diffuser un statut de fabrication

Choréographie RosettaNet du cluster 6, 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 6C2 diffuse un statut de fabrication consolidé depuis l'EMS vers le manufacturer : lots WIP, lots terminés, taux de rendement, ruptures matière. Brique cœur de la visibilité MES inter-entreprises.

Structure du message

La choréographie 6C2 suit le modèle d'action RosettaNet :

  • Action principale : Manufacturing Status 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-6C2.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>6C2</GlobalProcessIndicatorCode>
</ServiceHeader>

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

<!-- payload PIP 6C2 ci-dessus -->

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 6C2 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-6C2.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip6C2ManufacturingStatusNotification xmlns="http://www.rosettanet.org/PIP6C2">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>ContractManufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Manufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <ManufacturingStatusReport>
      <reportIdentifier>
        <ProprietaryDocumentIdentifier>MFG-STATUS-2026-D138</ProprietaryDocumentIdentifier>
      </reportIdentifier>
      <reportPeriod><DateStamp>20260516</DateStamp></reportPeriod>
      <ProductIdentification>
        <GlobalProductIdentifier>00614141666664</GlobalProductIdentifier>
      </ProductIdentification>
      <wipQuantity><ProductQuantity>248000</ProductQuantity></wipQuantity>
      <completedQuantity><ProductQuantity>215000</ProductQuantity></completedQuantity>
      <yieldPercentage>97.8</yieldPercentage>
    </ManufacturingStatusReport>
</Pip6C2ManufacturingStatusNotification>

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 6C2 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

Foxconn diffuse à Apple via PIP 6C2 le statut quotidien de fabrication des iPhones sur le site de Zhengzhou : 248 000 unités WIP, 215 000 terminées, taux de yield 97,8 %.

Pour aller plus loin