Interface SoapSession<T_SOAP_DOCUMENT extends SoapDocument>

    • Method Detail

      • isUseLocalWsdl

        boolean isUseLocalWsdl()
        When returning true, a wsdl stored on the local file system shall be used instead of the WSDL published by the webPDF server.
        Returns:
        true, if a wsdl stored on the local file system shall be used instead of the WSDL published by the webPDF server.
      • setUseLocalWsdl

        void setUseLocalWsdl​(boolean useLocalWsdl)
        When set to true, a wsdl stored on the local file system shall be used instead of the WSDL published by the webPDF server.
        Parameters:
        useLocalWsdl - true, to use a wsdl stored on the local file system, instead of the WSDL published by the webPDF server.
      • createDocument

        @NotNull
        T_SOAP_DOCUMENT createDocument()

        Creates a handle for a SoapWebService output without providing a source document.
        This is recommended for webservices, that don't require a source document. (Such as the URL-Converter.)

        Be aware: Most webservices require a source document, with few exceptions. Before using this, make sure that this is valid for the WebService call you intend to execute.