Class Soap


  • public class Soap
    extends java.lang.Object
    This file was automatically generated.
    • Constructor Summary

      Constructors 
      Constructor Description
      Soap​(ClientApi api)  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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