Schema Central > WSDL 1.1 > wsdl11.xsd > wsdl:types
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

wsdl:types

Element information

Namespace: http://schemas.xmlsoap.org/wsdl/

Schema document: wsdl11.xsd

Type: wsdl:tTypes

Properties: Local, Qualified

Content

Attributes

None

Used in

Sample instance

<wsdl:types>
   <xsd:schema targetNamespace="http://example.com/stockquote.xsd">
      <xsd:element name="TradePriceRequest">
         <xsd:complexType>
            <xsd:all>
               <xsd:element name="tickerSymbol" type="string"/>
            </xsd:all>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="TradePrice">
         <xsd:complexType>
            <xsd:all>
               <wsdl:element name="price" type="float"/>
            </xsd:all>
         </xsd:complexType>
      </xsd:element>
   </xsd:schema>
</wsdl:types>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to pwalmsley@datypic.com