<wsdl:description
  targetNamespace="http://org3.example.com/wsdl/PartNumber2SKULookupService/"
  xmlns="http://org3.example.com/wsdl/PartNumber2SKULookupService/"
  xmlns:wsdl="http://www.w3.org/ns/wsdl"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:sawsdl="http://www.w3.org/ns/sawsdl">

  <wsdl:types>
    <xsd:schema targetNamespace="http://org3.example.com/wsdl/PartNumber2SKULookupService">
      <xsd:element name="PartNumber2SKULookupServiceRequest" type="partNum"/>
      <xsd:simpleType name="partNum"
        sawsdl:modelReference="http://org3.example.com/ontologies/SampleOntologyOrg3#PartNumber">
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>

      <xsd:element name="PartNumber2SKULookupServiceResponse" type="SKU"/>
      <xsd:simpleType name="SKU"
        sawsdl:modelReference="http://org3.example.com/ontologies/SampleOntologyOrg3#SKU">
        <xsd:restriction base="xsd:string"/>
      </xsd:simpleType>
    </xsd:schema>
  </wsdl:types>

  <wsdl:interface name="PartNumber2SKULookupService">
    <wsdl:operation name="PartNumber2SKULookupService" pattern="http://www.w3.org/ns/wsdl/in-out"
        sawsdl:modelReference="http://org3.example.com/taxonomies/Utilities#LookupServices">
        <wsdl:input element="PartNumber2SKULookupServiceRequest"/>
        <wsdl:output element="PartNumber2SKULookupServiceResponse"/>
    </wsdl:operation>
  </wsdl:interface>
</wsdl:description>
