Access the Track and Trace use case application in a Web
browser to verify that it is running properly. The browser can be
on a workstation or on a handheld scanner.
Procedure
- Enter the following URL into a Web browser: http://premises:9080/ibmtt_track_and_trace/menuMain.jsp?station=123. The station value must be a valid SGLN location in the InfoSphere™ Traceability Server database.
- Obtain a valid commissioned unit barcode from the InfoSphere Traceability Server system.
- Click . The page should
show the Last Unit tag number and the NDC Item Description.
- Click Done.
- Access the InfoSphere Traceability Server data
browser and verify that an observe action was received for the unit
tag sampled in the URL; the URN is urn:epc:id:sgtin:038541.6210299.123456793.
- Ensure that tracing for the EPCIS Connector is turned on
the WebSphere® Premises Server node.
You should see a message in the logs similar to the following:
<?xml version="1.0" encoding="UTF-8"?>
<epcis:EPCISDocument creationDate="2008-10-03T04:54:50.546Z" schemaVersion="1"
xmlns:epcis="urn:epcglobal:epcis:xsd:1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:epcglobal:epcis:xsd:1 EPCglobal-epcis-1_0.xsd">
<EPCISBody>
<EventList>
<ObjectEvent>
<eventTime>2008-10-03T20:54:50.468Z</eventTime>
<epcList>
<epc>urn:epc:id:sgtin:038541.6210299.123456793</epc>
</epcList>
<action>OBSERVE</action>
<bizStep>urn:epcglobal:bizstep:inspecting</bizStep>
<disposition>urn:epcglobal:disp:non_sellable_other</disposition>
<readPoint>
<id>123</id>
</readPoint>
<bizLocation>
<id>urn:epc:id:sgln:0652642.22345.0</id>
</bizLocation>
</ObjectEvent>
</EventList>
</EPCISBody>
</epcis:EPCISDocument>