Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Macro Repair

...

After that, please run the tool and complete the following steps:

 

...

  1. Click on SOAP and create a new SOAP call:
    Image Added

  2.  Add https://<confluenc-url>/rpc/soap-axis/isSPLicenseValid?wsdl and click OK
    Image Added

  3. expand the tree on the left and double click on Request
    Image Added

  4. At the bottom of the main panel click on Auth and add a new Authorization
    Image Added    Image Added

  5. Choose between NTLM and Basic Auth in the window
    Image Added 

  6. Add your credentials and hit the green play button at the top left
    Image Added 
  7. On the right you should see a request similar to this:

    Code Block
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <soapenv:Body>
          <ns1:isLicenseValidResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://licensing.sharepoint.extra.confluence.atlassian.com">
             <isLicenseValidReturn xsi:type="xsd:boolean">true</isLicenseValidReturn>
          </ns1:isLicenseValidResponse>
       </soapenv:Body>
    </soapenv:Envelope>

    Where the important part is the answer of the request: 

    <isLicenseValidReturn xsi:type="xsd:boolean">true</isLicenseValidReturn>

    If this is displayed your license is correct and you should not have any problems.

 

 

Filter by label (Content by label)
showLabelsfalse
max20
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "sharepoint-connector-for-confluence" and type = "page" and space = "KB"
labelslicense confluence sharepoint-connector-for-confluence

...