complexType "wrapperComponentType"
Namespace:
Content:
complex, 4 attributes, 3 elements
Defined:
globally in mule-axis.xsd; see XML source
Includes:
definitions of 4 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    address
 = 
xsd:string
    addressFromMessage
 = 
xsd:boolean
    style
 = 
("RPC" | "DOCUMENT" | "MESSAGE" | "WRAPPED")
    use
 = 
("ENCODED" | "LITERAL")
    >
   
Content: 
((abstract-interceptor | interceptor-stack)+)?, soap-method*
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
      wrapperComponentType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="wrapperComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-method" type="soapMethodType"/>
</xsd:sequence>
<xsd:attribute name="address" type="xsd:string"/>
<xsd:attribute name="addressFromMessage" type="xsd:boolean"/>
<xsd:attribute name="style" type="styleType"/>
<xsd:attribute name="use" type="useType"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
address
Type:
xsd:string, predefined
Use:
optional
Specifies the URL of the web service to call.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

addressFromMessage
Type:
xsd:boolean, predefined
Use:
optional
Specifies that the URL of the web service will be obtained from the message itself.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="addressFromMessage" type="xsd:boolean"/>

style
Type:
Use:
optional
Specifies the [SOAP binding style|Axis SOAP Styles]: RPC (default), DOCUMENT, MESSAGE, or WRAPPED.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"RPC", "DOCUMENT", "MESSAGE", "WRAPPED"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="style" type="styleType"/>

use
Type:
Use:
optional
Specifies the [SOAP binding use|Axis SOAP Styles]: ENCODED (default) or LITERAL.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"ENCODED", "LITERAL"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="use" type="useType"/>
Content Element Detail (all declarations; defined in this component only; 1/3)
soap-method
Type:
soapMethodType, complex content
Allows you to specify a SOAP method and optionally parameters and a return. The parameter mode can be IN, OUT, or INOUT.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-method" type="soapMethodType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.