<?xml version="1.0" encoding="utf-8"?>

<!--

	DRS WSDL - Version 1.0
	
	Technical documentation is available at support.netim.com
	
	copyright NETIM

-->

<wsdl:definitions name="DRS" 
targetNamespace="urn:DRS" 
xmlns:typens="urn:DRS" 
xmlns:wsdlns="urn:DRS"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
xmlns="http://schemas.xmlsoap.org/wsdl/">

	<!--
		TYPES
	-->
	<wsdl:types>
		<xsd:schema xmlns:xds="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:DRS">
			
			<xsd:complexType name="StructDomainCheckResponse">
				<xsd:all>
					<xsd:element name="domain" type="xsd:string"/>
					<xsd:element name="result" type="xsd:string"/>
					<xsd:element name="reason" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="ArrayStructDomainCheckResponse">
				<xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructDomainCheckResponse[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			</xsd:complexType>
			
			<xsd:complexType name="StructDomainList">
				<xsd:all>
					<xsd:element name="domain" type="xsd:string"/>
					<xsd:element name="dateCreate" type="xsd:string"/>
					<xsd:element name="dateExpiration" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
			
			 <xsd:complexType name="ArrayDomainList">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructDomainList[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>
			 
			 <xsd:complexType name="ArrayOfString">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>
			 
			 <xsd:complexType name="ArrayContactList">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructContactList[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>

			<xsd:complexType name="StructContact">
				<xsd:all>
					<xsd:element name="firstName" type="xsd:string"/>
					<xsd:element name="lastName" type="xsd:string"/>
					<xsd:element name="bodyForm" type="xsd:string"/>
					<xsd:element name="bodyName" type="xsd:string"/>
					<xsd:element name="address1" type="xsd:string"/>
					<xsd:element name="address2" type="xsd:string"/>
					<xsd:element name="zipCode" type="xsd:string"/>
					<xsd:element name="area" type="xsd:string"/>
					<xsd:element name="city" type="xsd:string"/>
					<xsd:element name="country" type="xsd:string"/>
					<xsd:element name="phone" type="xsd:string"/>
					<xsd:element name="fax" type="xsd:string"/>
					<xsd:element name="email" type="xsd:string"/>
					<xsd:element name="language" type="xsd:string"/>
					<xsd:element name="isOwner" type="xsd:int"/>
					
					<xsd:element name="tmName" type="xsd:string"/>
					<xsd:element name="tmNumber" type="xsd:string"/>
					<xsd:element name="tmType" type="xsd:string"/>
					<xsd:element name="tmDate" type="xsd:string"/>
					<xsd:element name="companyNumber" type="xsd:string"/>
					<xsd:element name="vatNumber" type="xsd:string"/>
					<xsd:element name="birthDate" type="xsd:string"/>
					<xsd:element name="birthZipCode" type="xsd:string"/>
					<xsd:element name="birthCity" type="xsd:string"/>
					<xsd:element name="birthCountry" type="xsd:string"/>
					<xsd:element name="idNumber" type="xsd:string"/>
					<xsd:element name="additional" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>

			<xsd:complexType name="StructContactReturn">
				<xsd:all>
					<xsd:element name="idContact" type="xsd:string"/>
					<xsd:element name="firstName" type="xsd:string"/>
					<xsd:element name="lastName" type="xsd:string"/>
					<xsd:element name="bodyForm" type="xsd:string"/>
					<xsd:element name="bodyName" type="xsd:string"/>
					<xsd:element name="address1" type="xsd:string"/>
					<xsd:element name="address2" type="xsd:string"/>
					<xsd:element name="zipCode" type="xsd:string"/>
					<xsd:element name="area" type="xsd:string"/>
					<xsd:element name="city" type="xsd:string"/>
					<xsd:element name="country" type="xsd:string"/>
					<xsd:element name="phone" type="xsd:string"/>
					<xsd:element name="fax" type="xsd:string"/>
					<xsd:element name="email" type="xsd:string"/>
					<xsd:element name="language" type="xsd:string"/>
					<xsd:element name="isOwner" type="xsd:int"/>
					<xsd:element name="isLock" type="xsd:int"/>
					
					<xsd:element name="tmName" type="xsd:string"/>
					<xsd:element name="tmNumber" type="xsd:string"/>
					<xsd:element name="tmType" type="xsd:string"/>
					<xsd:element name="tmDate" type="xsd:string"/>
					<xsd:element name="companyNumber" type="xsd:string"/>
					<xsd:element name="vatNumber" type="xsd:string"/>
					<xsd:element name="birthDate" type="xsd:string"/>
					<xsd:element name="birthZipCode" type="xsd:string"/>
					<xsd:element name="birthCity" type="xsd:string"/>
					<xsd:element name="birthCountry" type="xsd:string"/>
					<xsd:element name="idNumber" type="xsd:string"/>
					<xsd:element name="additional" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructDomainInfo">
				<xsd:all>
					<xsd:element name="domain" type="xsd:string"/>
					<xsd:element name="dateCreate" type="xsd:string"/>
					<xsd:element name="dateExpiration" type="xsd:string"/>
					<xsd:element name="dateMaxRenew" type="xsd:string"/>
					<xsd:element name="dateMaxRestore" type="xsd:string"/>
					<xsd:element name="status" type="xsd:string"/>
					<xsd:element name="idOwner" type="xsd:string"/>
					<xsd:element name="idAdmin" type="xsd:string"/>
					<xsd:element name="idTech" type="xsd:string"/>
					<xsd:element name="idBilling" type="xsd:string"/>
					<xsd:element name="domainIsLock" type="xsd:int"/>
					<xsd:element name="ownerIsLock" type="xsd:int"/>
					<xsd:element name="ns" type="typens:ArrayOfString"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructOwner">
				<xsd:all>
					<xsd:element name="address1" type="xsd:string"/>
					<xsd:element name="address2" type="xsd:string"/>
					<xsd:element name="zipCode" type="xsd:string"/>
					<xsd:element name="area" type="xsd:string"/>
					<xsd:element name="city" type="xsd:string"/>
					<xsd:element name="country" type="xsd:string"/>
					<xsd:element name="phone" type="xsd:string"/>
					<xsd:element name="fax" type="xsd:string"/>
					<xsd:element name="email" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructContactList">
				<xsd:all>
					<xsd:element name="idContact" type="xsd:string"/>
					<xsd:element name="firstName" type="xsd:string"/>
					<xsd:element name="lastName" type="xsd:string"/>
					<xsd:element name="bodyForm" type="xsd:string"/>
					<xsd:element name="isOwner" type="xsd:int"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructOptionsFwd">
				<xsd:all>
					<xsd:element name="header" type="xsd:int"/>
					<xsd:element name="protocol" type="xsd:string"/>
					<xsd:element name="title" type="xsd:string"/>
					<xsd:element name="parking" type="xsd:string"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructOptionsZone">
				<xsd:all>
					<xsd:element name="service" type="xsd:string"/>
					<xsd:element name="protocol" type="xsd:string"/>
					<xsd:element name="ttl" type="xsd:int"/>
					<xsd:element name="priority" type="xsd:int"/>
					<xsd:element name="weight" type="xsd:int"/>
					<xsd:element name="port" type="xsd:int"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="StructQueryZoneList">
				<xsd:all>
					<xsd:element name="host" type="xsd:string"/>
					<xsd:element name="type" type="xsd:string"/>
					<xsd:element name="value" type="xsd:string"/>
					<xsd:element name="options" type="typens:StructOptionsZone"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="ArrayZoneList">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructQueryZoneList[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>
			 
			 <xsd:complexType name="StructQueryMailFwdList">
				<xsd:all>
					<xsd:element name="mailBox" type="xsd:string"/>
					<xsd:element name="recipients" type="xsd:string"/>
					<xsd:element name="install" type="xsd:int"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="ArrayMailFwdList">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructQueryMailFwdList[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>
			 
			 <xsd:complexType name="StructQueryWebFwdList">
				<xsd:all>
					<xsd:element name="FQDN" type="xsd:string"/>
					<xsd:element name="type" type="xsd:string"/>
					<xsd:element name="target" type="xsd:string"/>
					<xsd:element name="install" type="xsd:int"/>
					<xsd:element name="options" type="typens:StructOptionsFwd"/>
				</xsd:all>
			</xsd:complexType>
			
			<xsd:complexType name="ArrayWebFwdList">
				 <xsd:complexContent>
					 <xsd:restriction base="soapenc:Array">
					 	<xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="typens:StructQueryWebFwdList[]"/>
					 </xsd:restriction>
				 </xsd:complexContent>
			 </xsd:complexType>
			
			
		</xsd:schema>
	</wsdl:types> 
	
	<!--
		MESSAGES
	-->
	
	<!-- all -->
	<wsdl:message name="IDSessionRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="domainRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
	</wsdl:message>	
	
	<wsdl:message name="opeRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="numOperation" type="xsd:int"/>
	</wsdl:message>
	
	<wsdl:message name="operationResponse">
		<wsdl:part name="numOperation" type="xsd:int"/>
	</wsdl:message>
	
	<!-- login -->
	<wsdl:message name="loginRequest">
		<wsdl:part name="idReseller" type="xsd:string"/>
		<wsdl:part name="password" type="xsd:string"/>
		<wsdl:part name="language" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="loginResponse">
		<wsdl:part name="IDSession" type="xsd:string"/>
	</wsdl:message>
	
	<!-- logout -->
	<wsdl:message name="logoutResponse">
	</wsdl:message>
	
	<!-- hello -->
	<wsdl:message name="helloResponse">
		<wsdl:part name="strHello" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainWhois -->
	<wsdl:message name="domainWhoisResponse">
		<wsdl:part name="strWhois" type="xsd:string"/>
	</wsdl:message>
	
	<!-- queryDomainList -->
	<wsdl:message name="queryDomainListRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="filter" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="queryDomainListResponse">
		<wsdl:part name="queryDomainListReturn" type="typens:ArrayDomainList"/>
	</wsdl:message>	
	
	<!-- domainCheck -->
	<wsdl:message name="domainCheckResponse">
		<wsdl:part name="domainCheckResponseReturn" type="typens:ArrayStructDomainCheckResponse"/>
	</wsdl:message>
	
	<!-- domainCreate -->
	<wsdl:message name="domainCreateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="idOwner" type="xsd:string"/>
		<wsdl:part name="idAdmin" type="xsd:string"/>
		<wsdl:part name="idTech" type="xsd:string"/>
		<wsdl:part name="idBilling" type="xsd:string"/>
		<wsdl:part name="ns1" type="xsd:string"/>
		<wsdl:part name="ns2" type="xsd:string"/>
		<wsdl:part name="ns3" type="xsd:string"/>
		<wsdl:part name="ns4" type="xsd:string"/>
		<wsdl:part name="ns5" type="xsd:string"/>
		<wsdl:part name="duration" type="xsd:int"/>
	</wsdl:message>
	
	<!-- domainInfo -->	
	<wsdl:message name="domainInfoResponse">
		<wsdl:part name="return" type="typens:StructDomainInfo"/>
	</wsdl:message>
	
	<!-- domainChangeContact -->
	<wsdl:message name="domainChangeContactRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="idAdmin" type="xsd:string"/>
		<wsdl:part name="idTech" type="xsd:string"/>
		<wsdl:part name="idBilling" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainChangeDNS -->
	<wsdl:message name="domainChangeDNSRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="ns1" type="xsd:string"/>
		<wsdl:part name="ns2" type="xsd:string"/>
		<wsdl:part name="ns3" type="xsd:string"/>
		<wsdl:part name="ns4" type="xsd:string"/>
		<wsdl:part name="ns5" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainLock -->
	<wsdl:message name="domainLockRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="enable" type="xsd:boolean"/>
	</wsdl:message>
	
	<!-- domainRenew -->
	<wsdl:message name="domainRenewRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="duration" type="xsd:int"/>
	</wsdl:message>
	
	<!-- domainTransferIn -->
	<wsdl:message name="domainTransferInRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="authID" type="xsd:string"/>
		<wsdl:part name="idOwner" type="xsd:string"/>
		<wsdl:part name="idAdmin" type="xsd:string"/>
		<wsdl:part name="idTech" type="xsd:string"/>
		<wsdl:part name="idBilling" type="xsd:string"/>
		<wsdl:part name="ns1" type="xsd:string"/>
		<wsdl:part name="ns2" type="xsd:string"/>
		<wsdl:part name="ns3" type="xsd:string"/>
		<wsdl:part name="ns4" type="xsd:string"/>
		<wsdl:part name="ns5" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainTransferOwner -->
	<wsdl:message name="domainTransferOwnerRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="idOwner" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainUpdateOwner -->	
	<wsdl:message name="domainUpdateOwnerRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="structOwner" type="typens:StructOwner"/>
	</wsdl:message>
	
	<!-- domainLockOwner -->
	<wsdl:message name="domainLockOwnerRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="enable" type="xsd:boolean"/>
	</wsdl:message>
	
	<!-- domainSetPreference -->
	<wsdl:message name="domainSetPreferenceRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="codePref" type="xsd:string"/>		
		<wsdl:part name="enable" type="xsd:int"/>
	</wsdl:message>
	
	<!-- domainDelete -->
	<wsdl:message name="domainDeleteRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="typeDelete" type="xsd:string"/>
	</wsdl:message>
	
	<!-- queryOpe -->
	<wsdl:message name="queryOpeResponse">
		<wsdl:part name="result" type="typens:ArrayOfString"/>
	</wsdl:message>
	
	<!-- cancelOpe -->
	<wsdl:message name="cancelOpeResponse">
	</wsdl:message>
	
	<!-- contactCreate -->
	<wsdl:message name="contactCreateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="contact" type="typens:StructContact"/>
	</wsdl:message>
	
	<wsdl:message name="contactCreateResponse">
		<wsdl:part name="idContact" type="xsd:string"/>
	</wsdl:message>
	
	<!-- contactInfo -->
	<wsdl:message name="contactInfoRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="IDIdentifiant" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="contactInfoResponse">
		<wsdl:part name="contact" type="typens:StructContactReturn"/>
	</wsdl:message>
	
	<!-- contactUpdate -->
	<wsdl:message name="contactUpdateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="idContact" type="xsd:string"/>
		<wsdl:part name="contact" type="typens:StructContact"/>
	</wsdl:message>
	
	<!-- queryContactList -->
	<wsdl:message name="queryContactListRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="filter" type="xsd:string"/>
		<wsdl:part name="field" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="queryContactListResponse">
		<wsdl:part name="queryContactListReturn" type="typens:ArrayContactList"/>
	</wsdl:message>
	
	<!-- domainMailFwdCreate -->
	<wsdl:message name="domainMailFwdCreateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="mailBox" type="xsd:string"/>
		<wsdl:part name="recipients" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainMailFwdDelete -->
	<wsdl:message name="domainMailFwdDeleteRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="mailBox" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainWebFwdCreate -->
	<wsdl:message name="domainWebFwdCreateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="FQDN" type="xsd:string"/>
		<wsdl:part name="target" type="xsd:string"/>
		<wsdl:part name="type" type="xsd:string"/>
		<wsdl:part name="structOptionsFwd" type="typens:StructOptionsFwd"/>
	</wsdl:message>
	
	<!-- domainWebFwdDelete -->
	<wsdl:message name="domainWebFwdDeleteRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="FQDN" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainZoneCreate -->
	<wsdl:message name="domainZoneCreateRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="subdomain" type="xsd:string"/>
		<wsdl:part name="type" type="xsd:string"/>
		<wsdl:part name="value" type="xsd:string"/>
		<wsdl:part name="structOptionsZone" type="typens:StructOptionsZone"/>
	</wsdl:message>
	
	<!-- domainZoneDelete -->
	<wsdl:message name="domainZoneDeleteRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="subdomain" type="xsd:string"/>
		<wsdl:part name="type" type="xsd:string"/>
		<wsdl:part name="value" type="xsd:string"/>
	</wsdl:message>
	
	<!-- domainZoneInit -->
	<wsdl:message name="domainZoneInitRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="numProfil" type="xsd:int"/>
	</wsdl:message>
	
	<!-- domainZoneInitSoa -->
	<wsdl:message name="domainZoneInitSoaRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
		<wsdl:part name="ttl" type="xsd:int"/>
		<wsdl:part name="ttlUnity" type="xsd:string"/>
		<wsdl:part name="refresh" type="xsd:int"/>
		<wsdl:part name="refreshUnity" type="xsd:string"/>
		<wsdl:part name="retry" type="xsd:int"/>
		<wsdl:part name="retryUnity" type="xsd:string"/>
		<wsdl:part name="expire" type="xsd:int"/>
		<wsdl:part name="expireUnity" type="xsd:string"/>
		<wsdl:part name="minimum" type="xsd:int"/>
		<wsdl:part name="minimumUnity" type="xsd:string"/>
	</wsdl:message>
	
	<!-- queryZoneList -->
	<wsdl:message name="queryZoneListRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="queryZoneListResponse">
		<wsdl:part name="queryZoneListReturn" type="typens:ArrayZoneList"/>
	</wsdl:message>
	
	<!-- queryMailFwdList -->
	<wsdl:message name="queryMailFwdListRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="queryMailFwdListResponse">
		<wsdl:part name="queryMailFwdListReturn" type="typens:ArrayMailFwdList"/>
	</wsdl:message>

	<!-- queryWebFwdList -->
	<wsdl:message name="queryWebFwdListRequest">
		<wsdl:part name="IDSession" type="xsd:string"/>
		<wsdl:part name="domain" type="xsd:string"/>
	</wsdl:message>
	
	<wsdl:message name="queryWebFwdListResponse">
		<wsdl:part name="queryWebFwdListReturn" type="typens:ArrayWebFwdList"/>
	</wsdl:message>
	
	
	<!--
		PORTTYPE
	-->
	<wsdl:portType name="DRSPortType">
	
		<!-- login -->
		<wsdl:operation name="login">
			<wsdl:input message="wsdlns:loginRequest"/>
			<wsdl:output message="wsdlns:loginResponse"/>
		</wsdl:operation>
		
		<!-- logout -->
		<wsdl:operation name="logout">
			<wsdl:input message="wsdlns:IDSessionRequest"/>
			<wsdl:output message="wsdlns:logoutResponse"/>
		</wsdl:operation>
		
		<!-- hello -->
		<wsdl:operation name="hello">
			<wsdl:input message="wsdlns:IDSessionRequest"/>
			<wsdl:output message="wsdlns:helloResponse"/>
		</wsdl:operation>
		
		<!-- domainWhois -->
		<wsdl:operation name="domainWhois">
			<wsdl:input message="wsdlns:domainRequest"/>
			<wsdl:output message="wsdlns:domainWhoisResponse"/>
		</wsdl:operation>
		
		<!-- queryDomainList -->
		<wsdl:operation name="queryDomainList">
			<wsdl:input message="wsdlns:queryDomainListRequest"/>
			<wsdl:output message="wsdlns:queryDomainListResponse"/>
		</wsdl:operation>
		
		<!-- domainCheck -->
		<wsdl:operation name="domainCheck">
			<wsdl:input message="wsdlns:domainRequest"/>
			<wsdl:output message="wsdlns:domainCheckResponse"/>
		</wsdl:operation>
		
		<!-- domainCreate -->
		<wsdl:operation name="domainCreate">
			<wsdl:input message="wsdlns:domainCreateRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainInfo -->
		<wsdl:operation name="domainInfo">
			<wsdl:input message="wsdlns:domainRequest"/>
			<wsdl:output message="wsdlns:domainInfoResponse"/>
		</wsdl:operation>
		
		<!-- domainAuthID -->
		<wsdl:operation name="domainAuthID">
			<wsdl:input message="wsdlns:domainRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainChangeContact -->
		<wsdl:operation name="domainChangeContact">
			<wsdl:input message="wsdlns:domainChangeContactRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainChangeDNS -->
		<wsdl:operation name="domainChangeDNS">
			<wsdl:input message="wsdlns:domainChangeDNSRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainLock -->
		<wsdl:operation name="domainLock">
			<wsdl:input message="wsdlns:domainLockRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainRenew -->
		<wsdl:operation name="domainRenew">
			<wsdl:input message="wsdlns:domainRenewRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainRestore -->
		<wsdl:operation name="domainRestore">
			<wsdl:input message="wsdlns:domainRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainTransferIn -->
		<wsdl:operation name="domainTransferIn">
			<wsdl:input message="wsdlns:domainTransferInRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainTransferOwner -->
		<wsdl:operation name="domainTransferOwner">
			<wsdl:input message="wsdlns:domainTransferOwnerRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainUpdateOwner -->	
		<wsdl:operation name="domainUpdateOwner">
			<wsdl:input message="wsdlns:domainUpdateOwnerRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainLockOwner -->
		<wsdl:operation name="domainLockOwner">
			<wsdl:input message="wsdlns:domainLockOwnerRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainSetPreference -->
		<wsdl:operation name="domainSetPreference">
			<wsdl:input message="wsdlns:domainSetPreferenceRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainDelete -->
		<wsdl:operation name="domainDelete">
			<wsdl:input message="wsdlns:domainDeleteRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- queryOpe -->
		<wsdl:operation name="queryOpe">
			<wsdl:input message="wsdlns:opeRequest"/>
			<wsdl:output message="wsdlns:queryOpeResponse"/>
		</wsdl:operation>
		
		<!-- cancelOpe -->
		<wsdl:operation name="cancelOpe">
			<wsdl:input message="wsdlns:opeRequest"/>
			<wsdl:output message="wsdlns:cancelOpeResponse"/>
		</wsdl:operation>
		
		<!-- contactCreate -->
		<wsdl:operation name="contactCreate">
			<wsdl:input message="wsdlns:contactCreateRequest"/>
			<wsdl:output message="wsdlns:contactCreateResponse"/>
		</wsdl:operation>
		
		<!-- contactInfo -->
		<wsdl:operation name="contactInfo">
			<wsdl:input message="wsdlns:contactInfoRequest"/>
			<wsdl:output message="wsdlns:contactInfoResponse"/>
		</wsdl:operation>
		
		<!-- contactUpdate -->
		<wsdl:operation name="contactUpdate">
			<wsdl:input message="wsdlns:contactUpdateRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- queryContactList -->
		<wsdl:operation name="queryContactList">
			<wsdl:input message="wsdlns:queryContactListRequest"/>
			<wsdl:output message="wsdlns:queryContactListResponse"/>
		</wsdl:operation>
		
		
		<!-- domainMailFwdCreate -->
		<wsdl:operation name="domainMailFwdCreate">
			<wsdl:input message="wsdlns:domainMailFwdCreateRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainMailFwdDelete -->
		<wsdl:operation name="domainMailFwdDelete">
			<wsdl:input message="wsdlns:domainMailFwdDeleteRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainWebFwdCreate -->
		<wsdl:operation name="domainWebFwdCreate">
			<wsdl:input message="wsdlns:domainWebFwdCreateRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainWebFwdDelete -->
		<wsdl:operation name="domainWebFwdDelete">
			<wsdl:input message="wsdlns:domainWebFwdDeleteRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainZoneCreate -->
		<wsdl:operation name="domainZoneCreate">
			<wsdl:input message="wsdlns:domainZoneCreateRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainZoneDelete -->
		<wsdl:operation name="domainZoneDelete">
			<wsdl:input message="wsdlns:domainZoneDeleteRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainZoneInit -->
		<wsdl:operation name="domainZoneInit">
			<wsdl:input message="wsdlns:domainZoneInitRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- domainZoneInitSoa -->
		<wsdl:operation name="domainZoneInitSoa">
			<wsdl:input message="wsdlns:domainZoneInitSoaRequest"/>
			<wsdl:output message="wsdlns:operationResponse"/>
		</wsdl:operation>
		
		<!-- queryZoneList -->
		<wsdl:operation name="queryZoneList">
			<wsdl:input message="wsdlns:queryZoneListRequest"/>
			<wsdl:output message="wsdlns:queryZoneListResponse"/>
		</wsdl:operation>
		
		<!-- queryMailFwdList -->
		<wsdl:operation name="queryMailFwdList">
			<wsdl:input message="wsdlns:queryMailFwdListRequest"/>
			<wsdl:output message="wsdlns:queryMailFwdListResponse"/>
		</wsdl:operation>
		
		<!-- queryWebFwdList -->
		<wsdl:operation name="queryWebFwdList">
			<wsdl:input message="wsdlns:queryWebFwdListRequest"/>
			<wsdl:output message="wsdlns:queryWebFwdListResponse"/>
		</wsdl:operation>
		
	</wsdl:portType>

	<!--
		BINDING
	-->
	<wsdl:binding name="DRSBinding" type="wsdlns:DRSPortType">
		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
		
		<!-- login -->
		<wsdl:operation name="login">
			<soap:operation soapAction="loginAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- logout -->
		<wsdl:operation name="logout">
			<soap:operation soapAction="loginAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- hello -->
		<wsdl:operation name="hello">
			<soap:operation soapAction="helloAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
	
		<!-- domainWhois -->	
		<wsdl:operation name="domainWhois">
			<soap:operation soapAction="domainWhoisAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainCheck -->	
		<wsdl:operation name="domainCheck">
			<soap:operation soapAction="domainCheckAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainCreate -->	
		<wsdl:operation name="domainCreate">
			<soap:operation soapAction="domainCreateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainInfo -->	
		<wsdl:operation name="domainInfo">
			<soap:operation soapAction="domainInfoAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainAuthID -->	
		<wsdl:operation name="domainAuthID">
			<soap:operation soapAction="domainAuthIDAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainChangeContact -->	
		<wsdl:operation name="domainChangeContact">
			<soap:operation soapAction="domainChangeContactAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainChangeDNS -->
		<wsdl:operation name="domainChangeDNS">
			<soap:operation soapAction="domainChangeDNSAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainLock -->
		<wsdl:operation name="domainLock">
			<soap:operation soapAction="domainLockAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainRenew -->
		<wsdl:operation name="domainRenew">
			<soap:operation soapAction="domainRenewAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainRestore -->
		<wsdl:operation name="domainRestore">
			<soap:operation soapAction="domainRestoreAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainTransferIn -->
		<wsdl:operation name="domainTransferIn">
			<soap:operation soapAction="domainTransferInAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainTransferOwner -->
		<wsdl:operation name="domainTransferOwner">
			<soap:operation soapAction="domainTransferOwnerAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainUpdateOwner -->	
		<wsdl:operation name="domainUpdateOwner">
			<soap:operation soapAction="domainUpdateOwnerAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainLockOwner -->
		<wsdl:operation name="domainLockOwner">
			<soap:operation soapAction="domainLockOwnerAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainSetPreference -->
		<wsdl:operation name="domainSetPreference">
			<soap:operation soapAction="domainSetPreferenceAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainDelete -->
		<wsdl:operation name="domainDelete">
			<soap:operation soapAction="domainDeleteAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryDomainList -->	
		<wsdl:operation name="queryDomainList">
			<soap:operation soapAction="queryDomainListAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryOpe -->	
		<wsdl:operation name="queryOpe">
			<soap:operation soapAction="queryOpeAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- cancelOpe -->	
		<wsdl:operation name="cancelOpe">
			<soap:operation soapAction="cancelOpeAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- contactCreate -->	
		<wsdl:operation name="contactCreate">
			<soap:operation soapAction="contactCreateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- contactInfo -->	
		<wsdl:operation name="contactInfo">
			<soap:operation soapAction="contactInfoAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- contactUpdate -->	
		<wsdl:operation name="contactUpdate">
			<soap:operation soapAction="contactUpdateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryContactList -->
		<wsdl:operation name="queryContactList">
			<soap:operation soapAction="queryContactListAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:DRS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		
		<!-- domainMailFwdCreate -->
		<wsdl:operation name="domainMailFwdCreate">
			<soap:operation soapAction="domainMailFwdCreateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainMailFwdDelete -->
		<wsdl:operation name="domainMailFwdDelete">
			<soap:operation soapAction="domainMailFwdDeleteAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainWebFwdCreate -->
		<wsdl:operation name="domainWebFwdCreate">
			<soap:operation soapAction="domainWebFwdCreateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainWebFwdDelete -->
		<wsdl:operation name="domainWebFwdDelete">
			<soap:operation soapAction="domainWebFwdDeleteAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainZoneCreate -->
		<wsdl:operation name="domainZoneCreate">
			<soap:operation soapAction="domainZoneCreateAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainZoneDelete -->
		<wsdl:operation name="domainZoneDelete">
			<soap:operation soapAction="domainZoneDeleteAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainZoneInit -->
		<wsdl:operation name="domainZoneInit">
			<soap:operation soapAction="domainZoneInitAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- domainZoneInitSoa -->
		<wsdl:operation name="domainZoneInitSoa">
			<soap:operation soapAction="domainZoneInitSoaAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryZoneList -->
		<wsdl:operation name="queryZoneList">
			<soap:operation soapAction="queryZoneListAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryMailFwdList -->
		<wsdl:operation name="queryMailFwdList">
			<soap:operation soapAction="queryMailFwdListAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
		<!-- queryWebFwdList -->
		<wsdl:operation name="queryWebFwdList">
			<soap:operation soapAction="queryWebFwdListAction"/>
			
			<wsdl:input>
				<soap:body 	use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:input>
			
			<wsdl:output>
				<soap:body use="encoded" namespace="urn:Services" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
			</wsdl:output>
		</wsdl:operation>
		
	</wsdl:binding>
		

	<!--
		SERVICE
	-->
	<wsdl:service name="DRSService">
		<wsdl:port name="DRSPort" binding="typens:DRSBinding">
			<soap:address location="http://drs.dev.netim.com/1.0/"/>
		</wsdl:port>
	</wsdl:service>
</wsdl:definitions>
