-
Notifications
You must be signed in to change notification settings - Fork 81
EsbSoapOutputWrapper
BonnoSmeele edited this page Oct 8, 2024
·
1 revision
Wraps a message in a soapenvelop.The default wrapping is done according to the standards of the NN common message header. If you want to implement your own standard, you can use property "soapHeaderStyleSheet" and point it to a xslt sheet of your own choosing.
<EsbSoapInputWrapper cmhVersion="2" addOutputNamespace="true" useFixedValues="true"> <Param name="destination" value="QueueName"/> <Param name="conversationId" sessionKey="conversationId"/> </EsbSoapInputWrapper>