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 7B6 — Diffuser un détail de travail en cours

PIP 7B6 — Diffuser un détail de travail en cours

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 7B6 diffuse un détail de travail en cours (WIP) à un niveau granulaire — lot, opération, machine, date prévue d'achèvement. Pendant détaillé du PIP 7B1 qui en reste à un agrégat.

Structure du message

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

  • Action principale : Work in Process Detail 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-7B6.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>7B6</GlobalProcessIndicatorCode>
</ServiceHeader>

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

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

--RN-BOUNDARY-2026--

Exemple XML simplifié

Payload PIP 7B6 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-7B6.xml
<?xml version="1.0" encoding="UTF-8"?>
<Pip7B6WorkInProcessDetailNotification xmlns="http://www.rosettanet.org/PIP7B6">
  <fromRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>ContractManufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </fromRole>
  <toRole>
    <PartnerRoleDescription>
      <GlobalPartnerRoleClassificationCode>Manufacturer</GlobalPartnerRoleClassificationCode>
    </PartnerRoleDescription>
  </toRole>
  <thisDocumentGenerationDateTime>
    <DateTimeStamp>20260516T101500Z</DateTimeStamp>
  </thisDocumentGenerationDateTime>
    <WorkInProcessDetail>
      <reportIdentifier>
        <ProprietaryDocumentIdentifier>WIP-DETAIL-2026-138</ProprietaryDocumentIdentifier>
      </reportIdentifier>
      <reportPeriod><DateStamp>20260516</DateStamp></reportPeriod>
      <WorkInProcessLineItem>
        <lotIdentifier>LOT-2026-A29-014</lotIdentifier>
        <ProductIdentification>
          <GlobalProductIdentifier>00614141777771</GlobalProductIdentifier>
        </ProductIdentification>
        <currentOperation>WireBond</currentOperation>
        <expectedCompletionDate><DateStamp>20260520</DateStamp></expectedCompletionDate>
        <quantityInProcess>2000</quantityInProcess>
      </WorkInProcessLineItem>
    </WorkInProcessDetail>
</Pip7B6WorkInProcessDetailNotification>

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 7B6 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

ASE Group diffuse à TSMC via PIP 7B6 un détail des 47 lots WIP en assemblage : pour chaque lot, opération courante (probe, dice, attach, wire bond, encapsulation) et date prévue de sortie.

Pour aller plus loin