GetDestGrpsRqst does not return rant
Status: Planning
Brought to you by:
deanwillis
The XML returned from GetDestGrpsRqstType does not return the "rant" field. It comes back as a null instead.
Example:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<spppQueryResponse xmlns="urn:ietf:params:xml:ns:sppp:base:1">
<overallResult>
<code>1000</code>
<msg>Succeeded</msg>
</overallResult>
<resultSet xsi:type="DestGrpType" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<cDate>2011-08-18T00:00:00.000Z</cDate>
<dgName>DEST_GRP_SPPP_897</dgName>
</resultSet>
</spppQueryResponse>
</soap:Body>
</soap:Envelope>