ProducerResponseStructure Data Type

Subtypes
ServiceDeliveryStructure, ServiceDelivery, CapabilitiesResponse
Implemented Interfaces
Serializable
Properties
name data type description
ProducerRef RequestorRef
Address string
ResponseMessageIdentifier MessageQualifierStructure
RequestMessageRef MessageRefStructure
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "ProducerRef" : {
    "value" : "..."
  },
  "Address" : "...",
  "ResponseMessageIdentifier" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "ResponseTimestamp" : "..."
}