<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://xml.apache.org/axis/wsdd/" xmlns:intf="http://xml.apache.org/axis/wsdd/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><schema targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns="http://www.w3.org/2001/XMLSchema"><element name="AdminService" type="xsd:anyType"/><element name="AdminServiceReturn" type="xsd:anyType"/></schema></wsdl:types>
  <wsdl:message name="AdminServiceRequest">
    <wsdl:part element="impl:AdminService" name="part"/>
  </wsdl:message>
  <wsdl:message name="AdminServiceResponse">
    <wsdl:part element="impl:AdminServiceReturn" name="AdminServiceReturn"/>
  </wsdl:message>
  <wsdl:portType name="Admin">
    <wsdl:operation name="AdminService">
      <wsdl:input message="impl:AdminServiceRequest" name="AdminServiceRequest"/>
      <wsdl:output message="impl:AdminServiceResponse" name="AdminServiceResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AdminServiceSoapBinding" type="impl:Admin">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="AdminService">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="AdminServiceRequest">
        <wsdlsoap:body namespace="http://xml.apache.org/axis/wsdd/" use="literal"/>
      </wsdl:input>
      <wsdl:output name="AdminServiceResponse">
        <wsdlsoap:body namespace="http://xml.apache.org/axis/wsdd/" use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AdminService">
    <wsdl:port binding="impl:AdminServiceSoapBinding" name="AdminService">
      <wsdlsoap:address location="http://www.miragelimousine.com/ResApp/services/AdminService"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>