Importing a WSDL
Importing
Section titled “Importing”File ▸ Import (Ctrl+I) then the .wsdl file, or the WSDL’s URL directly
(often …?wsdl).

What is imported
Section titled “What is imported”| Element | What Restorm makes of it |
|---|---|
Each service / port | A folder |
Each operation | A SOAP request |
soapAction | Filled in on the request |
| The input message | A pre-filled SOAP envelope, typed from the schema |
| The service’s address | The environment’s base URL |
| Types and documentation | The 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.
Updating
Section titled “Updating”SOAP is one of the re-syncable formats. See Updating from the source.