<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" xmlns:intf="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:BeanService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
 <wsdl:types>
  <schema targetNamespace="urn:BeanService" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="RxTermMinimalConcept">
    <sequence>
     <element name="FULL_NAME" nillable="true" type="soapenc:string"/>
     <element name="RXCUI" nillable="true" type="soapenc:string"/>
     <element name="TTY" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
   <complexType name="RxTermRecord">
    <sequence>
     <element name="BRAND_NAME" nillable="true" type="soapenc:string"/>
     <element name="DISPLAY_NAME" nillable="true" type="soapenc:string"/>
     <element name="DISPLAY_NAME_SYNONYM" nillable="true" type="soapenc:string"/>
     <element name="FULL_GENERIC_NAME" nillable="true" type="soapenc:string"/>
     <element name="FULL_NAME" nillable="true" type="soapenc:string"/>
     <element name="GENERIC_RXCUI" nillable="true" type="soapenc:string"/>
     <element name="NEW_DOSE_FORM" nillable="true" type="soapenc:string"/>
     <element name="ROUTE" nillable="true" type="soapenc:string"/>
     <element name="RXCUI" nillable="true" type="soapenc:string"/>
     <element name="RXN_DOSE_FORM" nillable="true" type="soapenc:string"/>
     <element name="STRENGTH" nillable="true" type="soapenc:string"/>
     <element name="SUPPRESS_FOR" nillable="true" type="soapenc:string"/>
     <element name="TTY" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="urn:BeanService"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_tns1_RxTermMinimalConcept">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:RxTermMinimalConcept[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getAllRxTermInfoRequest">

      <wsdl:part name="rxcui" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getAllConceptsRequest">

   </wsdl:message>

   <wsdl:message name="getRxTermsVersionRequest">

   </wsdl:message>

   <wsdl:message name="getAllConceptsResponse">

      <wsdl:part name="getAllConceptsReturn" type="impl:ArrayOf_tns1_RxTermMinimalConcept"/>

   </wsdl:message>

   <wsdl:message name="getRxTermsVersionResponse">

      <wsdl:part name="getRxTermsVersionReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getRxTermDisplayNameRequest">

      <wsdl:part name="rxcui" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getAllRxTermInfoResponse">

      <wsdl:part name="getAllRxTermInfoReturn" type="tns1:RxTermRecord"/>

   </wsdl:message>

   <wsdl:message name="getRxTermDisplayNameResponse">

      <wsdl:part name="getRxTermDisplayNameReturn" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="RxTermsService">

      <wsdl:operation name="getAllConcepts">

         <wsdl:input message="impl:getAllConceptsRequest" name="getAllConceptsRequest"/>

         <wsdl:output message="impl:getAllConceptsResponse" name="getAllConceptsResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getRxTermsVersion">

         <wsdl:input message="impl:getRxTermsVersionRequest" name="getRxTermsVersionRequest"/>

         <wsdl:output message="impl:getRxTermsVersionResponse" name="getRxTermsVersionResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getRxTermDisplayName" parameterOrder="rxcui">

         <wsdl:input message="impl:getRxTermDisplayNameRequest" name="getRxTermDisplayNameRequest"/>

         <wsdl:output message="impl:getRxTermDisplayNameResponse" name="getRxTermDisplayNameResponse"/>

      </wsdl:operation>

      <wsdl:operation name="getAllRxTermInfo" parameterOrder="rxcui">

         <wsdl:input message="impl:getAllRxTermInfoRequest" name="getAllRxTermInfoRequest"/>

         <wsdl:output message="impl:getAllRxTermInfoResponse" name="getAllRxTermInfoResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="RxTermsAPISoapBinding" type="impl:RxTermsService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getAllConcepts">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getAllConceptsRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://db.rxterms.nlm.nih.gov" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getAllConceptsResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getRxTermsVersion">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getRxTermsVersionRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://db.rxterms.nlm.nih.gov" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getRxTermsVersionResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getRxTermDisplayName">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getRxTermDisplayNameRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://db.rxterms.nlm.nih.gov" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getRxTermDisplayNameResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

      <wsdl:operation name="getAllRxTermInfo">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getAllRxTermInfoRequest">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://db.rxterms.nlm.nih.gov" use="encoded"/>

         </wsdl:input>

         <wsdl:output name="getAllRxTermInfoResponse">

            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://mor.nlm.nih.gov/axis/services/RxTermsAPI" use="encoded"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="RxTermsServiceService">

      <wsdl:port binding="impl:RxTermsAPISoapBinding" name="RxTermsAPI">

         <wsdlsoap:address location="http://mor.nlm.nih.gov/axis/services/RxTermsAPI"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

