Ticket Change Details
Not logged in
Overview

Artifact ID: 12a544da3a2541ab5d518a4647a0430798779c32b6bd26f2eccfbf9f85d3c1fd
Ticket: 584bfb772724c1a938f671b8a9ac1d57b2d70f58
WS::Client returns nonsense for abstract types
User & Date: oehhar 2018-02-21 10:18:10
Changes

  1. Appended to comment:
    
    
    <hr /><i>oehhar added on 2018-02-21 10:18:10 UTC:</i><br />
    The target namespace says:
    
    <verbatim>
    % dict get serviceArr(..) targetNamespace
    tns1 http://www.esri.com/schemas/ArcGIS/10.3
    d http://schemas.xmlsoap.org/wsdl/soap/
    xs http://www.w3.org/2001/XMLSchema
    </verbatim>
    
    thus, tns1 matches the target namespace of the response:
    
    <verbatim>
    xmlns:tns="http://www.esri.com/schemas/ArcGIS/10.3"
    </verbatim>
    
    So, there is another issue in TCLWS...
    
    If anybody may help where the sent namespace prefix of the response should be mapped to the TCLWS prefix...
    
    Thanks,
    Harald