<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://api.max.md/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="https://api.max.md/">
<types>
<xsd:schema targetNamespace="https://api.max.md/"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="ArrayOfstring">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
 <xsd:complexType name="UserListObj">
  <xsd:all>
   <xsd:element name="code" type="xsd:string"/>
   <xsd:element name="message" type="xsd:string"/>
   <xsd:element name="usage" type="xsd:string"/>
   <xsd:element name="space_quota" type="xsd:string"/>
   <xsd:element name="users_quota" type="xsd:string"/>
   <xsd:element name="is_audit" type="xsd:string"/>
   <xsd:element name="userlist" type="tns:ArrayOfstring"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types>
<message name="getUserListRequest">
  <part name="session_id" type="xsd:string" />
  <part name="domain_name" type="xsd:string" /></message>
<message name="getUserListResponse">
  <part name="return" type="tns:UserListObj" /></message>
<portType name="getUserListPortType">
  <operation name="getUserList">
    <input message="tns:getUserListRequest"/>
    <output message="tns:getUserListResponse"/>
  </operation>
</portType>
<binding name="getUserListBinding" type="tns:getUserListPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="getUserList">
    <soap:operation soapAction="https://api.max.md/getUserList.php/getUserList" style="rpc"/>
    <input><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="getUserList">
  <port name="getUserListPort" binding="tns:getUserListBinding">
    <soap:address location="https://api.max.md:443/getUserList.php"/>
  </port>
</service>
</definitions>