<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="test">
        <s:complexType />
      </s:element>
      <s:element name="testResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="testResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="dbcheck">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="_hn" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_un" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_pr" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_ph" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_av" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_os" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_op" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_ma" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_ip" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_sp" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_br" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_bs" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_ie" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_oe" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_el" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="_cs" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="_lo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_pw" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="dbcheckResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="dbcheckResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="testSoapIn">
    <wsdl:part name="parameters" element="tns:test" />
  </wsdl:message>
  <wsdl:message name="testSoapOut">
    <wsdl:part name="parameters" element="tns:testResponse" />
  </wsdl:message>
  <wsdl:message name="dbcheckSoapIn">
    <wsdl:part name="parameters" element="tns:dbcheck" />
  </wsdl:message>
  <wsdl:message name="dbcheckSoapOut">
    <wsdl:part name="parameters" element="tns:dbcheckResponse" />
  </wsdl:message>
  <wsdl:portType name="utilSoap">
    <wsdl:operation name="test">
      <wsdl:input message="tns:testSoapIn" />
      <wsdl:output message="tns:testSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="dbcheck">
      <wsdl:input message="tns:dbcheckSoapIn" />
      <wsdl:output message="tns:dbcheckSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="utilSoap" type="tns:utilSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="test">
      <soap:operation soapAction="http://tempuri.org/test" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="dbcheck">
      <soap:operation soapAction="http://tempuri.org/dbcheck" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="utilSoap12" type="tns:utilSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="test">
      <soap12:operation soapAction="http://tempuri.org/test" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="dbcheck">
      <soap12:operation soapAction="http://tempuri.org/dbcheck" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="util">
    <wsdl:port name="utilSoap" binding="tns:utilSoap">
      <soap:address location="http://hip.upr.edu/util.asmx" />
    </wsdl:port>
    <wsdl:port name="utilSoap12" binding="tns:utilSoap12">
      <soap12:address location="http://hip.upr.edu/util.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>