XML Schema "mule-soap.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/soap
Defined Components:
1 global element
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/soap/3.0/mule-soap.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Annotation
The SOAP transport enables your components to be exposed as web services and to act as SOAP clients. The SOAP transport supports the Axis and CXF transports.
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/soap" xmlns="http://www.mulesoft.org/schema/mule/ssl" xmlns:mule="http://www.mulesoft.org/schema/mule/core" xmlns:schemadoc="http://www.mulesoft.org/schema/mule/schemadoc" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:annotation>
<xsd:documentation>
The SOAP transport enables your components to be exposed as web services and to act as SOAP clients. The SOAP transport supports the Axis and CXF transports.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>SOAP</schemadoc:short-name>
<schemadoc:page-title>SOAP Transport</schemadoc:page-title>
<schemadoc:transport-features dispatchEvents="true" receiveEvents="true" requestEvents="true" streaming="true" transactions="false">
<schemadoc:MEPs default="request-response" supported="one-way, request-response"/>
</schemadoc:transport-features>
</xsd:appinfo>
</xsd:annotation>
</xsd:schema>

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.