Interface IExecuteWebService

    • Method Detail

      • doExecute

        IReplyContent doExecute​(IAppSessionGyro appGyro,
                                boolean doPerform)
                         throws PropException,
                                java.io.IOException,
                                java.io.UnsupportedEncodingException,
                                java.net.URISyntaxException
        Executes the Web Service request.
        Parameters:
        appGyro - The application session gyro, null for Designer.
        doPerform - Execution flag when true, test when false.
        Returns:
        The contents reply instance.
        Throws:
        PropException - For property errors.
        java.io.IOException - For I/O errors.
        java.io.UnsupportedEncodingException - For unsupported encodings.
        java.net.URISyntaxException - When URI syntax is invalid.