ResubmitTransaction
Overview
The ResubmitTransaction operation is used to resubmit a previously-submitted transaction using TransactionIdentifier and AccountId.
| Operation | OperationName |
|---|---|
| Style | document |
| Operation Type | Request-response. The endpoint receives a message, and sends a correlated message. |
| SOAP Action | http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/ResubmitTransaction |
| Input | IEDocService_ResubmitTransaction_InputMessage (soap:body, use = literal) parameters type ResubmitTransaction |
| Output | IEDocService_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.