diagram | |||
namespace | http://business.api.busserv.n2.tibco.com | ||
properties |
|
||
children | context pageFields responsePayloadMode | ||
annotation |
|
||
source | <xs:element name="updateBusinessService"> <xs:annotation> <xs:documentation>Request element for updateBusinessService operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="context" type="pfecom:RequestContext"> <xs:annotation> <xs:documentation>Unique identifier for the business service to be updated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="pageFields" type="df:dataPayload" minOccurs="0"> <xs:annotation> <xs:documentation>Page data to be used to update the business service.</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> |
diagram | |||
type | RequestContext | ||
properties |
|
||
children | processReference activityReference | ||
annotation |
|
||
source | <xs:element name="context" type="pfecom:RequestContext"> <xs:annotation> <xs:documentation>Unique identifier for the business service to be updated.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
type | dataPayload | ||||||||||||||
properties |
|
||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="pageFields" type="df:dataPayload" minOccurs="0"> <xs:annotation> <xs:documentation>Page data to be used to update the business service.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||
type | payloadModeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <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> |