Uploaded image for project: 'HPCC'
  1. HPCC
  2. HPCC-25327

Invalid XML WsDFUXRef response

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.0.0
    • ESP
    • None

    Description

      Several WsDFUXRef methods seem to return invalid XML responses.

      For instance, DFUXRefMessagesQuery's sample response shows unstructured String response (based on WSDL):

      DFUXRefMessagesQueryResponse>
      <DFUXRefMessagesQueryResult>String</DFUXRefMessagesQueryResult>
      </DFUXRefMessagesQueryResponse>

       

      However, the response seems to include un-escaped XML data:

      <?xml version="1.0" encoding="utf-8"?>
      <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/04/secext">
      <soap:Body>
      <DFUXRefMessagesQueryResponse xmlns="urn:hpccsystems:ws:wsdfuxref">
      <DFUXRefMessagesQueryResult>
      <Messages>
      <Cluster>mythor</Cluster>
      </Messages>
      </DFUXRefMessagesQueryResult>
      </DFUXRefMessagesQueryResponse>
      </soap:Body>
      </soap:Envelope>

       

      This causes WSDL generated code to fail.

      This issue might be affecting these methods:

       

      Attachments

        Activity

          People

            wangkx Kevin Wang
            rpastrana Rodrigo Pastrana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: