complexType UpdateBusinessServiceRequest
diagram wp_diagrams/wp_p220.png
namespace http://base.api.bs.n2.tibco.com
type extension of Channel
properties
base Channel
children payloadModel BusinessServiceTemplate
used by
element BusinessServicesRequest/UpdateBusinessServiceRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
channelId  xs:string        
channelType  ChannelType  required      
activityId  xs:string        
documentation
ID of the page activity
privilege  Privilege        
processId  xs:string        
documentation
The Process Id of the Business Service instance to to updated.
source <xs:complexType name="UpdateBusinessServiceRequest">
 
<xs:complexContent>
   
<xs:extension base="Channel">
     
<xs:sequence>
       
<xs:element name="payloadModel" type="df:dataPayload"/>
       
<xs:element name="BusinessServiceTemplate" type="BusinessServiceTemplate"/>
     
</xs:sequence>
     
<xs:attribute name="activityId" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>ID of the page activity</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="privilege" type="Privilege"/>
     
<xs:attribute name="processId" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>The Process Id of the Business Service instance to to updated.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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