element businessServiceDetailsRequest
diagram wp_diagrams/wp_p1661.png
namespace http://api.wp.n2.tibco.com
properties
content complex
children moduleName processName moduleVersion Channel
annotation
documentation
Response element for getBusinessServiceDetailsByModule operation.
source <xs:element name="businessServiceDetailsRequest">
 
<xs:annotation>
   
<xs:documentation>Response element for getBusinessServiceDetailsByModule operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="moduleName" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Module name of this pageflow process.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="processName" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Process name of this pageflow process.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="moduleVersion" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Version number of the module of this pageflow process.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="Channel" type="base:PresentationChannelRequest" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Channel for which business services should be listed.

If Channel is not specified, business services are listed for the default channel.
</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element businessServiceDetailsRequest/moduleName
diagram wp_diagrams/wp_p1662.png
type xs:string
properties
content simple
annotation
documentation
Module name of this pageflow process.
source <xs:element name="moduleName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Module name of this pageflow process.</xs:documentation>
 
</xs:annotation>
</xs:element>

element businessServiceDetailsRequest/processName
diagram wp_diagrams/wp_p1663.png
type xs:string
properties
content simple
annotation
documentation
Process name of this pageflow process.
source <xs:element name="processName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Process name of this pageflow process.</xs:documentation>
 
</xs:annotation>
</xs:element>

element businessServiceDetailsRequest/moduleVersion
diagram wp_diagrams/wp_p1664.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Version number of the module of this pageflow process.
source <xs:element name="moduleVersion" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Version number of the module of this pageflow process.</xs:documentation>
 
</xs:annotation>
</xs:element>

element businessServiceDetailsRequest/Channel
diagram wp_diagrams/wp_p1665.png
type PresentationChannelRequest
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
channelId  xs:string        
documentation
Channel ID for which the response should include information.

NOTE: The response only contains information for the default channel unless both channelId and channelType are specified.
channelType  ChannelType        
documentation
Channel type of the specified channelId.

NOTE: The response only contains information for the default channel unless both channelId and channelType are specified.
annotation
documentation
Channel for which business services should be listed.

If Channel is not specified, business services are listed for the default channel.
source <xs:element name="Channel" type="base:PresentationChannelRequest" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Channel for which business services should be listed.

If Channel is not specified, business services are listed for the default channel.
</xs:documentation>
 
</xs:annotation>
</xs:element>

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