complexType BusinessServiceTemplate
diagram busserv_diagrams/busserv_p302.png
namespace http://common.api.pfe.n2.tibco.com
type extension of BaseBusinessServiceTemplate
properties
base BaseBusinessServiceTemplate
used by
elements queryBusinessServicesResponse/businessServiceTemplate queryBusinessServicesResponseType/businessServiceTemplate BusinessCategory/BusinessServiceTemplate
complexType CaseActionTemplate
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
hasFormalParameters  xs:boolean  required      
documentation
Boolean value defining whether the business service or pageflow process has formal parameters.
annotation
documentation
Definition of a business service or pageflow process.
source <xs:complexType name="BusinessServiceTemplate">
 
<xs:annotation>
   
<xs:documentation>Definition of a business service or pageflow process.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="BaseBusinessServiceTemplate">
     
<xs:attribute name="hasFormalParameters" type="xs:boolean" use="required">
       
<xs:annotation>
         
<xs:documentation>Boolean value defining whether the business service or pageflow process has formal parameters.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute BusinessServiceTemplate/@hasFormalParameters
type xs:boolean
properties
use required
annotation
documentation
Boolean value defining whether the business service or pageflow process has formal parameters.
source <xs:attribute name="hasFormalParameters" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Boolean value defining whether the business service or pageflow process has formal parameters.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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