如果要在客戶的訂單出貨時,傳送出貨通知電子郵件給客戶,請執行下列步驟:
- 使用如下的 SQL 陳述式更新 CMDREG 資料庫表格:
update cmdreg set classname='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmdImpl' where interfacename='com.ibm.commerce.messaging.commands.ReleaseShipNotifyCmd'
附註:在預設的情況下, 會在 CMDREG 資料庫表格中, 將 ReleaseShipNotifyDummyImpl 當成 CLASSNAME 而停用 Release_WCS_ShipmentNotify 訊息。 ReleaseShipNotifyDummyImpl 為一種不會執行任何動作的虛擬施行。
XML 訊息的預設 JSP (ReleaseShipNotify.jsp) 位於:
WAS_installdir/installedApps/node_name/WC_demo.ear/Stores.war.