VXResponse Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
messageList list of VXMessage element 0/unbounded   Returns the value for the member attribute messageList
msgDesc string element 0/1   Returns the value for the member attribute msgDesc
statusCode int element 1/1 required Returns the value for the member attribute statusCode

Example

<VXResponse>
  <statusCode>...</statusCode>
  <msgDesc>...</msgDesc>
  <messageList>
    <name>...</name>
    <rbKey>...</rbKey>
    <message>...</message>
    <objectId>...</objectId>
    <fieldName>...</fieldName>
  </messageList>
</VXResponse>