Package org.zaproxy.clientapi.gen
Class Soap
java.lang.Object
org.zaproxy.clientapi.gen.Soap
This file was automatically generated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportFile
(String file) Import a WSDL definition from local file.Import a WSDL definition from a URL.
-
Constructor Details
-
Soap
-
-
Method Details
-
importFile
Import a WSDL definition from local file.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
importUrl
Import a WSDL definition from a URL.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-