<wsdl:definitions
    targetNamespace='http://www.w3.org/2009/09/ws-mex'
    xmlns:tns='http://www.w3.org/2009/09/ws-mex'
    xmlns:wsa='http://www.w3.org/2005/08/addressing'
    xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata'
    xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
    xmlns:xs='http://www.w3.org/2001/XMLSchema' >

  <wsdl:types>
    <xs:schema
        targetNamespace='http://www.w3.org/2009/09/ws-mex' >
      <xs:include schemaLocation='metadataexchange.xsd' />
    </xs:schema>
  </wsdl:types>

  <wsdl:message name='GetMetadataMsg' >
    <wsdl:part name='body' element='tns:GetMetadata' />
  </wsdl:message>
  <wsdl:message name='GetMetadataResponseMsg' >
    <wsdl:part name='body' element='tns:GetMetadataResponse' />
  </wsdl:message>
  <wsdl:portType name='MetadataExchange' >
    <wsdl:operation name='GetMetadata' >
      <wsdl:input
       message='tns:GetMetadataMsg'
       wsam:Action=
        'http://www.w3.org/2009/09/ws-mex/GetMetadata/Request'/>
      <wsdl:output
       message='tns:GetMetadataResponseMsg'
       wsam:Action=
        'http://www.w3.org/2009/09/ws-mex/GetMetadata/Response'/>
    </wsdl:operation>
  </wsdl:portType>

</wsdl:definitions>

