ebXML Module 7.1 SP1 | Understanding and Using webMethods EBXML Module | Installing and Using ebxml Module | Trading Partner Agreement Parameters Version 2. 0 | TPA Parameters for ebXML Message Service Version 2.0 Specification | CustomParams
 
CustomParams
AutoAckSend
Enables or disables the sending of automatic acknowledgments.
*Set to false to disable the sending of automatic acknowledgments when messages are processed successfully. You can explicitly send acknowledgments using the wm.ip.ebxml.MSH:sendAck service.
*Set to true to enable ebXML Module to automatically send acknowledgments to the message sender if the messages were processed successfully. This is the default setting.
Automatic acknowledgments can also be controlled with ebXML Module configuration parameter wm.ebxml.autoAckSend. For more information, see Configuring webMethods ebXML Module.
payload\description
Specifies descriptive text for the payload to be included in the MessageHeader element of a SOAP message. The ID field in this parameter refers to the payload ID in the SimplePart section of the TPAs.
timestampFormat
A string that specifies the timestamp format in the ebXML message.
*Set this property to default1 to set the timestamp format to yyyy-MM-dd'T'HH:mm:ss-HH:SSS'Z' (for example, 2008-05-20T13:20:10.663Z). This is the default setting.
*Set this property to default2 to set the timestamp format to yyyy-MM-dd'T'HH:mm:ss-HH:mm (for example, 2008-05-220T13:20:10).
*Set this property to default3 to set the timestamp format to yyyy-MM-dd'T'HH:mm:ss-HH:mm, where yyyy-MM-dd'T'HH:mm:ss is the local time, and -HH:mm is the time zone offset. (For example, "2008-05-20T13:20:10-05:00" represents "20 May 2008 13:20:10 GMT-05:00".)
*Set this property to any other valid Java timestamp format.
Note:
For more information about the timestamp formats above, see the XML Schema Part 2: Datatypes document available at http://www.w3.org/TR/xmlschema-2
timezone
A String that is the valid Java time zone. This value overwrites the global setting provided by the wm.ebxml.timestamp property in the WmebXML/config/config.cnf file.
Example: GMT-05:00 for EST time.