Skip to content

Traceability #469

Closed Answered by louisaxel-ambroise
andreas-electi asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

This project is only a repository of EPCIS events with capture/query interfaces.
So assuming you sent the correct TransformationEvent to keep track of the different transformations from the primary materials to the finished goods, you should be able to retrieve the correct information using the following filters:

  • MATCH_outputEPC (or MATCH_outputEpcClass)
  • eventType
  • EQ_action

Using EPCIS 1.2, you can use something like the following query:

POST https://{{baseUrl}}/v1_2/Query.svc
Content-Type: text/xml

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:epcglobal:epcis-query:xsd:1">
  <soapenv:Body>
    <urn…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andreas-electi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants