wsdl-viewer icon indicating copy to clipboard operation
wsdl-viewer copied to clipboard

Members of output elements missing

Open eelke-at-bolt opened this issue 4 years ago • 0 comments

Newer versions of gSoap seem to use a construct in the WSDL that is not supported by the xslt. When the complexType is nested within element the transformation works. But when it is referenced like in the example below it does not work. I have attached a wsdl illustrating the problem. wsdl.zip

    <element name="GetEmployeesResponse" type="ns:GetEmployeesResponse"/>
    <complexType name="GetEmployeesResponse">
          <sequence>
            <element name="employeeList" type="ns:EmployeeList" minOccurs="1" maxOccurs="1"/><!-- ns__GetEmployeesResponse::employeeList -->
          </sequence>
    </complexType>

eelke-at-bolt avatar Oct 12 '20 06:10 eelke-at-bolt