Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Kanghua WangKanghua Wang(Deactivated)Reporter
Rodrigo PastranaRodrigo PastranaPriority
MajorCompatibility
MajorFix versions
Pull Request URL
Roadmap
Not applicable
Details
Details
Components
Assignee
Kanghua Wang
Kanghua Wang(Deactivated)Reporter
Rodrigo Pastrana
Rodrigo PastranaPriority
Compatibility
Major
Fix versions
Pull Request URL
Roadmap
Not applicable
Created February 8, 2021 at 7:06 PM
Updated March 30, 2021 at 5:33 PM
Resolved March 30, 2021 at 5:33 PM
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:
DFUXRefBuild
DFUXRefBuildCancel
DFUXRefCleanDirectories
DFUXRefDirectories
DFUXRefFoundFiles
DFUXRefList
DFUXRefLostFiles
DFUXRefMessages
DFUXRefOrphanFiles
DFUXRefUnusedFiles