RaiseECEvent URL

Invoked by the WebSphere Commerce scheduler to process pending base ECEvents. This URL is called by scheduler. No display page will return.

URL structure

http:// host_name/path/
The fully qualified name of your WebSphere Commerce Server and the configuration path

Parameter values

eventId
Optional identifier of a specific event that will be raised regardless of whether it has already been processed. If omitted then all unprocessed pending events will be raised.

Example

This example invokes the event monitor to process pending events.

http://myhostname/webapp/wcs/stores/servlet/RaiseECEvent?

Behavior

  • Checks for pending events.
  • For each event, the command raises the event.

Exception conditions

None.