Toolbar: SOAP¶

Purpose¶
The SOAP tab is used for editing SOAP web service definition files, also known as **W**eb **S**ervice **D**efinition **L**anguage (WSDL) files.
How to Open¶
The SOAP tab is available whenever a SOAP definition file (.soap) is visible in the Content View.
You can also open it from the View > SOAP menu. This will open the first .soap file in the project (if any). Otherwise, it does nothing.
If there is no .soap file in the project yet, use the Add Web Service Dialog.
Toolbar Controls¶
-
Save- Saves the current set of SOAP operations to the.soapfile being edited.
-
Endpoint- The Endpoint field allows you to enter the URL for the SOAP WSDL file that defines all SOAP operations exposed by the web service.Enter the URL in the top box, then click the
Get WSDLbutton.
-
Get WSDL- Updates the service definition based on the currentEndpointvalue. -
Custom Endpoint- Click this button to toggle the display of the custom endpoint text box. This allows you to override the default URL specified by the WSDL file and is useful for scenarios where you want to use the WSDL from one instance but invoke operations against a different instance.
-
Add Credentials- Allows you to add HTTP basic authentication credentials (username and password) to the SOAP operation. This is useful for SOAP operations that require HTTP basic authentication.
