How to implement retry mechanism in custom service to deliver a document

All,

I have a requirement, where I need to send a document via HTTPS post to TP. I cannot configure deliverDocument by option in TN as the TP has different host for each document. So, I need to submit the document using a processing service which also implements retry if there is no connection exist, same like in TN.

Could anyone please tell me. if there are any built in services etc.

Thanks for all ur help.
david.

You could use a custom delivery service that gets the host information from somewhere other than TN profiles. Refer to the TN docs for how to create a custom delivery service, which can leverage the retry configuration of delivery services.