Ticket Change Details
Not logged in
Overview

Artifact ID: dfdca05e9f1abf37b8f0910a30fd8d441cf781e4bfe227602d1e462ffc729bcc
Ticket: 61fd346dc3430829e2702dc314b3735357c68f12
WSDL Scheme subtree used instead of document - not found
User & Date: oehhar 2018-09-03 17:52:37
Changes

  1. assigned_to changed to: "unassigned"
  2. comment changed to:
    Andy commented the commit [867828f03a] with the following comment:
    
    Correct which document is being imported
    
    (Also) this fixes the follwoing client side access error:
    
    <verbatim>
    
    
    I need to get TclWS to talk to Coverity, but I can't even parse the
    WSDL:
    
    $ tclsh
    % package require Tcl
    8.6.8
    % package require tdom
    0.9.1
    % package require WS::Client
    2.6.0
    % package require tls
    1.8.0
    % package require uri
    1.2.7
    % package require log
    1.4
    % package require struct::set
    2.2.3
    % WS::Client::GetAndParseWsdl https://coverity.labs.quest.com/ws/v9/configurationservice?wsdl
    returned code {200}
    key "Client" not known in dictionary
    % set errorInfo
    key "Client" not known in dictionary
        while executing
    "dict get $typeInfo $mode $service"
        (procedure "::WS::Utils::GetServiceTypeDef" line 9)
        invoked from within
    "::WS::Utils::GetServiceTypeDef Client $serviceName"
        (procedure "ParseWsdl" line 146)
        invoked from within
    "ParseWsdl $body -headers $headers -serviceAlias $serviceAlias -serviceNumber $serviceNumber"
        (procedure "WS::Client::GetAndParseWsdl" line 18)
        invoked from within
    "WS::Client::GetAndParseWsdl https://coverity.labs.quest.com/ws/v9/configurationservice?wsdl"
    % set WS::Utils::typeInfo
    %
    
    $WS::Utils::typeInfo is empty, hence the dictionary lookup error.
    
    What am I missing here?  Is there more I can do to help debug?
    
    Debug log attached.
    
    -- 
    Andy Goth | <andrew.m.goth/at/gmail/dot/com>
    
    </verbatim>
    
  3. foundin changed to: "1.0-2.6.0"
  4. private_contact changed to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. subsystem changed to: "Client_Side"
  8. title changed to:
    WSDL Scheme subtree used instead of document - not found
    
  9. type changed to: "Code_Defect"