Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-513

ManyTypeRefRoot testcase is failing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • current (nightly)
    • None
    • WSDL processing - RPC
    • None

    Description

      The generated stubs for ManyTypeRefRoot are producing an invalid message.

      The element 'types' should not be in a namespace, therefore should not have a prefix. Some servers will tolerate this, but others will reject the message, giving a SOAP fault.

      The body of the message should be as follows:
      <ns1:getInput xmlns:ns1="http://manytyperefroot.test.apache.org">
      <types>
      <ns1:kind>Test type</ns1:kind>
      <ns1:index>0</ns1:index>
      </types>
      </ns1:getInput>

      But it is currently:
      <ns1:getInput xmlns:ns1="http://manytyperefroot.test.apache.org">
      <ns1:types>
      <ns1:kind>Test type</ns1:kind>
      <ns1:index>0</ns1:index>
      </ns1:types>
      </ns1:getInput>

      Attachments

        Activity

          People

            dicka Adrian Dick
            dicka Adrian Dick
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: