This add-on supports the Automation Framework.
The add-on will import WSDL files containing SOAP endpoints if they are found while spidering but adding them explicitly via a URL or local file is recommended if they are available.
The soap job allows you to import WSDL files locally or from a URL.
It is covered in the video: ZAP Chat 11 Automation Framework Part 5 - APIs.
- type: soap # SOAP WSDL import
parameters:
wsdlFile: # String: Local file path of the WSDL, default: null, no definition will be imported
wsdlUrl: # String: URL pointing to the WSDL, default: null, no definition will be imported
maxMessages: # Int: Maximum number of messages to import, default: 0, import all messages
Redirects are followed when importing, so maxMessages is a soft limit — more messages may appear in the history if redirects occur.