﻿<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch="http://pt.advancecare.awsp.eligibilityAO" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://pt.advancecare.awsp.eligibilityAO" targetNamespace="http://pt.advancecare.awsp.eligibilityAO">
  <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://pt.advancecare.awsp.eligibilityAO">
      <element name="findProvidersRequest">
        <complexType>
          <sequence> </sequence>
        </complexType>
      </element>
      <element name="findProvidersResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:ProviderSearchResultTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="ProviderSearchResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element maxOccurs="unbounded" minOccurs="0" name="results" nillable="true" type="tns:ProviderTO"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="ProviderTO">
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" name="providerAddresses" nillable="true" type="tns:ProviderAddressResultTO"/>
          <element name="providerID" nillable="true" type="string"/>
          <element name="providerName" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="ProviderAddressResultTO">
        <sequence>
          <element name="practiceSeq" type="int"/>
          <element name="providerAddress" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="BaseResult">
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" name="messages" nillable="true" type="string"/>
          <element name="returnCode" type="int"/>
          <element name="totalResults" type="int"/>
        </sequence>
      </complexType>
      <element name="findSpecialtiesRequest">
        <complexType>
          <sequence>
            <element name="SpecialtySearchCriteriaTO_1" nillable="true" type="tns:SpecialtySearchCriteriaTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="SpecialtySearchCriteriaTO">
        <sequence>
          <element name="buID" nillable="true" type="string"/>
          <element name="practiceSeq" type="int"/>
          <element name="providerID" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <element name="findSpecialtiesResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:SpecialtySearchResultTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="SpecialtySearchResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element maxOccurs="unbounded" minOccurs="0" name="results" nillable="true" type="tns:SpecialtyTO"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="SpecialtyTO">
        <sequence>
          <element name="specialtyDesc" nillable="true" type="string"/>
          <element name="specialtyNbr" type="int"/>
        </sequence>
      </complexType>
      <element name="performSingleActRequest">
        <complexType>
          <sequence>
            <element name="SingleActParametersTO_1" nillable="true" type="tns:SingleActParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="performSingleActResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:SingleActResultTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="performSingleActICARORequest">
        <complexType>
          <sequence>
            <element name="SingleActParametersTO_1" nillable="true" type="tns:SingleActParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="performSingleActICAROResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:SingleActICAROResultTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="performPharmaActRequest">
        <complexType>
          <sequence>
            <element name="PharmaActParametersTO_1" nillable="true" type="tns:PharmaActParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="performPharmaActResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:SingleActResultTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="diagnosisCodeUpdateRequest">
        <complexType>
          <sequence>
            <element name="DiagnosisCodeUpdateParametersTO_1" nillable="true" type="tns:DiagnosisCodeUpdateParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <element name="diagnosisCodeUpdateResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:DiagnosisCodeUpdateResultTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="DiagnosisCodeUpdateParametersTO">
        <sequence>
          <element name="eligibilityNbr" type="int"/>
          <element name="diagnosisCode1" nillable="false" type="string"/>
          <element name="diagnosisCode2" nillable="false" type="string"/>
          <element name="diagnosisCode3" nillable="false" type="string"/>
        </sequence>
      </complexType>
      <complexType name="DiagnosisCodeUpdateResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element name="results" nillable="true" type="string"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="SingleActParametersTO">
        <complexContent>
          <extension base="tns:EligibilityParametersTO">
            <sequence>
              <element maxOccurs="unbounded" minOccurs="0" name="icd9Codes" nillable="true" type="tns:ICD9CodeTO"/>
              <element name="prescriberDoctorId" nillable="true" type="string"/>
              <element name="prescriberDoctorName" nillable="true" type="string"/>
              <element name="prescriptionOrigin" nillable="true" type="string"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="ICD9CodeTO">
        <sequence>
          <element name="diagCode" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="EligibilityParametersTO">
        <sequence>
          <element name="assistantName" nillable="true" type="string"/>
          <element name="buID" nillable="true" type="string"/>
          <element name="currencyCode" type="string"/>
          <element name="dos" nillable="true" type="dateTime"/>
          <element maxOccurs="unbounded" minOccurs="0" name="eligibilityServiceValues" nillable="true" type="tns:EligibilityServiceValuesTO"/>
          <element name="memID" nillable="true" type="string"/>
          <element name="practiceSeq" type="int"/>
          <element name="providerEmail" nillable="true" type="string"/>
          <element name="providerID" nillable="true" type="string"/>
          <element name="specialtyNbr" type="int"/>
          <element name="memPhone" nillable="true" type="string"/>
          <element name="memEmail" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="PharmaActParametersTO">
        <sequence>
          <element name="buID" nillable="true" type="string"/>
          <element name="currencyCode" type="string"/>
          <element name="dos" nillable="true" type="dateTime"/>
          <element maxOccurs="unbounded" minOccurs="0" name="pharmaServiceValues" nillable="true" type="tns:PharmaServiceValuesTO"/>
          <element name="memID" nillable="true" type="string"/>
          <element name="practiceSeq" type="int"/>
          <element name="providerID" nillable="true" type="string"/>
          <element name="memPhone" nillable="true" type="string"/>
          <element name="memEmail" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="EligibilityServiceValuesTO">
        <sequence>
          <element name="amtClaimed" type="double"/>
          <element name="anatomicRegion" nillable="true" type="string"/>
          <element name="incidence" nillable="true" type="int"/>
          <element name="laterality" nillable="true" type="string"/>
          <element name="load" nillable="true" type="int"/>
          <element name="procCode" nillable="true" type="string"/>
          <element maxOccurs="unbounded" minOccurs="0" name="quadrantsValues" nillable="true" type="tns:QuadrantTO"/>
          <element name="serviceCode" type="int"/>
          <element maxOccurs="unbounded" minOccurs="0" name="sextantsValues" nillable="true" type="tns:SextantTO"/>
          <element maxOccurs="unbounded" minOccurs="0" name="teethValues" nillable="true" type="tns:ToothTO"/>
          <element name="unit" type="string"/>
          <element name="aggravationRate" type="int"/>
          <element name="guid" type="string"/>
        </sequence>
      </complexType>
      <complexType name="PharmaServiceValuesTO">
        <sequence>
          <element name="amtClaimed" type="double"/>
          <element name="procCode" nillable="true" type="string"/>
          <element name="iva" nillable="true" type="int"/>
          <element name="unit" type="int"/>
        </sequence>
      </complexType>
      <complexType name="QuadrantTO">
        <sequence>
          <element name="quadrant" nillable="true" type="int"/>
        </sequence>
      </complexType>
      <complexType name="SextantTO">
        <sequence>
          <element name="sextant" nillable="true" type="int"/>
        </sequence>
      </complexType>
      <complexType name="ToothTO">
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" name="facesValues" nillable="true" type="tns:FaceTO"/>
          <element name="toothNumber" nillable="true" type="int"/>
        </sequence>
      </complexType>
      <complexType name="FaceTO">
        <sequence>
          <element name="face" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="SingleActResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element name="results" nillable="true" type="tns:SingleActTO"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="SingleActTO">
        <sequence>
          <element name="assistantName" nillable="true" type="string"/>
          <element name="buName" nillable="true" type="string"/>
          <element name="catCode" type="int"/>
          <element name="catName" nillable="true" type="string"/>
          <element name="clinicName" nillable="true" type="string"/>
          <element name="currencyCode" type="string"/>
          <element name="dos" nillable="true" type="dateTime"/>
          <element name="elegibilityNbr" type="int"/>
          <element maxOccurs="unbounded" minOccurs="0" name="eligibilityServicesValuesReturn" nillable="true" type="tns:EligibilityServicesValuesReturnTo"/>
          <element maxOccurs="unbounded" minOccurs="0" name="icd9Codes" nillable="true" type="tns:ICD9CodeTO"/>
          <element name="memFullName" nillable="true" type="string"/>
          <element name="memID" nillable="true" type="string"/>
          <element name="payeeId" nillable="true" type="string"/>
          <element name="payeeToId" nillable="true" type="string"/>
          <element name="practiceSeq" type="int"/>
          <element name="providerID" nillable="true" type="string"/>
          <element name="providerName" nillable="true" type="string"/>
          <element name="specialtyDesc" nillable="true" type="string"/>
          <element name="totalAmtCopay" type="double"/>
          <element name="totalAmtPaid" type="double"/>
          <element name="totalPagoComIva" type="double"/>
          <element name="userId" nillable="true" type="string"/>
          <element name="memPhone" nillable="true" type="string"/>
          <element name="memEmail" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="EligibilityServicesValuesReturnTo">
        <complexContent>
          <extension base="tns:EligibilityServiceValuesTO">
            <sequence>
              <element name="amtCopay" type="double"/>
              <element name="amtPaid" type="double"/>
              <element name="totalIva" type="double"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <element name="nullifyEligibilityOrSingleActRequest">
        <complexType>
          <sequence>
            <element name="NullifyEligibilityParametersTO_1" nillable="true" type="tns:NullifyEligibilityParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="NullifyEligibilityParametersTO">
        <sequence>
          <element name="elegibilityNbr" type="int"/>
        </sequence>
      </complexType>
      <element name="nullifyEligibilityOrSingleActResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:NullifyEligibilityResultTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="NullifyEligibilityResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element maxOccurs="unbounded" minOccurs="0" name="results" nillable="true" type="tns:NullifyEligibilityTO"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="NullifyEligibilityTO">
        <sequence>
          <element name="buID" nillable="true" type="string"/>
          <element name="elegibilityNbr" type="int"/>
          <element name="memID" nillable="true" type="string"/>
          <element name="providerID" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <element name="addInvoiceNumberRequest">
        <complexType>
          <sequence>
            <element name="InvoiceNumberParametersTO_1" nillable="true" type="tns:InvoiceNumberParametersTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="InvoiceNumberParametersTO">
        <sequence>
          <element maxOccurs="unbounded" minOccurs="0" name="eligibilityNbr" type="int"/>
          <element name="memClinicId" nillable="true" type="string"/>
          <element name="userId" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <element name="addInvoiceNumberResponse">
        <complexType>
          <sequence>
            <element name="result" nillable="true" type="tns:InvoiceNumberResultTO"/>
          </sequence>
        </complexType>
      </element>
      <complexType name="InvoiceNumberResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element name="results" nillable="true" type="string"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="SingleActICAROResultTO">
        <complexContent>
          <extension base="tns:BaseResult">
            <sequence>
              <element name="results" nillable="true" type="tns:SingleActICAROTO"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="SingleActICAROTO">
        <sequence>
          <element name="assistantName" nillable="true" type="string"/>
          <element name="buName" nillable="true" type="string"/>
          <element name="catCode" type="int"/>
          <element name="catName" nillable="true" type="string"/>
          <element name="clinicName" nillable="true" type="string"/>
          <element name="dos" nillable="true" type="dateTime"/>
          <element name="elegibilityNbr" type="int"/>
          <element maxOccurs="unbounded" minOccurs="0" name="eligibilityServicesValuesReturn" nillable="true" type="tns:EligibilityICAROServiceValuesTO"/>
          <element maxOccurs="unbounded" minOccurs="0" name="icd9Codes" nillable="true" type="tns:ICD9CodeTO"/>
          <element name="memFullName" nillable="true" type="string"/>
          <element name="memID" nillable="true" type="string"/>
          <element name="payeeId" nillable="true" type="string"/>
          <element name="payeeToId" nillable="true" type="string"/>
          <element name="practiceSeq" type="int"/>
          <element name="providerID" nillable="true" type="string"/>
          <element name="providerName" nillable="true" type="string"/>
          <element maxOccurs="unbounded" minOccurs="0" name="reserveReviews" nillable="true" type="tns:ReserveReviews"/>
          <element name="specialtyDesc" nillable="true" type="string"/>
          <element name="totalAmtCopay" type="double"/>
          <element name="totalAmtPaid" type="double"/>
          <element name="userId" nillable="true" type="string"/>
        </sequence>
      </complexType>
      <complexType name="EligibilityICAROServiceValuesTO">
        <complexContent>
          <extension base="tns:EligibilityServicesValuesReturnTo">
            <sequence>
              <element name="copayDesc" nillable="true" type="string"/>
              <element name="copayNbr" type="int"/>
              <element name="serviceDesc" nillable="true" type="string"/>
            </sequence>
          </extension>
        </complexContent>
      </complexType>
      <complexType name="ReserveReviews">
        <sequence>
          <element name="reviewDesc" nillable="true" type="string"/>
          <element name="reviewLine" type="int"/>
          <element name="reviewNbr" type="int"/>
          <element name="reviewStatus" type="int"/>
        </sequence>
      </complexType>
    </schema>
  </wsdl:types>
  <wsdl:message name="findProvidersResponse">
    <wsdl:part element="tns:findProvidersResponse" name="findProvidersResponse"/>
  </wsdl:message>
  <wsdl:message name="performPharmaActResponse">
    <wsdl:part element="tns:performPharmaActResponse" name="performPharmaActResponse"/>
  </wsdl:message>
  <wsdl:message name="findSpecialtiesRequest">
    <wsdl:part element="tns:findSpecialtiesRequest" name="findSpecialtiesRequest"/>
  </wsdl:message>
  <wsdl:message name="performPharmaActRequest">
    <wsdl:part element="tns:performPharmaActRequest" name="performPharmaActRequest"/>
  </wsdl:message>
  <wsdl:message name="addInvoiceNumberResponse">
    <wsdl:part element="tns:addInvoiceNumberResponse" name="addInvoiceNumberResponse"/>
  </wsdl:message>
  <wsdl:message name="addInvoiceNumberRequest">
    <wsdl:part element="tns:addInvoiceNumberRequest" name="addInvoiceNumberRequest"/>
  </wsdl:message>
  <wsdl:message name="nullifyEligibilityOrSingleActResponse">
    <wsdl:part element="tns:nullifyEligibilityOrSingleActResponse" name="nullifyEligibilityOrSingleActResponse"/>
  </wsdl:message>
  <wsdl:message name="findProvidersRequest">
    <wsdl:part element="tns:findProvidersRequest" name="findProvidersRequest"/>
  </wsdl:message>
  <wsdl:message name="performSingleActICAROResponse">
    <wsdl:part element="tns:performSingleActICAROResponse" name="performSingleActICAROResponse"/>
  </wsdl:message>
  <wsdl:message name="performSingleActICARORequest">
    <wsdl:part element="tns:performSingleActICARORequest" name="performSingleActICARORequest"/>
  </wsdl:message>
  <wsdl:message name="diagnosisCodeUpdateRequest">
    <wsdl:part element="tns:diagnosisCodeUpdateRequest" name="diagnosisCodeUpdateRequest"/>
  </wsdl:message>
  <wsdl:message name="diagnosisCodeUpdateResponse">
    <wsdl:part element="tns:diagnosisCodeUpdateResponse" name="diagnosisCodeUpdateResponse"/>
  </wsdl:message>
  <wsdl:message name="performSingleActResponse">
    <wsdl:part element="tns:performSingleActResponse" name="performSingleActResponse"/>
  </wsdl:message>
  <wsdl:message name="performSingleActRequest">
    <wsdl:part element="tns:performSingleActRequest" name="performSingleActRequest"/>
  </wsdl:message>
  <wsdl:message name="nullifyEligibilityOrSingleActRequest">
    <wsdl:part element="tns:nullifyEligibilityOrSingleActRequest" name="nullifyEligibilityOrSingleActRequest"/>
  </wsdl:message>
  <wsdl:message name="findSpecialtiesResponse">
    <wsdl:part element="tns:findSpecialtiesResponse" name="findSpecialtiesResponse"/>
  </wsdl:message>
  <wsdl:portType name="EligibilitySingleActSEI">
    <wsdl:operation name="findProviders">
      <wsdl:input message="tns:findProvidersRequest" name="findProvidersRequest"/>
      <wsdl:output message="tns:findProvidersResponse" name="findProvidersResponse"/>
    </wsdl:operation>
    <wsdl:operation name="performPharmaAct">
      <wsdl:input message="tns:performPharmaActRequest" name="performPharmaActRequest"/>
      <wsdl:output message="tns:performPharmaActResponse" name="performPharmaActResponse"/>
    </wsdl:operation>
    <wsdl:operation name="findSpecialties">
      <wsdl:input message="tns:findSpecialtiesRequest" name="findSpecialtiesRequest"/>
      <wsdl:output message="tns:findSpecialtiesResponse" name="findSpecialtiesResponse"/>
    </wsdl:operation>
    <wsdl:operation name="addInvoiceNumber">
      <wsdl:input message="tns:addInvoiceNumberRequest" name="addInvoiceNumberRequest"/>
      <wsdl:output message="tns:addInvoiceNumberResponse" name="addInvoiceNumberResponse"/>
    </wsdl:operation>
    <wsdl:operation name="nullifyEligibilityOrSingleAct">
      <wsdl:input message="tns:nullifyEligibilityOrSingleActRequest" name="nullifyEligibilityOrSingleActRequest"/>
      <wsdl:output message="tns:nullifyEligibilityOrSingleActResponse" name="nullifyEligibilityOrSingleActResponse"/>
    </wsdl:operation>
    <wsdl:operation name="performSingleActICARO">
      <wsdl:input message="tns:performSingleActICARORequest" name="performSingleActICARORequest"/>
      <wsdl:output message="tns:performSingleActICAROResponse" name="performSingleActICAROResponse"/>
    </wsdl:operation>
    <wsdl:operation name="diagnosisCodeUpdate">
      <wsdl:input message="tns:diagnosisCodeUpdateRequest" name="diagnosisCodeUpdateRequest"/>
      <wsdl:output message="tns:diagnosisCodeUpdateResponse" name="diagnosisCodeUpdateResponse"/>
    </wsdl:operation>
    <wsdl:operation name="performSingleAct">
      <wsdl:input message="tns:performSingleActRequest" name="performSingleActRequest"/>
      <wsdl:output message="tns:performSingleActResponse" name="performSingleActResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EligibilitySingleActSEISoap11" type="tns:EligibilitySingleActSEI">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="findProviders">
      <soap:operation soapAction=""/>
      <wsdl:input name="findProvidersRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="findProvidersResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="performPharmaAct">
      <soap:operation soapAction=""/>
      <wsdl:input name="performPharmaActRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="performPharmaActResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="findSpecialties">
      <soap:operation soapAction=""/>
      <wsdl:input name="findSpecialtiesRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="findSpecialtiesResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="addInvoiceNumber">
      <soap:operation soapAction=""/>
      <wsdl:input name="addInvoiceNumberRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="addInvoiceNumberResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="nullifyEligibilityOrSingleAct">
      <soap:operation soapAction=""/>
      <wsdl:input name="nullifyEligibilityOrSingleActRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="nullifyEligibilityOrSingleActResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="performSingleActICARO">
      <soap:operation soapAction=""/>
      <wsdl:input name="performSingleActICARORequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="performSingleActICAROResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="diagnosisCodeUpdate">
      <soap:operation soapAction=""/>
      <wsdl:input name="diagnosisCodeUpdateRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="diagnosisCodeUpdateResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="performSingleAct">
      <soap:operation soapAction=""/>
      <wsdl:input name="performSingleActRequest">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="performSingleActResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="EligibilitySingleActSEIService">
    <wsdl:port binding="tns:EligibilitySingleActSEISoap11" name="EligibilitySingleActSEISoap11">
      <soap:address location="https://ws-staging.mediplus.co.ao/Eligibility/AO/EligibilityService.svc"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>