Need to create an custom acknowledgement similar to biztalk inbuilt 977 acknowledgement.
I am planning to do this in the IBaseMessage IComponent.Execute(IPipelineContext pContext, IBaseMessage pInMsg) method.
Is this the correct approach?
Can anyone tell me if there is a better/different approach?