Skip to content
Vegha Docs

Importing from WSDL

Vegha imports a WSDL document and produces an executable SOAP collection — one request per operation, each with its SOAP envelope pre-built and ready to send.

Open the Import dialog with Ctrl+I and select the WSDL file. Choose a destination folder, and Vegha parses the document’s bindings and services to generate the collection.

WSDL elementVegha
ServiceA .bru collection folder
Binding / portEndpoint and protocol details
OperationA .bru request with a pre-built envelope
Message / type schemaThe body of the SOAP envelope

For each operation Vegha generates a request configured with:

  • The correct endpoint URL from the service’s port address
  • The Content-Type and, where applicable, the SOAPAction header
  • A complete SOAP envelope skeleton in the request body, with elements derived from the operation’s input message

Open any generated request, fill in the placeholder values inside the envelope, and send. Because the envelope is built from the WSDL schema, the request structure is correct out of the box — you only supply the data.