Chem eStandards Module Version 7.1.July 2008 | Installing and Using CHEM Module | Handling Errors and Exceptions | Handling Errors and Exceptions | Built-In Handler Services with Chem eStandards Module
 
Built-In Handler Services with Chem eStandards Module
The following table lists and describes the handler services that the webMethods Chem eStandards Module provides in the WmChem package and identifies whether you can edit a particular handler service. For more information about any of these services, see Public Services in the WmChem Package.
Service
Description
can Edit
Do Not Edit
The last step in a conversation.
Yes
The service called when an error occurs while processing a Chem conversation.
The service for validating inbound Chem business documents.
The service for handling a Chem payload document that does not conform to any TN XML document type.
The service for sending Chem payload documents to a trading partner via the appropriate transport protocol.
The service for sending the Receipt ACK upon receipt and validation of a Chem payload document.
The service for invoking the appropriate sendSyncResponse based on the transport protocol being used by the conversation. For example, if the conversation uses the RNIF version 1.1 transport protocol, this service invokes the wm.estd.chemical.transportHandlers:sendSynchronousResponse service that is provided in the WmChem package.
The service for initiating a Pip0A1NotificationofFailure. This service invokes the appropriate startNOF service based on the transport protocol being used by the conversation. For example, if the conversation uses the RNIF version 1.1 transport protocol, this service invokes the wm.estd.chemical.transportHandlers:sendNOF service that is provided in the WmChem package.
The service for invoking the appropriate verifyAcknowledgement service based on the transport protocol being used by the conversation. For example, if the conversation uses the RNIF version 1.1 transport protocol, the service invokes the wm.estd.chemical.transportHandlers:verifyAcknowledgementservice that is provided in the WmChem package.
Note:
If you must edit a handler service that it is not recommended that you edit, you should be an advanced, experienced developer or get an advanced, experienced developer to edit the handler service.