RosettaNet Module 7.1 SP2.October 2012 | Installing and Using webMethods RosettaNet Module | Installing and Using RosettaNet Module | Public Services in WmRosettaNet Package | Summary of Elements in this Folder | pub.estd.rosettaNet:sendSynchronousResponse
 
pub.estd.rosettaNet:sendSynchronousResponse
Sends response synchronously. This service handles validation failures internally and sends an exception response synchronously. Supported for RNIF 2.0 protocol only.
You can also use this service to send a receipt acknowledgement synchronously by setting the receiptAckResponse input parameter to true.
Input Parameters
bizEnv
Document Reference (optional) The BizDocEnvelope associated with the most recent document event.
node
Object (optional) An XML node to process. The node must be an instance of com.wm.lang.xml.Node. You can add the XML node to the pipeline by using Integration Server Services. For example, the pub.xml:xmlStringToXMLNode service.
xmlString
String (optional) XML payload in the string format.
filePath
String (optional) Path of the file.
$reservation
Object (optional) A reservation object for handling a large document.
documents
Document An IData object that contains the documents associated with the conversation.
parameters
Document (optional) An IData object that contains the parameters associated with the conversation.
TPA
Document Reference An IData object that contains the TPA, trading partner profile information and process specific parameters for the current conversation.
receiptAckResponse
String (optional) Whether to synchronously send a receipt acknowledgement (true) or a response document (false). The default is false.
Output Parameters
sendFailed
String (optional) Returns true or false.
sendErrorMessage
String (optional) Returns the error message.