XML Schema "mule-ws.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/ws
Defined Components:
1 global element, 1 complexType
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/ws/3.1/mule-ws.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Annotation
Mule Utilities for Web Services.
XML Source
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.mulesoft.org/schema/mule/ws" xmlns="http://www.mulesoft.org/schema/mule/ws" 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>
Mule Utilities for Web Services.
</xsd:documentation>
<xsd:appinfo>
<schemadoc:short-name>WS</schemadoc:short-name>
<schemadoc:page-title>WS Module</schemadoc:page-title>
</xsd:appinfo>
</xsd:annotation>
<!--==============================================================-->
<!-- Flow Constructs -->
<!--==============================================================-->
<xsd:element name="proxy" substitutionGroup="mule:abstract-flow-construct" type="proxyType">
<xsd:annotation>
<xsd:documentation>
A simple web-service proxy, which handles WSDL rewriting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="proxyType">
<xsd:annotation>
<xsd:documentation>
A simple web-service proxy, which handles WSDL rewriting.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="mule:baseFlowConstructType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-inbound-endpoint">
<xsd:annotation>
<xsd:documentation>
The endpoint on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="mule:abstract-outbound-endpoint">
<xsd:annotation>
<xsd:documentation>
The endpoint of the proxied web service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="mule:abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute name="inboundAddress" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The address on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The endpoint on which this proxy is listening.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outboundAddress" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The address of the proxied web service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The endpoint of the proxied web service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
A list of the transformers that will be applied (in order) to the message before it is delivered to the proxied web service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
A list of the transformers that will be applied (in order) to the synchronous response of the proxied web service before it is returned via the transport.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="wsdlLocation" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The location URI of the WSDL for your service, if you don't want to use one provided by the target web service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="wsdlFile" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The location of the WSDL file for your service, if you don't want to use one provided by the target web service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</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.