WSDL
WSDL is the resource that supplies the service contract. SOAP Request and SOAP Receiver both point at one, and the operations and message schemas they offer come from it.
Provide the definition one of two ways: give a WSDL Location to fetch it from, or paste the XML directly into WSDL (inline). Leave the location blank to use the inline copy.
The resource has one tab: Configuration.
Configuration
| Field | Required | Description |
|---|---|---|
| Name | Optional | Name of the resource. |
| Description | Optional | Description of the resource. |
| WSDL Location | Optional | URL or path to the WSDL — https, classpath, or file. Leave blank to paste inline below. |
| WSDL (inline) | Optional | Paste the WSDL XML here as an alternative to a location. |
| SOAP Version | Optional | Auto (from WSDL binding), SOAP 1.1, or SOAP 1.2. Defaults to Auto (from WSDL binding). |
SOAP Version is auto-detected from the WSDL binding. Override it only if needed.