Petals-BC-SOAP 4.4.1+

compared with
Version 3 by Victor NOËL
on Oct 29, 2015 10:04.

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

Changes (2)

View Page History
* Put the SOAP headers into the protocol header JBI message property.

By default, the component is configured to handle URI with the [http://localhost:808[34]/petals/services/]<service-name> [http://localhost:8084/petals/services/]<service-name> (or 8083 for HTTPS) pattern (this URI can be configured in the [SOAP component configuration|Petals#componentConfiguration]). It also handles ?wsdl calls; the WSDL description is retrieved from the endpoint and sent back to the consumer.

By default, the list of HTTP services is available at [http://localhost:808[34]/petals/services/listServices] [http://localhost:8084/petals/services/listServices] (or 8083 for HTTPS) URI (it can also be configured in the [SOAP component configuration|#componentConfiguration]).

{warning}