-
Notifications
You must be signed in to change notification settings - Fork 81
WebServiceSender
JHuibers edited this page Nov 25, 2019
·
1 revision
The following is a simple example configuration for using the WebServiceSender:
<pipe className="nl.nn.adapterframework.pipes.GenericMessageSendingPipe"
name="Send2WS">
<sender className="nl.nn.adapterframework.http.WebServiceSender"
serviceNamespace="urn:ws"
url="${web.protocol}://${web.host}:${web.port}${web.contextpath}/servlet/rpcrouter"
namespaceDefs="ns1=${web.protocol}://www.ing.com/namespace1 ns2=${web.protocol}://www.ing.com/namespace2"
soap="false"
allowSelfSignedCertificates="true" verifyHostname="false" />
<forward name="success" path="EXIT" />
</pipe>