You need a input file called reset.xml with the content
<?xml version=”1.0″ encoding=”UTF-8″?>
<pstate><action>reset</action></pstate>
In the above example you have to adjust the path to your service. The working directory must be in the directory where the file reset.xml is.
Windows:
c:E2E_BRIDGE_DATAbridge_PurchaseOrderExamplebine2ecommand.bat c:E2E_BRIDGE_PROG < reset.xml
Unix:
/opt/e2e_bridge_data/bridge_PurchaseOrderExample/bin/e2ecommand.sh /opt/e2e_bridge_prog < reset.xml
If everything went fine you get the answer
<?xml version=”1.0″ encoding=”utf-8″?>
<PState><Status>OK</Status></PState>