FaultInfo Data Type

de
Fehlerinformationen bei Fehlschlag einer Webservice-Operation.
en
Error information in case of failed webservice operations.
Namespace
http://www.efdis.de/ob-sf-api/R2022_2
Elements
name data type min/max occurs description
responseType string 1/1
 
message list of message 0/unbounded
 

Example

<f----- xmlns="http://www.efdis.de/ob-sf-api/R2022_2">
  <responseType xmlns="http://www.efdis.de/ob-sf-api/">...</responseType>
  <message xmlns="http://www.efdis.de/ob-sf-api/">
    <msgNumber>...</msgNumber>
    <msgText>...</msgText>
    <msgField>...</msgField>
  </message>
</f----->