8000 EsbSoapOutputWrapper · frankframework/frankframework Wiki · GitHub
[go: up one dir, main page]

Skip to content

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>

Clone this wiki locally

0