Skip to content

Importing a WSDL

File ▸ Import (Ctrl+I) then the .wsdl file, or the WSDL’s URL directly (often …?wsdl).

The tree produced by importing a WSDL: an environment folder at the root, one sub-folder per WSDL <service>, and one SOAP request per operation

ElementWhat Restorm makes of it
Each service / portA folder
Each operationA SOAP request
soapActionFilled in on the request
The input messageA pre-filled SOAP envelope, typed from the schema
The service’s addressThe environment’s base URL
Types and documentationThe API documentation and the enumerations

The pre-filled envelope is what makes this import worthwhile: writing a correct <soap:Envelope> by hand is tedious, and that is exactly what the WSDL describes.

SOAP is one of the re-syncable formats. See Updating from the source.