public class Soap
extends java.lang.Object
Modifier and Type | Method and 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.
|
public Soap(ClientApi api)
public ApiResponse importFile(java.lang.String file) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException
public ApiResponse importUrl(java.lang.String url) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException