<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Check the Session Collaboration button through soap request in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635396#M446750</link>
    <description>&lt;P&gt;Does it return a specific error when you run the code ? It may guide us to the actual problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, I will need to debug the code in my environment, I will have time to do that on Thursday.&lt;/P&gt;
&lt;P&gt;Meanwhile , you could also debug it yourself and compare with the PowerShell example sent. If you use wireshark, you will see exactly how does the soap request sent looks like and that will show if there is anything wrong inside the request.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Oct 2019 12:43:54 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2019-10-15T12:43:54Z</dc:date>
    <item>
      <title>Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1631934#M446521</link>
      <description>&lt;P&gt;Hi all !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to have the 'Session Collaboration' checkbox active through a soap request.&lt;/P&gt;&lt;P&gt;I've generated java code from the wsdl, and now I'm searching how to check this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've already tried the following without success:&lt;/P&gt;&lt;PRE&gt;QMSClient.DocumentTask().getServer().getAccess().setEnableSessionCollaboration(true)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does someone have a solution?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:57:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1631934#M446521</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2024-11-16T19:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634752#M446707</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You would need to use the QMS API endpoint "&lt;SPAN&gt;SaveQVSSettings&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;Please see:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000085901" target="_blank"&gt;https://support.qlik.com/articles/000085901&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/M_PIX_Services_V12_Api2_IQMS2_SaveQVSSettings.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/M_PIX_Services_V12_Api2_IQMS2_SaveQVSSettings.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 09:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634752#M446707</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2019-10-14T09:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634784#M446709</link>
      <description>&lt;P&gt;I've already tried to 'AllowServerCollaboration' through&amp;nbsp;&lt;SPAN&gt;SaveQVSSettings endpoint, no success&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 10:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634784#M446709</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-14T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634826#M446711</link>
      <description>&lt;P&gt;It works perfectly fine in my test environment.&lt;/P&gt;
&lt;P&gt;Could you post the code you are using to call the API ?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 12:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634826#M446711</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2019-10-14T12:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634856#M446715</link>
      <description>&lt;P&gt;On my call to setQVSSettings, I do the following:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;...&lt;BR /&gt;var &lt;/SPAN&gt;documents = &lt;SPAN&gt;new &lt;/SPAN&gt;QMSBackendServiceStub.QVSSettingsQVSDocuments()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;server = &lt;SPAN&gt;new &lt;/SPAN&gt;QMSBackendServiceStub.QVSSettingsQVSDocumentsQVSDocumentsServer()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;server.setAllowSessionCollaboration(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;documents.setServer(server)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;qvsSettings.setDocuments(documents)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;qmsClient.saveQVSSettings(qvsSettings)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;And when creating my documentTask:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;...&lt;BR /&gt;var &lt;/SPAN&gt;server = &lt;SPAN&gt;new &lt;/SPAN&gt;QMSBackendServiceStub.DocumentTaskTaskServer()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;var &lt;/SPAN&gt;access = &lt;SPAN&gt;new &lt;/SPAN&gt;QMSBackendServiceStub.DocumentTaskTaskServerTaskServerAccess()&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;access.setEnableSessionCollaboration(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;server.setAccess(access)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;documentTask.setServer(server)&lt;SPAN&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;//Create task&lt;BR /&gt;&lt;/SPAN&gt;qmsClient.saveDocumentTask(documentTask)&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 14 Oct 2019 12:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634856#M446715</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-14T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634954#M446719</link>
      <description>&lt;P&gt;You are generating a service key at the beginning of things, may be a dumb question, but did not want to assume anything here....&amp;nbsp; It would likely help if you include all the code, not just the snippet.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/2be1e405-a7e5-4a43-b1b6-9540b23a6226.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/April2019/APIs/QMS+API/html/2be1e405-a7e5-4a43-b1b6-9540b23a6226.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 13:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1634954#M446719</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-14T13:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635289#M446737</link>
      <description>&lt;P&gt;Here's the code you asked for (I narrowed it for obfuscation reasons)&lt;/P&gt;&lt;LI-CODE lang="java"&gt;import generated.qms.*;

import org.apache.axis2.AxisFault;
import org.apache.axis2.databinding.types.UnsignedInt;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.logging.log4j.util.Strings;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.stereotype.Service;

import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.rmi.RemoteException;
import java.util.*;

@Service
public class Service {

    private final Logger logger = LoggerFactory.getLogger(Service.class);

    public Service() {
    }

    public void executeQlik() {
        createQlikTasks("PRODUCT_NAME", "PASSWORD");
    }

    private void createQlikTasks(String productName, String pwd) throws Exception {

        setQVSSettings(productName);

        String taskDescription = "Creating a task " + productName + " via QMS API";
        String documentNameTemplateLd = "%SourceDocumentName%";
		createDocumentTasksForProduct(productName, taskDescription, documentNameTemplateLd, pwd);
    }
	
    private void setQVSSettings(String productName) throws Exception {
        QMSClient qmsClient = new QMSClient();

		java.lang.String timeLimitedServiceKey = this.getTimeLimitedServiceKey(new QMSBackendServiceStub.GetTimeLimitedServiceKeyE()).getGetTimeLimitedServiceKeyResult();
        List&amp;lt;NamedValue&amp;gt; namedValuePairs = new ArrayList&amp;lt;&amp;gt;();
        namedValuePairs.add(new NamedValue("X-Service-Key", timeLimitedServiceKey));
        qmsClient._serviceClient.getOptions().setProperty(HTTPConstants.HTTP_HEADERS, namedValuePairs);
		

        QMSBackendServiceStub.ServiceInfo[] serviceInfo = qmsClient.getServices(QMSBackendServiceStub.ServiceTypes_type0.QlikViewServer);

        QMSBackendServiceStub.QVSSettings qvsSettings = qmsClient.getQVSSettings(serviceInfo[0].getID(), QMSBackendServiceStub.QVSSettingsScope_type0.Folders);

        QMSBackendServiceStub.QVSMount[] qvsMounts = qvsSettings.getFolders().getUserDocumentMounts().getQVSMount();

        var mountFolderPath = "MOUNTED_PATH";
        
        QMSBackendServiceStub.QVSMount newQvsMount = new QMSClient.QVSMount(true, mountFolderPath, productName);

        qvsSettings.getFolders().getUserDocumentMounts().addQVSMount(newQvsMount);
		ezfz

        var documents = new QMSBackendServiceStub.QVSSettingsQVSDocuments();
        var server = new QMSBackendServiceStub.QVSSettingsQVSDocumentsQVSDocumentsServer();
        server.setAllowSessionCollaboration(true);
        documents.setServer(server);
        qvsSettings.setDocuments(documents);

        qmsClient.saveQVSSettings(qvsSettings);

        logger.debug("New mount folder {} created", mountFolderPath);
    }
	
    private void createDocumentTasksForProduct(String productName, String taskDescription, String documentNameTemplateLd, String password) throws Exception {
        String docName = productName + ".qvw";
        String taskName = productName + ".qvw";

        setDocumentTaskLoad(docName2, taskName, "", taskDescription, productName, "None", documentNameTemplateLd, password);
    }


    private void setDocumentTaskLoad(String docName,
                                     String taskName,
                                     String taskParentName,
                                     String taskDescription,
                                     String productName,
                                     String typeDistribute,
                                     String documentNameTemplate,
                                     String password)
            throws Exception {
        logger.debug("Adding task {}", taskName);
				
		QMSClient qmsClient = new QMSClient();

        java.lang.String timeLimitedServiceKey = this.getTimeLimitedServiceKey(new QMSBackendServiceStub.GetTimeLimitedServiceKeyE()).getGetTimeLimitedServiceKeyResult();
        List&amp;lt;NamedValue&amp;gt; namedValuePairs = new ArrayList&amp;lt;&amp;gt;();
        namedValuePairs.add(new NamedValue("X-Service-Key", timeLimitedServiceKey));
        qmsClient._serviceClient.getOptions().setProperty(HTTPConstants.HTTP_HEADERS, namedValuePairs);

        QMSBackendServiceStub.ServiceInfo[] serviceInfo = qmsClient.getServices(QMSBackendServiceStub.ServiceTypes_type0.QlikViewDistributionService);
        QMSBackendServiceStub.Guid qdsGuid = serviceInfo[0].getID();

        QMSBackendServiceStub.TaskInfo[] taskInfo = qmsClient.getTasks(qdsGuid);

        QMSClient.DocumentTask documentTask = new QMSClient.DocumentTask();
        documentTask.setQDSID(qdsGuid);
        documentTask.setGeneral(new QMSClient.DocumentTaskTaskGeneral(true, taskName, taskDescription));

        QMSBackendServiceStub.DocumentNode[] sourceDocuments = qmsClient.getSourceDocuments(qdsGuid);
        QMSBackendServiceStub.DocumentNode documentNode = Arrays.stream(sourceDocuments).findFirst().orElseThrow();
        documentTask.setDocument(documentNode);

        documentTask.setReload(new QMSBackendServiceStub.DocumentTaskTaskReload());
        documentTask.getReload().setMode(QMSBackendServiceStub.TaskReloadMode.Full);

        if (docName.equals(productName + ".qvw")) {
            documentTask.getReload().setSectionAccessMode(QMSBackendServiceStub.QDSSectionAccessMode.SpecifyCredentials);
            documentTask.getReload().setSectionAccessUserName("");
            documentTask.getReload().setSectionAccessPassword("");
        }

        documentTask.setScope(QMSBackendServiceStub.DocumentTaskScope_type0.General,
                QMSBackendServiceStub.DocumentTaskScope_type0.Reload,
                QMSBackendServiceStub.DocumentTaskScope_type0.Reduce,
                QMSBackendServiceStub.DocumentTaskScope_type0.Triggering);

        var server = new QMSBackendServiceStub.DocumentTaskTaskServer();
        var access = new QMSBackendServiceStub.DocumentTaskTaskServerTaskServerAccess();
        access.setEnableSessionCollaboration(true);
        server.setAccess(access);
        documentTask.setServer(server);

        //Create task
        qmsClient.saveDocumentTask(documentTask);

        logger.debug("Task {} added", taskName);
    }
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Oct 2019 09:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635289#M446737</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-15T09:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635385#M446747</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp; Any chance you can have another look at this one?&amp;nbsp; Jeremy, I am not very good with the code side of things, if Damien cannot have a look, I will try to see if I can find someone else to check it out for you, but it may take a few days.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635385#M446747</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-15T12:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635387#M446748</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635387#M446748</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-15T12:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635396#M446750</link>
      <description>&lt;P&gt;Does it return a specific error when you run the code ? It may guide us to the actual problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Otherwise, I will need to debug the code in my environment, I will have time to do that on Thursday.&lt;/P&gt;
&lt;P&gt;Meanwhile , you could also debug it yourself and compare with the PowerShell example sent. If you use wireshark, you will see exactly how does the soap request sent looks like and that will show if there is anything wrong inside the request.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635396#M446750</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2019-10-15T12:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635407#M446751</link>
      <description>&lt;P&gt;No error returned unfortunately, everything seems to work...&lt;/P&gt;&lt;P&gt;And the SOAP request contains the two '&lt;SPAN&gt;Session Collaboration' fields&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2019 12:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1635407#M446751</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-15T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636731#M446844</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Jeremy, just wanted to let you know Damien got tied up on other stuff today, and he will not be able to get to things tomorrow either, but he did have a question as to what underlying language you were using in your project, so if you can answer that, he should be ready to go when he can get back to the post.&amp;nbsp; He was not sure if it was .Net or Java?&amp;nbsp; Any details you can post on that will help him, sorry for the delay.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636731#M446844</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-17T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636736#M446845</link>
      <description>&lt;P&gt;Don't be bothered by the delay, thank you for helping me !&lt;/P&gt;&lt;P&gt;I use Java in my project. I generated the Java QLIK client from the wsdl.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 13:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636736#M446845</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-17T13:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636930#M446861</link>
      <description>&lt;P&gt;Thanks Jeremy, I have also reached out to another person as well, but he is generally quite busy, so I suspect Damien will likely get back to you before he does, but maybe we will get lucky! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Hopefully we can help you get things sorted.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 21:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1636930#M446861</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-17T21:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1638822#M447038</link>
      <description>&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;Any news on my problem ?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 08:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1638822#M447038</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-23T08:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639028#M447045</link>
      <description>&lt;P&gt;Jeremy, not yet, sorry.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 14:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639028#M447045</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-23T14:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639332#M447071</link>
      <description>&lt;P&gt;Hi Jeremy,&lt;/P&gt;
&lt;P&gt;Is that how you generated the client?&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/4172118/web-service-client-given-wsdl" target="_blank"&gt;https://stackoverflow.com/questions/4172118/web-service-client-given-wsdl&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I do not have much experience with how you do that in java.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternately, if you provide us a wireshark trace of the failing request, we could compare with one that is working.&lt;BR /&gt;My guess is that there is some misformatting somewhere in the request sent.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 07:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639332#M447071</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2019-10-24T07:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639336#M447072</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I don't have wireshark, but Fiddler.&lt;/P&gt;&lt;P&gt;Anyway, I've extracted the soap request &amp;nbsp;(obviously obfuscated):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header /&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;ns10:SaveDocumentTask xmlns:ns10="http://ws.qliktech.com/QMS/11/"&amp;gt;
         &amp;lt;ns10:documentTask&amp;gt;
            &amp;lt;Document xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;FolderID&amp;gt;TT&amp;lt;/FolderID&amp;gt;
               &amp;lt;ID&amp;gt;TATA&amp;lt;/ID&amp;gt;
               &amp;lt;IsOrphan&amp;gt;false&amp;lt;/IsOrphan&amp;gt;
               &amp;lt;IsSubFolder&amp;gt;false&amp;lt;/IsSubFolder&amp;gt;
               &amp;lt;Name&amp;gt;TOTO.qvw&amp;lt;/Name&amp;gt;
               &amp;lt;RelativePath&amp;gt;TITI&amp;lt;/RelativePath&amp;gt;
               &amp;lt;TaskCount&amp;gt;0&amp;lt;/TaskCount&amp;gt;
               &amp;lt;Type&amp;gt;Source&amp;lt;/Type&amp;gt;
            &amp;lt;/Document&amp;gt;
            &amp;lt;General xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;Enabled&amp;gt;true&amp;lt;/Enabled&amp;gt;
               &amp;lt;TaskDescription&amp;gt;Creating a task&amp;lt;/TaskDescription&amp;gt;
               &amp;lt;TaskName&amp;gt;TN.qvw&amp;lt;/TaskName&amp;gt;
            &amp;lt;/General&amp;gt;
            &amp;lt;s5:QDSID xmlns:s5="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;AAAA&amp;lt;/s5:QDSID&amp;gt;
            &amp;lt;Reduce xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;DocumentNameTemplate&amp;gt;%SourceDocumentName%&amp;lt;/DocumentNameTemplate&amp;gt;
               &amp;lt;Dynamic&amp;gt;
                  &amp;lt;Type&amp;gt;ByField&amp;lt;/Type&amp;gt;
               &amp;lt;/Dynamic&amp;gt;
               &amp;lt;Static&amp;gt;
                  &amp;lt;Reductions /&amp;gt;
               &amp;lt;/Static&amp;gt;
            &amp;lt;/Reduce&amp;gt;
            &amp;lt;Reload xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;Mode&amp;gt;Full&amp;lt;/Mode&amp;gt;
            &amp;lt;/Reload&amp;gt;
            &amp;lt;ns5:Scope xmlns:ns5="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;General Reload Reduce Triggering&amp;lt;/ns5:Scope&amp;gt;
            &amp;lt;Server xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;Access&amp;gt;
                  &amp;lt;EnableSessionCollaboration&amp;gt;true&amp;lt;/EnableSessionCollaboration&amp;gt;
               &amp;lt;/Access&amp;gt;
            &amp;lt;/Server&amp;gt;
            &amp;lt;Triggering xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects"&amp;gt;
               &amp;lt;ExecutionAttempts&amp;gt;1&amp;lt;/ExecutionAttempts&amp;gt;
               &amp;lt;ExecutionTimeout&amp;gt;1440&amp;lt;/ExecutionTimeout&amp;gt;
               &amp;lt;TaskDependencies /&amp;gt;
               &amp;lt;Triggers&amp;gt;
                  &amp;lt;Trigger xmlns="http://schemas.datacontract.org/2004/07/PIX.QMSAPI.DataObjects.Triggers" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ExternalEventTrigger"&amp;gt;
                     &amp;lt;Enabled&amp;gt;true&amp;lt;/Enabled&amp;gt;
                     &amp;lt;ID&amp;gt;AAA&amp;lt;/ID&amp;gt;
                     &amp;lt;Type&amp;gt;ExternalEventTrigger&amp;lt;/Type&amp;gt;
                     &amp;lt;Password&amp;gt;TRULULU&amp;lt;/Password&amp;gt;
                  &amp;lt;/Trigger&amp;gt;
               &amp;lt;/Triggers&amp;gt;
            &amp;lt;/Triggering&amp;gt;
         &amp;lt;/ns10:documentTask&amp;gt;
      &amp;lt;/ns10:SaveDocumentTask&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 08:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639336#M447072</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-24T08:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639383#M447073</link>
      <description>&lt;P&gt;So the request that is failing is the one to set up the setting on the document ? not the one to enable on the QVS ? or is that one also failing ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639383#M447073</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2019-10-24T09:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Check the Session Collaboration button through soap request</title>
      <link>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639387#M447074</link>
      <description>&lt;P&gt;This is the request to create a task.&lt;/P&gt;&lt;P&gt;Actually, none of the requests fail. But the 'Session Collaboration' checkbox is not checked when creating a new task with the provided soap request&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 09:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Check-the-Session-Collaboration-button-through-soap-request/m-p/1639387#M447074</guid>
      <dc:creator>bl-jeremy</dc:creator>
      <dc:date>2019-10-24T09:37:14Z</dc:date>
    </item>
  </channel>
</rss>

