Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Built-In Services | Summary of Elements for the WmAS4AU Package | wm.estd.as4.au.handlers:validate
 
wm.estd.as4.au.handlers:validate
Validates the message types in agreement update messages.
Input Parameters
isInbound
String. Optional. Whether a message is inbound or outbound. The default is false.
bizdoc
Document Reference. Optional. BizDocEnvelope (wm.tn.rec:BizDocEnvelope) associated with the most recent document update.
message
String. Optional. XML payload associated with the document.
fromParty
String. Optional. Internal ID of the party as defined in the trading partner profile that sends the message.
toParty
String. Optional. Internal ID of the party as defined in the trading partner profile that receives the message.
pmodeId
String. Optional. TPA agreement ID to use for this message.
Note: 
*Either the bizdoc or message is required.
*If the message string is passed, then fromParty, toParty, and pmodeId is mandatory.
Output Parameters
isValid
String. Whether the inbound or outbound AgreementUpdate message is valid or not.
auError
Document Reference List. Optional. List of errors that occurred during the validation of the message.
error
Document. Optional. Any error that was encountered while validating the request.
Parameter
Description
description
String. Description of the error.