ResubmitTransaction

Overview

The ResubmitTransaction operation is used to resubmit a previously-submitted transaction using TransactionIdentifier and AccountId.

OperationOperationName
Styledocument
Operation TypeRequest-response. The endpoint receives a message, and sends a correlated message.
SOAP Actionhttp://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/ResubmitTransaction
InputIEDocService_ResubmitTransaction_InputMessage (soap:body, use = literal) parameters type ResubmitTransaction
OutputIEDocService_ResubmitTransaction_OutputMessage (soap:body, use = literal) parameters type ResubmitTransaction

Request Message

The operation input is ResubmitTransactionIn. The request requires a ResubmitTransactionIn object.

Parameter Name Constraints Description
request ResubmitTransactionIn Required Information on the transaction to resubmit.

Response Element

The operation output is ResubmitTransactionResponse. The response returns a ResubmitTransactionOut object containing status information for the request.

Element Name Description
ResubmitTransactionResponse ResubmitTransactionOut The output message for the ResubmitTranscactionResponse operation used to resubmit a transaction.

Request and Response Samples

For sample code, see: ResubmitTransaction.