Index: APPS/TBXWeb/impl/AbstractOrderHandler.cls.xml =================================================================== diff -u -r10 -r33 --- APPS/TBXWeb/impl/AbstractOrderHandler.cls.xml (.../AbstractOrderHandler.cls.xml) (revision 10) +++ APPS/TBXWeb/impl/AbstractOrderHandler.cls.xml (.../AbstractOrderHandler.cls.xml) (revision 33) @@ -19,11 +19,11 @@ -%String +APPS.TBXWeb.enu.TBXHandel -%String +APPS.TBXWeb.enu.TBXHandel @@ -40,14 +40,14 @@ provide notification that a new instance of an object is being created.

If this method returns an error then the object will not be created.]]> -wsID:%String,Shop:%String="",Requester:%String="" +wsID:%String,Shop:APPS.TBXWeb.enu.TBXHandel="",Requester:APPS.TBXWeb.enu.TBXHandel="" 1 1 %Status indien post processing errors --> quiten - Do ..Logger.Info("POSTPROCESSING_STARTED") + Do ..Logger.Info("POSTPROCESSING_STARTED") Set stPostProcessing = ..PostProcessing() if 'stPostProcessing Do Quit $$$ERROR($$$GeneralError,"Post processing error") . Do ..Logger.ErrorMail("POSTPROCESSING_FAILED",$$ParseStatus^vhLib.System(stPostProcessing)) @@ -146,6 +150,13 @@ ]]> + +1 +Boolean + + + WSOrd 1 @@ -185,6 +196,7 @@ Else Do . Set Info = "From="_From_" To="_$$$LCVT(lbTo) . Do ..Logger.ErrorMail("MAIL_FAILED",Info_" Error="_$$ParseStatus^vhLib.System(stSendMail)) + Quit stSendMail ]]>