Petals-BC-SOAP

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
{code}

todo
{include:0 CDK SU Provide Configuration}

\\
{center}
{table-plus}
|| Parameter || Description || Default || Required ||
| address | Address of the external Web Service to send JBI messages to. | \- | Yes |
| mode | The mode to be used to send SOAP message to the specified address. \\ Possible values are : {{SOAP}} for basic WebService calls, {{TOPIC}} for
WebService notifications and {{REST}} for REST service calls. | \- | Yes |
| soap-version | The SOAP version used to create SOAP messages. \\ \\ Possible values are {{11}} and {{12}}. | SOAP | No |
| synchronous-timeout | The timeout value when invoking a a service in the JBI bus. \\{info:title=Note}This value override the CDK value.{info} \\ \\ The value is expressed in milliseconds. | 2000 | No |
| proxy-host | The proxy host name. \\ \\ If it is not set, the proxy mode will be disabled and all others proxy parameters are ignored. | \- | No |
| proxy-port | The proxy host port. | \- | No |
| proxy-user | The proxy user. | \- | No |
| proxy-password | The proxy password. | \- | No |
| proxy-domain | The proxy domain. | \- | No |
| cleanup-transport | Cleanup the transport after the WebService call. \\ \\ Not cleaning up the transport can cause timeouts on large number of calls. \\ \\ Possible values are: {{true}}, {{false}}. | true | No |
| headers-filter | A value used to filter Normalized Message properties to be added to the outgoing SOAP message. All the normalized message properties which are {{org.w3c.dom.DocumentFragment}} instances. These values can be filtered at the Service Unit level with the headers-filter property. If the headers-filter property is set to '{{org.ow2.petals.soap.foo.\*, org.ow2.petals.soap.bar}}', all the DocumentFragment properties which are starting with '{{org.ow2.petals.soap.foo.\*}}' and with '{{org.ow2.petals.soap.bar}}' will be added to the outgoing SOAP Header (as children).| \- | No |
| inject-headers | Inject some additional headers to the outgoing SOAP message. All the elements of the {{org.w3c.dom.DocumentFragment}} Map which is available in the {{javax.jbi.messaging.protocol.headers}} message properties will be added if the Service Unit level property inject-headers is set to true.| false | No |
{table-plus}
*Configuration of a Service Unit to provide a service (SOAP)*
{center}

h2. Send a JBI message from an incoming SOAP message