Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Major
-
Not applicable
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: