Class SoapClient<T>

    • Constructor Detail

      • SoapClient

        public SoapClient​(String endpoint,
                          Class<T> serviceClass,
                          int gzipThreshold,
                          boolean log,
                          int timeout)
        Constructor
        Parameters:
        endpoint - Connection URL
        serviceClass - The class of the service
        gzipThreshold - threshold in KB, all packets greater than this one will be gzipped(use -1 to disable in any case)
        log - True if you want the requests to be logged
        timeout - Timeout for the SOAP requests (in seconds, default 60)