element injectBusinessServiceEvent
diagram busserv_diagrams/busserv_p59.png
namespace http://business.api.busserv.n2.tibco.com
properties
content complex
children eventDefinition formalParams responsePayloadMode
annotation
documentation
Request element for injectBusinessServiceEvent operation.
source <xs:element name="injectBusinessServiceEvent">
 
<xs:annotation>
   
<xs:documentation>Request element for injectBusinessServiceEvent operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="eventDefinition" type="pfecom:EventDefinitionType">
       
<xs:annotation>
         
<xs:documentation>Definition of the event to be injected and the business service instance into which it should be injected.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="formalParams" type="df:dataPayload" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Page data for the formal parameters associated with the eventDefinition.eventName event.

Note: You cannot determine the names of these formal parameters programmatically. Instead, you must obtain them by examining the process in TIBCO Business Studio.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="responsePayloadMode" type="df:payloadModeType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON).

If not specified, the default value is JSON.

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

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