<?xml version="1.0" encoding="UTF-8"?>
<definitions  xmlns:tns="urn:Microsoft.Search"
  xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"
  xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
  xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"
  xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:s="http://www.w3.org/2001/XMLSchema"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  targetNamespace="urn:Microsoft.Search">
 <types   xmlns:tns="urn:Microsoft.Search"
   xmlns:wsr="http://www.openuri.org/2002/10/soap/reliability/"
   xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
   xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
   xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
   xmlns:soap12enc="http://www.w3.org/2003/05/soap-encoding"
   xmlns:conv="http://www.openuri.org/2002/04/wsdl/conversation/"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:s="http://www.w3.org/2001/XMLSchema"
   xmlns="http://schemas.xmlsoap.org/wsdl/">
  <xsd:schema    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:stns="urn:Microsoft.Search"
    elementFormDefault="qualified"
    attributeFormDefault="qualified"
    targetNamespace="urn:Microsoft.Search">
   <xsd:element     type="stns:Query"
     name="Query"
     nillable="true">
   </xsd:element>
   <xsd:element     type="stns:QueryResponse"
     name="QueryResponse"
     nillable="true">
   </xsd:element>
   <xsd:element     type="stns:Registration"
     name="Registration"
     nillable="true">
   </xsd:element>
   <xsd:element     type="stns:RegistrationResponse"
     name="RegistrationResponse"
     nillable="true">
   </xsd:element>
   <xsd:element     type="xsd:string"
     name="string"
     nillable="true">
   </xsd:element>
  </xsd:schema>
 </types>
 <message   name="Query">
  <part    xmlns:partns="urn:Microsoft.Search"
    name="query"
    element="partns:Query">
  </part>
 </message>
 <message   name="QueryResponse">
  <part    xmlns:partns="urn:Microsoft.Search"
    name="result"
    element="partns:QueryResponse">
  </part>
 </message>
 <message   name="Registration">
  <part    xmlns:partns="urn:Microsoft.Search"
    name="registration"
    element="partns:Registration">
  </part>
 </message>
 <message   name="RegistrationResponse">
  <part    xmlns:partns="urn:Microsoft.Search"
    name="result"
    element="partns:RegistrationResponse">
  </part>
 </message>
 <portType   name="MSOfficePort">
  <operation    name="Query">
   <input     message="tns:Query">
   </input>
   <output     message="tns:QueryResponse">
   </output>
  </operation>
  <operation    name="Registration">
   <input     message="tns:Registration">
   </input>
   <output     message="tns:RegistrationResponse">
   </output>
  </operation>
 </portType>
 <binding   type="tns:MSOfficePort"
   name="MSOfficePort">
  <soap:binding    style="document"
    transport="http://schemas.xmlsoap.org/soap/http">
  </soap:binding>
  <operation    name="Query">
   <soap:operation     style="document"
     soapAction="">
   </soap:operation>
   <input>
    <soap:body      namespace="urn:Microsoft.Search"
      use="literal">
    </soap:body>
   </input>
   <output>
    <soap:body      namespace="urn:Microsoft.Search"
      use="literal">
    </soap:body>
   </output>
  </operation>
  <operation    name="Registration">
   <soap:operation     style="document"
     soapAction="">
   </soap:operation>
   <input>
    <soap:body      namespace="urn:Microsoft.Search"
      use="literal">
    </soap:body>
   </input>
   <output>
    <soap:body      namespace="urn:Microsoft.Search"
      use="literal">
    </soap:body>
   </output>
  </operation>
 </binding>
 <service   name="MSOffice">
  <port    name="MSOfficePort"
    binding="tns:MSOfficePort">
   <soap:address     location="http://msrp.ovid.com:80/MSOffice/MSOffice">
   </soap:address>
  </port>
 </service>
</definitions>