Schema "mule-ws.xsd"
Target Namespace:
http://www.mulesoft.org/schema/mule/ws
Defined Components:
global element, 1 complexType
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
http://www.mulesoft.org/schema/mule/ws/3.3/mule-ws.xsd; see XML source
Imports Schemas (3):
mule-schemadoc.xsd [src], mule.xsd [src], xml.xsd [src]
Imported by Schemas (2):
_mule-all-included.xsd, mule-pattern.xsd [src]
Annotation
Mule Utilities for Web Services.
All Element Summary
proxy Deprecated: use pattern:web-service-proxy instead.
Type:
Content:
complex, 12 attributes, attr. wildcard, 5 elements
Subst.Gr:
may substitute for element mule:abstract-flow-construct
Defined:
globally; see XML source
Used:
never
Complex Type Summary
A simple web-service proxy, which handles WSDL rewriting.
Content:
complex, 12 attributes, attr. wildcard, 5 elements
Defined:
globally; see XML source
Includes:
definitions of 8 attributes, 3 elements
Used:
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>
Deprecated: use pattern:web-service-proxy instead.
</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:legacy-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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.