Package org.zaproxy.clientapi.gen
Class Soap
- java.lang.Object
-
- org.zaproxy.clientapi.gen.Soap
-
public class Soap extends java.lang.Object
This file was automatically generated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiResponse
importFile(java.lang.String file)
Import a WSDL definition from local file.ApiResponse
importUrl(java.lang.String url)
Import a WSDL definition from a URL.
-
-
-
Constructor Detail
-
Soap
public Soap(ClientApi api)
-
-
Method Detail
-
importFile
public ApiResponse importFile(java.lang.String file) throws ClientApiException
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
public ApiResponse importUrl(java.lang.String url) throws ClientApiException
Import a WSDL definition from a URL.This component is optional and therefore the API will only work if it is installed
- Throws:
ClientApiException
-
-