Skip to main content

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

FieldRequiredDescription
NameOptionalName of the resource.
DescriptionOptionalDescription of the resource.
WSDL LocationOptionalURL or path to the WSDL — https, classpath, or file. Leave blank to paste inline below.
WSDL (inline)OptionalPaste the WSDL XML here as an alternative to a location.
SOAP VersionOptionalAuto (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.