<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="AOSIService" targetNamespace="urn:AOSI" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:AOSI" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="nullAOSIService.xsd1">
	<wsdl:types>
		<xsd:schema targetNamespace="nullAOSIService.xsd1" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="nullAOSIService.xsd1"> </xsd:schema>
	</wsdl:types>
	<wsdl:message name="ldapSearchRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="filter" type="xsd:string">
			<wsdl:documentation>Filtriranje podataka iz imenika (npr. '(uid=testa)').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="attribute" type="xsd:string">
			<wsdl:documentation>Popis atributa koji se dohvaćaju (npr. 'uid,cn,l').</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapSearchResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="SOAP-ENC:base64">
			<wsdl:documentation>Rezultat u XML obliku (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapModifyRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="xml" type="xsd:string">
			<wsdl:documentation>Podaci u XML obliku  (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapModifyResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="SOAP-ENC:base64">
			<wsdl:documentation>Obavijest o uspješnosti akcije u XML obliku  (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapBindRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapBindResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="xsd:int">
			<wsdl:documentation>0 - Korisnik, 1 - Administrator definiran u konfiguracijskoj datoteci, 2 - Administrator definiran u imeniku.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapListRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="filter" type="xsd:string">
			<wsdl:documentation>Filtriranje podataka iz imenika (npr. '(uid=testa)').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="attribute" type="xsd:string">
			<wsdl:documentation>Popis atributa koji se dohvaćaju (npr. 'uid,cn,l').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="from" type="xsd:string">
			<wsdl:documentation>Redni broj stavke od kojega se treba popis prikazati.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="size" type="xsd:string">
			<wsdl:documentation>Broj stavki koje se prikazuju (odn. veličina stranice).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapListResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="count" type="xsd:int">
			<wsdl:documentation>Sveukupan broj stavki koje zadovoljavaju uvjete.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="from" type="xsd:int">
			<wsdl:documentation>Redni broj stavke od kojega se popis prikazao.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="SOAP-ENC:base64">
			<wsdl:documentation>Rezultat u XML obliku (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="size" type="xsd:int">
			<wsdl:documentation>Broj stavki koje su prikazane (odn. veličina stranice).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapBinSearchRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="filter" type="xsd:string">
			<wsdl:documentation>Filtriranje podataka iz imenika (npr. '(uid=testa)').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="attribute" type="xsd:string">
			<wsdl:documentation>Popis atributa koji se dohvaćaju (npr. 'uid,cn,l').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="md5_base64" type="xsd:string">
			<wsdl:documentation>MD5 hash binarnog zapisa koji se dohvaća.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapAddUserRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="xml" type="xsd:string">
			<wsdl:documentation>Podaci u XML obliku (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapAddUserResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="SOAP-ENC:base64">
			<wsdl:documentation>Obavijest o uspješnosti pojedine akcije u XML obliku (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd). Svaka akcija ima svoj kod i obavijest o uspješnosti. Konačan kod je suma svih kodova.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapDeleteUserRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="dn" type="xsd:string">
			<wsdl:documentation>DN korisnika koji se briše.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="ldapUserExistsRequest">
		<wsdl:part name="user" type="xsd:string">
			<wsdl:documentation>UID korisnika u imeniku (npr. 'testa').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="password" type="xsd:string">
			<wsdl:documentation>Lozinka korisnika u imeniku (Base 64 enkodirano).</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="uid" type="xsd:string"/>
	</wsdl:message>
	<wsdl:message name="ldapUserExistsResponse">
		<wsdl:part name="code" type="xsd:int">
			<wsdl:documentation>Kod rezultata. Nula (0) označava uspješnu operaciju, pozitivne vrijednosti su greške iz imenika, negativne vrijednosti su greške u web servisu.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="error" type="SOAP-ENC:base64">
			<wsdl:documentation>Opis greške ako kod rezultata nije nula.</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="result" type="SOAP-ENC:base64">
			<wsdl:documentation>Rezultat u XML obliku (XML Schema Definition: http://www.aaiedu.hr/aosi/ldap.xsd).</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="anonSearchRequest">
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="filter" type="xsd:string">
			<wsdl:documentation>Filtriranje podataka iz imenika (npr. '(uid=testa)').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="attribute" type="xsd:string">
			<wsdl:documentation>Popis atributa koji se dohvaćaju (npr. 'uid,cn,l').</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:message name="anonBinSearchRequest">
		<wsdl:part name="base" type="xsd:string">
			<wsdl:documentation>Base DN imenika (npr. 'dc=srce,dc=hr').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="filter" type="xsd:string">
			<wsdl:documentation>Filtriranje podataka iz imenika (npr. '(uid=testa)').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="attribute" type="xsd:string">
			<wsdl:documentation>Popis atributa koji se dohvaćaju (npr. 'uid,cn,l').</wsdl:documentation>
		</wsdl:part>
		<wsdl:part name="md5_base64" type="xsd:string">
			<wsdl:documentation>MD5 hash binarnog zapisa koji se dohvaća.</wsdl:documentation>
		</wsdl:part>
	</wsdl:message>
	<wsdl:portType name="AOSIServicePortType">
		<wsdl:operation name="ldapSearch">
			<wsdl:input message="tns:ldapSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userSearch">
			<wsdl:input message="tns:ldapSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="anonSearch">
			<wsdl:input message="tns:anonSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapOrgInfo">
			<wsdl:input message="tns:ldapBindRequest"/>
			<wsdl:output message="tns:ldapBindResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userOrgInfo">
			<wsdl:input message="tns:ldapBindRequest"/>
			<wsdl:output message="tns:ldapBindResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapBind">
			<wsdl:input message="tns:ldapBindRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userBind">
			<wsdl:input message="tns:ldapBindRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapList">
			<wsdl:input message="tns:ldapListRequest"/>
			<wsdl:output message="tns:ldapListResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapBinSearch">
			<wsdl:input message="tns:ldapBinSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userBinSearch">
			<wsdl:input message="tns:ldapBinSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="anonBinSearch">
			<wsdl:input message="tns:anonBinSearchRequest"/>
			<wsdl:output message="tns:ldapSearchResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userAddAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapAddAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapDeleteAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userDeleteAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapModifyAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="userModifyAttribute">
			<wsdl:input message="tns:ldapModifyRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapUserExists">
			<wsdl:input message="tns:ldapUserExistsRequest"/>
			<wsdl:output message="tns:ldapUserExistsResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapAddUser">
			<wsdl:input message="tns:ldapAddUserRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapAddUserLE">
			<wsdl:input message="tns:ldapAddUserRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapDeleteUser">
			<wsdl:input message="tns:ldapAddUserRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
		<wsdl:operation name="ldapAdminInfo">
			<wsdl:input message="tns:ldapUserExistsRequest"/>
			<wsdl:output message="tns:ldapModifyResponse"/>
		</wsdl:operation>
	</wsdl:portType>
	<wsdl:binding name="AOSIServiceBinding" type="tns:AOSIServicePortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		<wsdl:operation name="ldapSearch">
			<soap:operation soapAction="urn:AOSI#ldapSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userSearch">
			<soap:operation soapAction="urn:AOSI#userSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="anonSearch">
			<soap:operation soapAction="urn:AOSI#anonSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapBinSearch">
			<soap:operation soapAction="urn:AOSI#ldapBinSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userBinSearch">
			<soap:operation soapAction="urn:AOSI#userBinSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="anonBinSearch">
			<soap:operation soapAction="urn:AOSI#anonBinSearch"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapOrgInfo">
			<soap:operation soapAction="urn:AOSI#ldapOrgInfo"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userOrgInfo">
			<soap:operation soapAction="urn:AOSI#userOrgInfo"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapBind">
			<soap:operation soapAction="urn:AOSI#ldapBind"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userBind">
			<soap:operation soapAction="urn:AOSI#userBind"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapList">
			<soap:operation soapAction="urn:AOSI#ldapList"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userAddAttribute">
			<soap:operation soapAction="urn:AOSI#userAddAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userDeleteAttribute">
			<soap:operation soapAction="urn:AOSI#userDeleteAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userModifyAttribute">
			<soap:operation soapAction="urn:AOSI#userModifyAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="userValidateXML">
			<soap:operation soapAction="urn:AOSI#userValidateXML"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapAddAttribute">
			<soap:operation soapAction="urn:AOSI#ldapAddAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapModifyAttribute">
			<soap:operation soapAction="urn:AOSI#ldapModifyAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapDeleteAttribute">
			<soap:operation soapAction="urn:AOSI#ldapDeleteAttribute"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapAddUser">
			<soap:operation soapAction="urn:AOSI#ldapAddUser"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapAddUserLE">
			<soap:operation soapAction="urn:AOSI#ldapAddUserLE"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapDeleteUser">
			<soap:operation soapAction="urn:AOSI#ldapDeleteUser"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapUserExists">
			<soap:operation soapAction="urn:AOSI#ldapUserExists"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
		<wsdl:operation name="ldapAdminInfo">
			<soap:operation soapAction="urn:AOSI#ldapAdminInfo"/>
			<wsdl:input>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:input>
			<wsdl:output>
				<soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:AOSI" use="encoded"/>
			</wsdl:output>
		</wsdl:operation>
	</wsdl:binding>
	<wsdl:service name="AOSIService">
		<wsdl:port binding="tns:AOSIServiceBinding" name="AOSIServicePort">
			<soap:address location="https://www.ustanova.hr:1443/AOSI"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
