complexType dataPayload
diagram busserv_diagrams/busserv_p54.png
namespace http://datafeed.common.n2.tibco.com
children serializedPayload XmlPayload
used by
elements startBusinessService/formalParams injectBusinessServiceEvent/formalParams updateBusinessService/pageFields PageData/payload BasePageData/payloadModel
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
annotation
documentation
Payload data.
source <xs:complexType name="dataPayload">
 
<xs:annotation>
   
<xs:documentation>Payload data.</xs:documentation>
 
</xs:annotation>
 
<xs:choice>
   
<xs:element name="serializedPayload" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>JSON data stream (string).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="XmlPayload" type="dm:DataModel">
     
<xs:annotation>
       
<xs:documentation>XML data stream (DataModel).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:choice>
 
<xs:attribute name="payloadMode" type="payloadModeType" default="JSON">
   
<xs:annotation>
     
<xs:documentation>Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy