Verify Hosted Exchange WES Deployment

In the following procedure you will verify that the Well-Enabled Service (WES) for Hosted Exchange was successfully deployed.

Note

A WES must be deployed on a server that has been preconfigured as a Microsoft Provisioning System (MPS) Client.

Procedure CSFINT.9: To verify that the Hosted Exchange WES is operational
  1. Log on to PROV01 as a member of the Domain Admins group.
  2. Open Microsoft Internet Explorer and type one of the following URLs:
    http://localhost/HostedExchange/Service.ashx?wsdl
    
    or
    http://localhost/HostedExchange/Service.ashx
    
  3. Verify that the browser renders a Web Service Description Language (WSDL) for the new service. The following sample shows the resultant WSDL.
<?xml version="1.0" encoding="iso-8859-1"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:s3="http://provisioning.microsoft.com/wellenabledservice/GetServiceHealthStateRequest.xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://provisioning.microsoft.com/wellenabledservice/hostedexchange" xmlns:s4="http://provisioning.microsoft.com/wellenabledservice/GetServiceHealthStateResponse.xsd" xmlns:s1="http://schemas.xmlsoap.org/ws/2004/08/eventing" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s2="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s5="http://provisioning.microsoft.com/hostedexchange" targetNamespace="http://provisioning.microsoft.com/wellenabledservice/hostedexchange" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
	<s:schema targetNamespace="http://provisioning.microsoft.com/wellenabledservice/hostedexchange">
	<s:complexType name="AnySchema">
		<s:sequence>
		<s:any minOccurs="0" maxOccurs="unbounded" processContents="lax" />
		</s:sequence>
	</s:complexType>
	<s:element name="XmlDocument">
		<s:complexType mixed="true">
		<s:sequence>
			<s:any />
		</s:sequence>
		</s:complexType>
	</s:element>
	</s:schema>
	<s:schema elementFormDefault="qualified" targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/eventing">
	<s:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<s:element name="Renew">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Expires" type="s:string" />
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:element name="RenewResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Expires" type="s:string" />
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:element name="GetStatus">
		<s:complexType>
		<s:sequence>
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:element name="GetStatusResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Expires" type="s:string" />
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:element name="Unsubscribe">
		<s:complexType>
		<s:sequence>
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:element name="Subscribe">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="EndTo" type="s2:EndpointReferenceType" />
			<s:element minOccurs="0" maxOccurs="1" name="Delivery" type="s1:DeliveryType" />
			<s:element minOccurs="0" maxOccurs="1" name="Expires" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Filter" type="s1:FilterType" />
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	<s:complexType name="DeliveryType" mixed="true">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="1" name="NotifyTo" type="s2:EndpointReferenceType" />
		<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:attribute name="Mode" type="s:anyURI" />
		<s:anyAttribute />
	</s:complexType>
	<s:complexType name="FilterType" mixed="true">
		<s:sequence>
		<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:attribute name="Dialect" type="s:anyURI" />
		<s:anyAttribute />
	</s:complexType>
	<s:element name="SubscribeResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="SubscriptionManager" type="s2:EndpointReferenceType" />
			<s:element minOccurs="0" maxOccurs="1" name="Expires" type="s:string" />
			<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
		</s:complexType>
	</s:element>
	</s:schema>
	<s:schema elementFormDefault="qualified" targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/addressing">
	<s:complexType name="EndpointReferenceType">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="1" name="Address" type="s2:AttributedURI" />
		<s:element minOccurs="0" maxOccurs="1" name="ReferenceProperties" type="s2:ReferencePropertiesType" />
		<s:element minOccurs="0" maxOccurs="1" name="ReferenceParameters" type="s2:ReferenceParametersType" />
		<s:element minOccurs="0" maxOccurs="1" name="PortType" type="s2:AttributedQName" />
		<s:element minOccurs="0" maxOccurs="1" name="ServiceName" type="s2:ServiceNameType" />
		<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
		<s:anyAttribute />
	</s:complexType>
	<s:complexType name="AttributedURI">
		<s:simpleContent>
		<s:extension base="s:anyURI">
			<s:anyAttribute />
		</s:extension>
		</s:simpleContent>
	</s:complexType>
	<s:complexType name="ReferencePropertiesType">
		<s:sequence>
		<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
	</s:complexType>
	<s:complexType name="ReferenceParametersType">
		<s:sequence>
		<s:any minOccurs="0" maxOccurs="unbounded" />
		</s:sequence>
	</s:complexType>
	<s:complexType name="AttributedQName">
		<s:simpleContent>
		<s:extension base="s:QName">
			<s:anyAttribute />
		</s:extension>
		</s:simpleContent>
	</s:complexType>
	<s:complexType name="ServiceNameType">
		<s:simpleContent>
		<s:extension base="s:QName">
			<s:attribute name="PortName" type="s:NCName" />
			<s:anyAttribute />
		</s:extension>
		</s:simpleContent>
	</s:complexType>
	</s:schema>
	<s:schema elementFormDefault="qualified" targetNamespace="http://provisioning.microsoft.com/wellenabledservice/GetServiceHealthStateRequest.xsd">
	<s:element name="GetServiceHealthStateRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
			<s:element minOccurs="1" maxOccurs="1" name="Operation">
			<s:simpleType>
				<s:restriction base="s:string">
				<s:enumeration value="Provisioning" />
				<s:enumeration value="Usage" />
				<s:enumeration value="Health" />
				</s:restriction>
			</s:simpleType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	</s:schema>
	<s:schema elementFormDefault="qualified" targetNamespace="http://provisioning.microsoft.com/wellenabledservice/GetServiceHealthStateResponse.xsd">
	<s:element name="GetServiceHealthStateResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Identifier" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="ResultCode" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="LastSuccessTime" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="LastFailureTime" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="LastFailureFaultCode" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	</s:schema>
	<s:schema elementFormDefault="qualified" targetNamespace="http://provisioning.microsoft.com/hostedexchange">
	<s:element name="SetUserPasswordRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="newPassword">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute default="true" name="do-not-log" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="SetUserPasswordResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="SetCustomerDatabaseLocationRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="databaseName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="SetCustomerDatabaseLocationResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="RebuildOfflineAddressListRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="RebuildOfflineAddressListResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="RemoveAvailablePlansRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="availablePlans" type="s5:ArrayOfString" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfString">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="planName" type="s:string" />
		</s:sequence>
	</s:complexType>
	<s:element name="RemoveAvailablePlansResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetPlansRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planTypeName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="categoryName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="statusTypeName" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetPlansResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="servicePlans" type="s5:ArrayOfGetPlansResponseDataPlan" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetPlansResponseDataPlan">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="plan">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planStatus" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="dateCreated" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="dateLastUpdated" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planTypeName" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetPlanDetailRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetPlanDetailResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="statusTypeName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planTypeName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planSettings">
					<s:complexType>
					<s:sequence>
						<s:any minOccurs="0" maxOccurs="unbounded" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="planFeatures" type="s5:ArrayOfGetPlanDetailResponseDataFeature" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetPlanDetailResponseDataFeature">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="feature">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="featureName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureValue" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="nativeAttribute" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="parentNode" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetOrganizationDomainsRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetOrganizationDomainsResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomains" type="s5:ArrayOfGetOrganizationDomainsResponseDataSMTPDomain" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetOrganizationDomainsResponseDataSMTPDomain">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="SMTPDomain">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="domainName" type="s:string" />
				<s:element minOccurs="1" maxOccurs="1" name="domainTypeName">
				<s:simpleType>
					<s:restriction base="s:string">
					<s:enumeration value="PrimaryDomain" />
					<s:enumeration value="SecondaryDomain" />
					<s:enumeration value="VanityDomain" />
					</s:restriction>
				</s:simpleType>
				</s:element>
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetOrganizationAvailablePlansRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetOrganizationAvailablePlansResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="servicePlans" type="s5:ArrayOfGetOrganizationAvailablePlansResponseDataPlan" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetOrganizationAvailablePlansResponseDataPlan">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="plan">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planStatus" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="dateCreated" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="dateLastUpdated" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planTypeName" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreatePlanFeatureTypesRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planFeatures" type="s5:ArrayOfCreatePlanFeatureTypesRequestDataFeature" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreatePlanFeatureTypesRequestDataFeature">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="feature">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="featureName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="nativeAttribute" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="parentNode" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="xslDataType" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreatePlanFeatureTypesResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateMailboxPlanRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planCategories" type="s5:ArrayOfCreateMailboxPlanRequestDataCategory" />
				<s:element minOccurs="0" maxOccurs="1" name="planFeatures" type="s5:ArrayOfCreateMailboxPlanRequestDataFeature" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateMailboxPlanRequestDataCategory">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="category">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="categoryName" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:complexType name="ArrayOfCreateMailboxPlanRequestDataFeature">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="feature">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="featureName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureValue" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="unitDescription" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateMailboxPlanResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ChangeUserMailboxPlanRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="customerTypeName">
					<s:simpleType>
					<s:restriction base="s:string">
						<s:enumeration value="BusinessUser" />
						<s:enumeration value="CustomerUser" />
					</s:restriction>
					</s:simpleType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:attribute name="autoAllocate">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
							<s:enumeration value="minStoreCount" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ChangeUserMailboxPlanResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="properties">
					<s:complexType mixed="true">
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="property">
						<s:complexType>
							<s:sequence>
							<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
							</s:sequence>
							<s:attribute name="name" type="s:string" />
						</s:complexType>
						</s:element>
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="POP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="IMAP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="HTTP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="MAPI">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
							<s:attribute name="cachedModeOnly" type="s:boolean" />
						</s:complexType>
						</s:element>
					</s:sequence>
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="AddAvailablePlansRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" />
				<s:element minOccurs="0" maxOccurs="1" name="availablePlans" type="s5:ArrayOfAnyType" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfAnyType">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="planName" />
		</s:sequence>
	</s:complexType>
	<s:element name="AddAvailablePlansResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ModifyUserMailboxQuotaRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="customerTypeName">
					<s:simpleType>
					<s:restriction base="s:string">
						<s:enumeration value="BusinessUser" />
						<s:enumeration value="CustomerUser" />
					</s:restriction>
					</s:simpleType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:attribute name="autoAllocate">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
							<s:enumeration value="minStoreCount" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ModifyUserMailboxQuotaResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfModifyUserMailboxQuotaResponseDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfModifyUserMailboxQuotaResponseDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="ModifyUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="displayName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="givenName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="middleName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="sn" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="initials" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfModifyUserRequestDataProperty" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfModifyUserRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			<s:attribute name="mode">
				<s:simpleType>
				<s:restriction base="s:string">
					<s:enumeration value="clear" />
					<s:enumeration value="update" />
					<s:enumeration value="append" />
					<s:enumeration value="delete" />
				</s:restriction>
				</s:simpleType>
			</s:attribute>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="ModifyUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ModifyDistributionListRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="managedBy" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ModifyDistributionListResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MakeUserAdminRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="1" maxOccurs="1" name="isAdmin" type="s:boolean" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MakeUserAdminResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailEnableGroupRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="group" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddress" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailEnableGroupResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailEnableContactRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="contact" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddress" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="targetAddress" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailEnableContactResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailDisableGroupRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="group" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailDisableGroupResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailDisableContactRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="contact" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="MailDisableContactResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeNamespaceSecurityRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeNamespaceSecurityResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:any minOccurs="0" maxOccurs="unbounded" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeHostedExchangeRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeHostedExchangeResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:any minOccurs="0" maxOccurs="unbounded" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeCustomerPlanDatabaseRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="InitializeCustomerPlanDatabaseResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:any minOccurs="0" maxOccurs="unbounded" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetUserMailboxPlanRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetUserMailboxPlanResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="statusTypeName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planTypeName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planSettings">
					<s:complexType>
					<s:sequence>
						<s:any minOccurs="0" maxOccurs="unbounded" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="planFeatures" type="s5:ArrayOfGetUserMailboxPlanResponseDataFeature" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetUserMailboxPlanResponseDataFeature">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="feature">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="featureName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureDescription" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="featureValue" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="nativeAttribute" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="parentNode" type="s:string" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetPropertiesRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="propertyList" type="s5:ArrayOfGetPropertiesRequestDataProperty" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetPropertiesRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetPropertiesResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfGetPropertiesResponseDataProperty" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfGetPropertiesResponseDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="GetModifiedOrganizationsRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="startDate" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="endDate" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="maximumRows" type="s:int" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="GetModifiedOrganizationsResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="orgs" type="s5:ArrayOfString1" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfString1">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="org" type="s:string" />
		</s:sequence>
	</s:complexType>
	<s:element name="ExchangeEnableOrganizationRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="megabytes" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="shared" type="s:boolean" />
						<s:element minOccurs="0" maxOccurs="1" name="sourceMailStores">
						<s:complexType>
							<s:sequence>
							<s:element minOccurs="0" maxOccurs="1" name="sourceMailStore">
								<s:complexType>
								<s:sequence>
									<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
									<s:element minOccurs="0" maxOccurs="1" name="mailStoreName" type="s:string" />
									<s:element minOccurs="0" maxOccurs="1" name="megabytes" type="s:int" />
								</s:sequence>
								</s:complexType>
							</s:element>
							</s:sequence>
						</s:complexType>
						</s:element>
					</s:sequence>
					<s:attribute name="algorithm">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="tightPack" />
							<s:enumeration value="level" />
							<s:enumeration value="minSeverCount" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="publicStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="megabytes" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="sourcePublicStoreServer" type="s:string" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="createSMTPDomain" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ExchangeEnableOrganizationResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnsureExchangeVirtualDirectoriesRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnsureExchangeVirtualDirectoriesResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnableUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnableUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnableMailboxRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="EnableMailboxResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DisableUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DisableUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DisableMailboxRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DisableMailboxResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteSMTPProxyAddressRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddress" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteSMTPProxyAddressResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteSMTPDomainRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="deleteSMTPDomain" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteSMTPDomainResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeletePublicFolderRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeletePublicFolderResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteMailboxRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteMailboxResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteDistributionListRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteDistributionListResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteConsumerUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="deleteSMTPDomain" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteConsumerUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteBusinessUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteBusinessUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteBusinessOrganizationRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="deleteSMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="DeleteBusinessOrganizationResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateSMTPProxyAddressRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" />
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddress">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute name="setPrimary" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="customerTypeName" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateSMTPProxyAddressResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateSMTPDomainRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="createSMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" default="SecondaryDomain" name="domainTypeName">
					<s:simpleType>
					<s:restriction base="s:string">
						<s:enumeration value="PrimaryDomain" />
						<s:enumeration value="SecondaryDomain" />
						<s:enumeration value="VanityDomain" />
					</s:restriction>
					</s:simpleType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateSMTPDomainResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateResellerOrganizationRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="container" />
				<s:element minOccurs="0" maxOccurs="1" name="name" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" />
				<s:element minOccurs="0" maxOccurs="1" name="description" />
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateResellerOrganizationRequestDataProperty" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateResellerOrganizationRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateResellerOrganizationResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="org">
					<s:complexType>
					<s:sequence>
						<s:any minOccurs="0" maxOccurs="unbounded" />
					</s:sequence>
					<s:attribute name="path" type="s:string" />
					<s:attribute name="name" type="s:string" />
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreatePublicFolderRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="megabytes" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreatePublicFolderResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateOrganizationAddressListsRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateOrganizationAddressListsResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateMailboxRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="1" maxOccurs="1" name="customerTypeName">
					<s:simpleType>
					<s:restriction base="s:string">
						<s:enumeration value="BusinessUser" />
						<s:enumeration value="CustomerUser" />
					</s:restriction>
					</s:simpleType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
						<s:element minOccurs="0" maxOccurs="1" name="mailStoreName" type="s:string" />
						<s:element minOccurs="0" maxOccurs="1" name="shared" type="s:boolean" />
					</s:sequence>
					<s:attribute name="autoAllocate">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
							<s:enumeration value="minStoreCount" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					<s:attribute name="algorithm">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddresses" type="s5:ArrayOfString2" />
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfString2">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
		</s:sequence>
	</s:complexType>
	<s:element name="CreateMailboxResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="POP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="IMAP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="HTTP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="MAPI">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
							<s:attribute name="cachedModeOnly" type="s:boolean" />
						</s:complexType>
						</s:element>
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddresses" type="s5:ArrayOfString2" />
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateDistributionListRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="container" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="managedBy" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateDistributionListResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateConsumerVanityDomainRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="createSMTPDomain" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateConsumerVanityDomainResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="CreateConsumerUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="container" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="userPrincipalName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="sAMAccountName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
						<s:element minOccurs="0" maxOccurs="1" name="mailStoreName" type="s:string" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddresses" type="s5:ArrayOfString2" />
				<s:element minOccurs="0" maxOccurs="1" name="newPassword">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute default="true" name="do-not-log" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="displayName" />
				<s:element minOccurs="0" maxOccurs="1" name="givenName" />
				<s:element minOccurs="0" maxOccurs="1" name="middleName" />
				<s:element minOccurs="0" maxOccurs="1" name="sn" />
				<s:element minOccurs="0" maxOccurs="1" name="initials" />
				<s:element minOccurs="0" maxOccurs="1" name="description" />
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateConsumerUserRequestDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="alias" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateConsumerUserRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateConsumerUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="POP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="IMAP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="HTTP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="MAPI">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
							<s:attribute name="cachedModeOnly" type="s:boolean" />
						</s:complexType>
						</s:element>
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateConsumerUserResponseDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="user">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="unbounded" name="memberOfGroup">
						<s:complexType>
							<s:simpleContent>
							<s:extension base="s:string">
								<s:attribute name="name" type="s:string" />
							</s:extension>
							</s:simpleContent>
						</s:complexType>
						</s:element>
					</s:sequence>
					<s:attribute name="path" type="s:string" />
					<s:attribute name="name" type="s:string" />
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateConsumerUserResponseDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateBusinessUserRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="container" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="userPrincipalName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="customerTypeName">
					<s:simpleType>
					<s:restriction base="s:string">
						<s:enumeration value="BusinessUser" />
						<s:enumeration value="CustomerUser" />
					</s:restriction>
					</s:simpleType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="displayName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="givenName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="middleName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="sn" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="initials" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="newPassword">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute default="true" name="do-not-log" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="planName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="isAdmin" type="s:boolean" />
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateBusinessUserRequestDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="proxyAddresses" type="s5:ArrayOfString2" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
						<s:element minOccurs="0" maxOccurs="1" name="mailStoreName" type="s:string" />
						<s:element minOccurs="0" maxOccurs="1" name="shared" type="s:boolean" />
					</s:sequence>
					<s:attribute name="autoAllocate">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
							<s:enumeration value="minStoreCount" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					<s:attribute name="algorithm">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="sAMAccountName" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateBusinessUserRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateBusinessUserResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="mail">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="warningQuota" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="prohibitSendAndReceiveQuota" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="outgoingSizeLimit" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="incomingSizeLimit" type="s:int" />
						<s:element minOccurs="0" maxOccurs="1" name="POP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="IMAP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="HTTP">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
						</s:complexType>
						</s:element>
						<s:element minOccurs="0" maxOccurs="1" name="MAPI">
						<s:complexType>
							<s:attribute name="enable" type="s:boolean" use="required" />
							<s:attribute name="cachedModeOnly" type="s:boolean" />
						</s:complexType>
						</s:element>
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateBusinessUserResponseDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="user">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="unbounded" name="memberOfGroup">
						<s:complexType>
							<s:simpleContent>
							<s:extension base="s:string">
								<s:attribute name="name" type="s:string" />
							</s:extension>
							</s:simpleContent>
						</s:complexType>
						</s:element>
					</s:sequence>
					<s:attribute name="path" type="s:string" />
					<s:attribute name="name" type="s:string" />
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateBusinessUserResponseDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType mixed="true">
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateBusinessOrganizationRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="container" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="1" maxOccurs="1" name="megabytes" type="s:int" />
						<s:element minOccurs="1" maxOccurs="1" name="shared" type="s:boolean" />
						<s:element minOccurs="0" maxOccurs="1" name="sourceMailStores" type="s5:ArrayOfCreateBusinessOrganizationRequestDataMailStoreSourceMailStore" />
					</s:sequence>
					<s:attribute name="algorithm">
						<s:simpleType>
						<s:restriction base="s:string">
							<s:enumeration value="level" />
							<s:enumeration value="tightPack" />
						</s:restriction>
						</s:simpleType>
					</s:attribute>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="publicStore">
					<s:complexType>
					<s:sequence>
						<s:element minOccurs="0" maxOccurs="1" name="sourcePublicStoreServer" type="s:string" />
						<s:element minOccurs="1" maxOccurs="1" name="megabytes" type="s:int" />
					</s:sequence>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="SMTPDomain" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="createSMTPDomain" />
				<s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="properties" type="s5:ArrayOfCreateBusinessOrganizationRequestDataProperty" />
				<s:element minOccurs="0" maxOccurs="1" name="availablePlans" type="s5:ArrayOfString" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:complexType name="ArrayOfCreateBusinessOrganizationRequestDataMailStoreSourceMailStore">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="sourceMailStore">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="serverName" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="mailStoreName" type="s:string" />
				<s:element minOccurs="1" maxOccurs="1" name="megabytes" type="s:int" />
			</s:sequence>
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:complexType name="ArrayOfCreateBusinessOrganizationRequestDataProperty">
		<s:sequence>
		<s:element minOccurs="0" maxOccurs="unbounded" name="property">
			<s:complexType>
			<s:sequence>
				<s:element minOccurs="0" maxOccurs="unbounded" name="value" type="s:string" />
			</s:sequence>
			<s:attribute name="name" type="s:string" />
			</s:complexType>
		</s:element>
		</s:sequence>
	</s:complexType>
	<s:element name="CreateBusinessOrganizationResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="org">
					<s:complexType>
					<s:sequence>
						<s:any minOccurs="0" maxOccurs="unbounded" />
					</s:sequence>
					<s:attribute name="path" type="s:string" />
					<s:attribute name="name" type="s:string" />
					</s:complexType>
				</s:element>
				</s:sequence>
			</s:complexType>
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ChangeUserPasswordRequest">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType>
				<s:sequence>
				<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
				<s:element minOccurs="0" maxOccurs="1" name="oldPassword">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute default="true" name="do-not-log" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="newPassword">
					<s:complexType>
					<s:simpleContent>
						<s:extension base="s:string">
						<s:attribute default="true" name="do-not-log" type="s:boolean" />
						</s:extension>
					</s:simpleContent>
					</s:complexType>
				</s:element>
				<s:element minOccurs="0" maxOccurs="1" name="preferredDomainController" type="s:string" />
				</s:sequence>
			</s:complexType>
			</s:element>
			<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
			<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
		</s:sequence>
		</s:complexType>
	</s:element>
	<s:element name="ChangeUserPasswordResponse">
		<s:complexType>
		<s:sequence>
			<s:element minOccurs="0" maxOccurs="1" name="Data">
			<s:complexType />
			</s:element>
		</s:sequence>
		</s:complexType>
	</s:element>
	</s:schema>
  </wsdl:types>
  <wsdl:message name="RenewMessageIn">
	<wsdl:part name="data" element="s1:Renew" />
  </wsdl:message>
  <wsdl:message name="RenewMessageOut">
	<wsdl:part name="data" element="s1:RenewResponse" />
  </wsdl:message>
  <wsdl:message name="GetStatusMessageIn">
	<wsdl:part name="data" element="s1:GetStatus" />
  </wsdl:message>
  <wsdl:message name="GetStatusMessageOut">
	<wsdl:part name="data" element="s1:GetStatusResponse" />
  </wsdl:message>
  <wsdl:message name="UnsubscribeMessageIn">
	<wsdl:part name="data" element="s1:Unsubscribe" />
  </wsdl:message>
  <wsdl:message name="SubscribeMessageIn">
	<wsdl:part name="data" element="s1:Subscribe" />
  </wsdl:message>
  <wsdl:message name="SubscribeMessageOut">
	<wsdl:part name="data" element="s1:SubscribeResponse" />
  </wsdl:message>
  <wsdl:message name="GetServiceHealthStateMessageIn">
	<wsdl:part name="data" element="s3:GetServiceHealthStateRequest" />
  </wsdl:message>
  <wsdl:message name="GetServiceHealthStateMessageOut">
	<wsdl:part name="data" element="s4:GetServiceHealthStateResponse" />
  </wsdl:message>
  <wsdl:message name="DeliveryResponseMessageIn">
	<wsdl:part name="data" type="tns:AnySchema" />
  </wsdl:message>
  <wsdl:message name="FetchTargetsMessageIn" />
  <wsdl:message name="FetchTargetsMessageOut">
	<wsdl:part name="data" element="tns:XmlDocument" />
  </wsdl:message>
  <wsdl:message name="SetUserPasswordMessageIn">
	<wsdl:part name="data" element="s5:SetUserPasswordRequest" />
  </wsdl:message>
  <wsdl:message name="SetUserPasswordMessageOut">
	<wsdl:part name="data" element="s5:SetUserPasswordResponse" />
  </wsdl:message>
  <wsdl:message name="SetCustomerDatabaseLocationMessageIn">
	<wsdl:part name="data" element="s5:SetCustomerDatabaseLocationRequest" />
  </wsdl:message>
  <wsdl:message name="SetCustomerDatabaseLocationMessageOut">
	<wsdl:part name="data" element="s5:SetCustomerDatabaseLocationResponse" />
  </wsdl:message>
  <wsdl:message name="RebuildOfflineAddressListMessageIn">
	<wsdl:part name="data" element="s5:RebuildOfflineAddressListRequest" />
  </wsdl:message>
  <wsdl:message name="RebuildOfflineAddressListMessageOut">
	<wsdl:part name="data" element="s5:RebuildOfflineAddressListResponse" />
  </wsdl:message>
  <wsdl:message name="RemoveAvailablePlansMessageIn">
	<wsdl:part name="data" element="s5:RemoveAvailablePlansRequest" />
  </wsdl:message>
  <wsdl:message name="RemoveAvailablePlansMessageOut">
	<wsdl:part name="data" element="s5:RemoveAvailablePlansResponse" />
  </wsdl:message>
  <wsdl:message name="GetPlansMessageIn">
	<wsdl:part name="data" element="s5:GetPlansRequest" />
  </wsdl:message>
  <wsdl:message name="GetPlansMessageOut">
	<wsdl:part name="data" element="s5:GetPlansResponse" />
  </wsdl:message>
  <wsdl:message name="GetPlanDetailMessageIn">
	<wsdl:part name="data" element="s5:GetPlanDetailRequest" />
  </wsdl:message>
  <wsdl:message name="GetPlanDetailMessageOut">
	<wsdl:part name="data" element="s5:GetPlanDetailResponse" />
  </wsdl:message>
  <wsdl:message name="GetOrganizationDomainsMessageIn">
	<wsdl:part name="data" element="s5:GetOrganizationDomainsRequest" />
  </wsdl:message>
  <wsdl:message name="GetOrganizationDomainsMessageOut">
	<wsdl:part name="data" element="s5:GetOrganizationDomainsResponse" />
  </wsdl:message>
  <wsdl:message name="GetOrganizationAvailablePlansMessageIn">
	<wsdl:part name="data" element="s5:GetOrganizationAvailablePlansRequest" />
  </wsdl:message>
  <wsdl:message name="GetOrganizationAvailablePlansMessageOut">
	<wsdl:part name="data" element="s5:GetOrganizationAvailablePlansResponse" />
  </wsdl:message>
  <wsdl:message name="CreatePlanFeatureTypesMessageIn">
	<wsdl:part name="data" element="s5:CreatePlanFeatureTypesRequest" />
  </wsdl:message>
  <wsdl:message name="CreatePlanFeatureTypesMessageOut">
	<wsdl:part name="data" element="s5:CreatePlanFeatureTypesResponse" />
  </wsdl:message>
  <wsdl:message name="CreateMailboxPlanMessageIn">
	<wsdl:part name="data" element="s5:CreateMailboxPlanRequest" />
  </wsdl:message>
  <wsdl:message name="CreateMailboxPlanMessageOut">
	<wsdl:part name="data" element="s5:CreateMailboxPlanResponse" />
  </wsdl:message>
  <wsdl:message name="ChangeUserMailboxPlanMessageIn">
	<wsdl:part name="data" element="s5:ChangeUserMailboxPlanRequest" />
  </wsdl:message>
  <wsdl:message name="ChangeUserMailboxPlanMessageOut">
	<wsdl:part name="data" element="s5:ChangeUserMailboxPlanResponse" />
  </wsdl:message>
  <wsdl:message name="AddAvailablePlansMessageIn">
	<wsdl:part name="data" element="s5:AddAvailablePlansRequest" />
  </wsdl:message>
  <wsdl:message name="AddAvailablePlansMessageOut">
	<wsdl:part name="data" element="s5:AddAvailablePlansResponse" />
  </wsdl:message>
  <wsdl:message name="ModifyUserMailboxQuotaMessageIn">
	<wsdl:part name="data" element="s5:ModifyUserMailboxQuotaRequest" />
  </wsdl:message>
  <wsdl:message name="ModifyUserMailboxQuotaMessageOut">
	<wsdl:part name="data" element="s5:ModifyUserMailboxQuotaResponse" />
  </wsdl:message>
  <wsdl:message name="ModifyUserMessageIn">
	<wsdl:part name="data" element="s5:ModifyUserRequest" />
  </wsdl:message>
  <wsdl:message name="ModifyUserMessageOut">
	<wsdl:part name="data" element="s5:ModifyUserResponse" />
  </wsdl:message>
  <wsdl:message name="ModifyDistributionListMessageIn">
	<wsdl:part name="data" element="s5:ModifyDistributionListRequest" />
  </wsdl:message>
  <wsdl:message name="ModifyDistributionListMessageOut">
	<wsdl:part name="data" element="s5:ModifyDistributionListResponse" />
  </wsdl:message>
  <wsdl:message name="MakeUserAdminMessageIn">
	<wsdl:part name="data" element="s5:MakeUserAdminRequest" />
  </wsdl:message>
  <wsdl:message name="MakeUserAdminMessageOut">
	<wsdl:part name="data" element="s5:MakeUserAdminResponse" />
  </wsdl:message>
  <wsdl:message name="MailEnableGroupMessageIn">
	<wsdl:part name="data" element="s5:MailEnableGroupRequest" />
  </wsdl:message>
  <wsdl:message name="MailEnableGroupMessageOut">
	<wsdl:part name="data" element="s5:MailEnableGroupResponse" />
  </wsdl:message>
  <wsdl:message name="MailEnableContactMessageIn">
	<wsdl:part name="data" element="s5:MailEnableContactRequest" />
  </wsdl:message>
  <wsdl:message name="MailEnableContactMessageOut">
	<wsdl:part name="data" element="s5:MailEnableContactResponse" />
  </wsdl:message>
  <wsdl:message name="MailDisableGroupMessageIn">
	<wsdl:part name="data" element="s5:MailDisableGroupRequest" />
  </wsdl:message>
  <wsdl:message name="MailDisableGroupMessageOut">
	<wsdl:part name="data" element="s5:MailDisableGroupResponse" />
  </wsdl:message>
  <wsdl:message name="MailDisableContactMessageIn">
	<wsdl:part name="data" element="s5:MailDisableContactRequest" />
  </wsdl:message>
  <wsdl:message name="MailDisableContactMessageOut">
	<wsdl:part name="data" element="s5:MailDisableContactResponse" />
  </wsdl:message>
  <wsdl:message name="InitializeNamespaceSecurityMessageIn">
	<wsdl:part name="data" element="s5:InitializeNamespaceSecurityRequest" />
  </wsdl:message>
  <wsdl:message name="InitializeNamespaceSecurityMessageOut">
	<wsdl:part name="data" element="s5:InitializeNamespaceSecurityResponse" />
  </wsdl:message>
  <wsdl:message name="InitializeHostedExchangeMessageIn">
	<wsdl:part name="data" element="s5:InitializeHostedExchangeRequest" />
  </wsdl:message>
  <wsdl:message name="InitializeHostedExchangeMessageOut">
	<wsdl:part name="data" element="s5:InitializeHostedExchangeResponse" />
  </wsdl:message>
  <wsdl:message name="InitializeCustomerPlanDatabaseMessageIn">
	<wsdl:part name="data" element="s5:InitializeCustomerPlanDatabaseRequest" />
  </wsdl:message>
  <wsdl:message name="InitializeCustomerPlanDatabaseMessageOut">
	<wsdl:part name="data" element="s5:InitializeCustomerPlanDatabaseResponse" />
  </wsdl:message>
  <wsdl:message name="GetUserMailboxPlanMessageIn">
	<wsdl:part name="data" element="s5:GetUserMailboxPlanRequest" />
  </wsdl:message>
  <wsdl:message name="GetUserMailboxPlanMessageOut">
	<wsdl:part name="data" element="s5:GetUserMailboxPlanResponse" />
  </wsdl:message>
  <wsdl:message name="GetPropertiesMessageIn">
	<wsdl:part name="data" element="s5:GetPropertiesRequest" />
  </wsdl:message>
  <wsdl:message name="GetPropertiesMessageOut">
	<wsdl:part name="data" element="s5:GetPropertiesResponse" />
  </wsdl:message>
  <wsdl:message name="GetModifiedOrganizationsMessageIn">
	<wsdl:part name="data" element="s5:GetModifiedOrganizationsRequest" />
  </wsdl:message>
  <wsdl:message name="GetModifiedOrganizationsMessageOut">
	<wsdl:part name="data" element="s5:GetModifiedOrganizationsResponse" />
  </wsdl:message>
  <wsdl:message name="ExchangeEnableOrganizationMessageIn">
	<wsdl:part name="data" element="s5:ExchangeEnableOrganizationRequest" />
  </wsdl:message>
  <wsdl:message name="ExchangeEnableOrganizationMessageOut">
	<wsdl:part name="data" element="s5:ExchangeEnableOrganizationResponse" />
  </wsdl:message>
  <wsdl:message name="EnsureExchangeVirtualDirectoriesMessageIn">
	<wsdl:part name="data" element="s5:EnsureExchangeVirtualDirectoriesRequest" />
  </wsdl:message>
  <wsdl:message name="EnsureExchangeVirtualDirectoriesMessageOut">
	<wsdl:part name="data" element="s5:EnsureExchangeVirtualDirectoriesResponse" />
  </wsdl:message>
  <wsdl:message name="EnableUserMessageIn">
	<wsdl:part name="data" element="s5:EnableUserRequest" />
  </wsdl:message>
  <wsdl:message name="EnableUserMessageOut">
	<wsdl:part name="data" element="s5:EnableUserResponse" />
  </wsdl:message>
  <wsdl:message name="EnableMailboxMessageIn">
	<wsdl:part name="data" element="s5:EnableMailboxRequest" />
  </wsdl:message>
  <wsdl:message name="EnableMailboxMessageOut">
	<wsdl:part name="data" element="s5:EnableMailboxResponse" />
  </wsdl:message>
  <wsdl:message name="DisableUserMessageIn">
	<wsdl:part name="data" element="s5:DisableUserRequest" />
  </wsdl:message>
  <wsdl:message name="DisableUserMessageOut">
	<wsdl:part name="data" element="s5:DisableUserResponse" />
  </wsdl:message>
  <wsdl:message name="DisableMailboxMessageIn">
	<wsdl:part name="data" element="s5:DisableMailboxRequest" />
  </wsdl:message>
  <wsdl:message name="DisableMailboxMessageOut">
	<wsdl:part name="data" element="s5:DisableMailboxResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteSMTPProxyAddressMessageIn">
	<wsdl:part name="data" element="s5:DeleteSMTPProxyAddressRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteSMTPProxyAddressMessageOut">
	<wsdl:part name="data" element="s5:DeleteSMTPProxyAddressResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteSMTPDomainMessageIn">
	<wsdl:part name="data" element="s5:DeleteSMTPDomainRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteSMTPDomainMessageOut">
	<wsdl:part name="data" element="s5:DeleteSMTPDomainResponse" />
  </wsdl:message>
  <wsdl:message name="DeletePublicFolderMessageIn">
	<wsdl:part name="data" element="s5:DeletePublicFolderRequest" />
  </wsdl:message>
  <wsdl:message name="DeletePublicFolderMessageOut">
	<wsdl:part name="data" element="s5:DeletePublicFolderResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteMailboxMessageIn">
	<wsdl:part name="data" element="s5:DeleteMailboxRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteMailboxMessageOut">
	<wsdl:part name="data" element="s5:DeleteMailboxResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteDistributionListMessageIn">
	<wsdl:part name="data" element="s5:DeleteDistributionListRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteDistributionListMessageOut">
	<wsdl:part name="data" element="s5:DeleteDistributionListResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteConsumerUserMessageIn">
	<wsdl:part name="data" element="s5:DeleteConsumerUserRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteConsumerUserMessageOut">
	<wsdl:part name="data" element="s5:DeleteConsumerUserResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteBusinessUserMessageIn">
	<wsdl:part name="data" element="s5:DeleteBusinessUserRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteBusinessUserMessageOut">
	<wsdl:part name="data" element="s5:DeleteBusinessUserResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteBusinessOrganizationMessageIn">
	<wsdl:part name="data" element="s5:DeleteBusinessOrganizationRequest" />
  </wsdl:message>
  <wsdl:message name="DeleteBusinessOrganizationMessageOut">
	<wsdl:part name="data" element="s5:DeleteBusinessOrganizationResponse" />
  </wsdl:message>
  <wsdl:message name="CreateSMTPProxyAddressMessageIn">
	<wsdl:part name="data" element="s5:CreateSMTPProxyAddressRequest" />
  </wsdl:message>
  <wsdl:message name="CreateSMTPProxyAddressMessageOut">
	<wsdl:part name="data" element="s5:CreateSMTPProxyAddressResponse" />
  </wsdl:message>
  <wsdl:message name="CreateSMTPDomainMessageIn">
	<wsdl:part name="data" element="s5:CreateSMTPDomainRequest" />
  </wsdl:message>
  <wsdl:message name="CreateSMTPDomainMessageOut">
	<wsdl:part name="data" element="s5:CreateSMTPDomainResponse" />
  </wsdl:message>
  <wsdl:message name="CreateResellerOrganizationMessageIn">
	<wsdl:part name="data" element="s5:CreateResellerOrganizationRequest" />
  </wsdl:message>
  <wsdl:message name="CreateResellerOrganizationMessageOut">
	<wsdl:part name="data" element="s5:CreateResellerOrganizationResponse" />
  </wsdl:message>
  <wsdl:message name="CreatePublicFolderMessageIn">
	<wsdl:part name="data" element="s5:CreatePublicFolderRequest" />
  </wsdl:message>
  <wsdl:message name="CreatePublicFolderMessageOut">
	<wsdl:part name="data" element="s5:CreatePublicFolderResponse" />
  </wsdl:message>
  <wsdl:message name="CreateOrganizationAddressListsMessageIn">
	<wsdl:part name="data" element="s5:CreateOrganizationAddressListsRequest" />
  </wsdl:message>
  <wsdl:message name="CreateOrganizationAddressListsMessageOut">
	<wsdl:part name="data" element="s5:CreateOrganizationAddressListsResponse" />
  </wsdl:message>
  <wsdl:message name="CreateMailboxMessageIn">
	<wsdl:part name="data" element="s5:CreateMailboxRequest" />
  </wsdl:message>
  <wsdl:message name="CreateMailboxMessageOut">
	<wsdl:part name="data" element="s5:CreateMailboxResponse" />
  </wsdl:message>
  <wsdl:message name="CreateDistributionListMessageIn">
	<wsdl:part name="data" element="s5:CreateDistributionListRequest" />
  </wsdl:message>
  <wsdl:message name="CreateDistributionListMessageOut">
	<wsdl:part name="data" element="s5:CreateDistributionListResponse" />
  </wsdl:message>
  <wsdl:message name="CreateConsumerVanityDomainMessageIn">
	<wsdl:part name="data" element="s5:CreateConsumerVanityDomainRequest" />
  </wsdl:message>
  <wsdl:message name="CreateConsumerVanityDomainMessageOut">
	<wsdl:part name="data" element="s5:CreateConsumerVanityDomainResponse" />
  </wsdl:message>
  <wsdl:message name="CreateConsumerUserMessageIn">
	<wsdl:part name="data" element="s5:CreateConsumerUserRequest" />
  </wsdl:message>
  <wsdl:message name="CreateConsumerUserMessageOut">
	<wsdl:part name="data" element="s5:CreateConsumerUserResponse" />
  </wsdl:message>
  <wsdl:message name="CreateBusinessUserMessageIn">
	<wsdl:part name="data" element="s5:CreateBusinessUserRequest" />
  </wsdl:message>
  <wsdl:message name="CreateBusinessUserMessageOut">
	<wsdl:part name="data" element="s5:CreateBusinessUserResponse" />
  </wsdl:message>
  <wsdl:message name="CreateBusinessOrganizationMessageIn">
	<wsdl:part name="data" element="s5:CreateBusinessOrganizationRequest" />
  </wsdl:message>
  <wsdl:message name="CreateBusinessOrganizationMessageOut">
	<wsdl:part name="data" element="s5:CreateBusinessOrganizationResponse" />
  </wsdl:message>
  <wsdl:message name="ChangeUserPasswordMessageIn">
	<wsdl:part name="data" element="s5:ChangeUserPasswordRequest" />
  </wsdl:message>
  <wsdl:message name="ChangeUserPasswordMessageOut">
	<wsdl:part name="data" element="s5:ChangeUserPasswordResponse" />
  </wsdl:message>
  <wsdl:message name="RequestDescriptionMessageIn">
	<wsdl:part name="data" type="tns:AnySchema" />
  </wsdl:message>
  <wsdl:message name="RequestDescriptionMessageOut">
	<wsdl:part name="data" type="tns:AnySchema" />
  </wsdl:message>
  <wsdl:portType name="Service">
	<wsdl:operation name="Renew">
	<wsdl:input wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew" message="tns:RenewMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/RenewResponse" message="tns:RenewMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetStatus">
	<wsdl:input wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus" message="tns:GetStatusMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatusResponse" message="tns:GetStatusMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="Unsubscribe">
	<wsdl:input wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe" message="tns:UnsubscribeMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="Subscribe">
	<wsdl:input wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe" message="tns:SubscribeMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://schemas.xmlsoap.org/ws/2004/08/eventing/SubscribeResponse" message="tns:SubscribeMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetServiceHealthState">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/WellEnabledService/GetServiceHealthState" message="tns:GetServiceHealthStateMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/WellEnabledService/GetServiceHealthStateResponse" message="tns:GetServiceHealthStateMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeliveryResponse">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/WellEnabledService/DeliveryResponse" message="tns:DeliveryResponseMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="FetchTargets">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/WellEnabledService/FetchTargets" message="tns:FetchTargetsMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/WellEnabledService/FetchTargetsResponse" message="tns:FetchTargetsMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="SetUserPassword">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetUserPassword" message="tns:SetUserPasswordMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetUserPasswordResponse" message="tns:SetUserPasswordMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="SetCustomerDatabaseLocation">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetCustomerDatabaseLocation" message="tns:SetCustomerDatabaseLocationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetCustomerDatabaseLocationResponse" message="tns:SetCustomerDatabaseLocationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="RebuildOfflineAddressList">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RebuildOfflineAddressList" message="tns:RebuildOfflineAddressListMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RebuildOfflineAddressListResponse" message="tns:RebuildOfflineAddressListMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="RemoveAvailablePlans">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RemoveAvailablePlans" message="tns:RemoveAvailablePlansMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RemoveAvailablePlansResponse" message="tns:RemoveAvailablePlansMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetPlans">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlans" message="tns:GetPlansMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlansResponse" message="tns:GetPlansMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetPlanDetail">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlanDetail" message="tns:GetPlanDetailMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlanDetailResponse" message="tns:GetPlanDetailMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationDomains">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationDomains" message="tns:GetOrganizationDomainsMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationDomainsResponse" message="tns:GetOrganizationDomainsMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationAvailablePlans">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationAvailablePlans" message="tns:GetOrganizationAvailablePlansMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationAvailablePlansResponse" message="tns:GetOrganizationAvailablePlansMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreatePlanFeatureTypes">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePlanFeatureTypes" message="tns:CreatePlanFeatureTypesMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePlanFeatureTypesResponse" message="tns:CreatePlanFeatureTypesMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateMailboxPlan">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailboxPlan" message="tns:CreateMailboxPlanMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailboxPlanResponse" message="tns:CreateMailboxPlanMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ChangeUserMailboxPlan">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserMailboxPlan" message="tns:ChangeUserMailboxPlanMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserMailboxPlanResponse" message="tns:ChangeUserMailboxPlanMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="AddAvailablePlans">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/AddAvailablePlans" message="tns:AddAvailablePlansMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/AddAvailablePlansResponse" message="tns:AddAvailablePlansMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ModifyUserMailboxQuota">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUserMailboxQuota" message="tns:ModifyUserMailboxQuotaMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUserMailboxQuotaResponse" message="tns:ModifyUserMailboxQuotaMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ModifyUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUser" message="tns:ModifyUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUserResponse" message="tns:ModifyUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ModifyDistributionList">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyDistributionList" message="tns:ModifyDistributionListMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyDistributionListResponse" message="tns:ModifyDistributionListMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="MakeUserAdmin">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MakeUserAdmin" message="tns:MakeUserAdminMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MakeUserAdminResponse" message="tns:MakeUserAdminMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="MailEnableGroup">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableGroup" message="tns:MailEnableGroupMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableGroupResponse" message="tns:MailEnableGroupMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="MailEnableContact">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableContact" message="tns:MailEnableContactMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableContactResponse" message="tns:MailEnableContactMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="MailDisableGroup">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableGroup" message="tns:MailDisableGroupMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableGroupResponse" message="tns:MailDisableGroupMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="MailDisableContact">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableContact" message="tns:MailDisableContactMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableContactResponse" message="tns:MailDisableContactMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="InitializeNamespaceSecurity">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeNamespaceSecurity" message="tns:InitializeNamespaceSecurityMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeNamespaceSecurityResponse" message="tns:InitializeNamespaceSecurityMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="InitializeHostedExchange">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeHostedExchange" message="tns:InitializeHostedExchangeMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeHostedExchangeResponse" message="tns:InitializeHostedExchangeMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="InitializeCustomerPlanDatabase">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeCustomerPlanDatabase" message="tns:InitializeCustomerPlanDatabaseMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeCustomerPlanDatabaseResponse" message="tns:InitializeCustomerPlanDatabaseMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetUserMailboxPlan">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetUserMailboxPlan" message="tns:GetUserMailboxPlanMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetUserMailboxPlanResponse" message="tns:GetUserMailboxPlanMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetProperties">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetProperties" message="tns:GetPropertiesMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPropertiesResponse" message="tns:GetPropertiesMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="GetModifiedOrganizations">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetModifiedOrganizations" message="tns:GetModifiedOrganizationsMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetModifiedOrganizationsResponse" message="tns:GetModifiedOrganizationsMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ExchangeEnableOrganization">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ExchangeEnableOrganization" message="tns:ExchangeEnableOrganizationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ExchangeEnableOrganizationResponse" message="tns:ExchangeEnableOrganizationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="EnsureExchangeVirtualDirectories">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnsureExchangeVirtualDirectories" message="tns:EnsureExchangeVirtualDirectoriesMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnsureExchangeVirtualDirectoriesResponse" message="tns:EnsureExchangeVirtualDirectoriesMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="EnableUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableUser" message="tns:EnableUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableUserResponse" message="tns:EnableUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="EnableMailbox">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableMailbox" message="tns:EnableMailboxMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableMailboxResponse" message="tns:EnableMailboxMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DisableUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableUser" message="tns:DisableUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableUserResponse" message="tns:DisableUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DisableMailbox">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableMailbox" message="tns:DisableMailboxMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableMailboxResponse" message="tns:DisableMailboxMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPProxyAddress">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPProxyAddress" message="tns:DeleteSMTPProxyAddressMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPProxyAddressResponse" message="tns:DeleteSMTPProxyAddressMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPDomain">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPDomain" message="tns:DeleteSMTPDomainMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPDomainResponse" message="tns:DeleteSMTPDomainMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeletePublicFolder">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeletePublicFolder" message="tns:DeletePublicFolderMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeletePublicFolderResponse" message="tns:DeletePublicFolderMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteMailbox">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteMailbox" message="tns:DeleteMailboxMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteMailboxResponse" message="tns:DeleteMailboxMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteDistributionList">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteDistributionList" message="tns:DeleteDistributionListMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteDistributionListResponse" message="tns:DeleteDistributionListMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteConsumerUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteConsumerUser" message="tns:DeleteConsumerUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteConsumerUserResponse" message="tns:DeleteConsumerUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessUser" message="tns:DeleteBusinessUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessUserResponse" message="tns:DeleteBusinessUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessOrganization">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessOrganization" message="tns:DeleteBusinessOrganizationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessOrganizationResponse" message="tns:DeleteBusinessOrganizationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPProxyAddress">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPProxyAddress" message="tns:CreateSMTPProxyAddressMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPProxyAddressResponse" message="tns:CreateSMTPProxyAddressMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPDomain">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPDomain" message="tns:CreateSMTPDomainMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPDomainResponse" message="tns:CreateSMTPDomainMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateResellerOrganization">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateResellerOrganization" message="tns:CreateResellerOrganizationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateResellerOrganizationResponse" message="tns:CreateResellerOrganizationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreatePublicFolder">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePublicFolder" message="tns:CreatePublicFolderMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePublicFolderResponse" message="tns:CreatePublicFolderMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateOrganizationAddressLists">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateOrganizationAddressLists" message="tns:CreateOrganizationAddressListsMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateOrganizationAddressListsResponse" message="tns:CreateOrganizationAddressListsMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateMailbox">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailbox" message="tns:CreateMailboxMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailboxResponse" message="tns:CreateMailboxMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateDistributionList">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateDistributionList" message="tns:CreateDistributionListMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateDistributionListResponse" message="tns:CreateDistributionListMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerVanityDomain">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerVanityDomain" message="tns:CreateConsumerVanityDomainMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerVanityDomainResponse" message="tns:CreateConsumerVanityDomainMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerUser" message="tns:CreateConsumerUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerUserResponse" message="tns:CreateConsumerUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessUser">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessUser" message="tns:CreateBusinessUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessUserResponse" message="tns:CreateBusinessUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessOrganization">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessOrganization" message="tns:CreateBusinessOrganizationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessOrganizationResponse" message="tns:CreateBusinessOrganizationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="ChangeUserPassword">
	<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserPassword" message="tns:ChangeUserPasswordMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserPasswordResponse" message="tns:ChangeUserPasswordMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
	<wsdl:operation name="RequestDescription">
	<wsdl:input wsa:Action="http://schemas.microsoft.com/wse/2003/06/RequestDescription" message="tns:RequestDescriptionMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	<wsdl:output wsa:Action="http://schemas.microsoft.com/wse/2003/06/RequestDescriptionResponse" message="tns:RequestDescriptionMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
	</wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:Service">
	<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
	<wsdl:operation name="Renew">
	<soap:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetStatus">
	<soap:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="Unsubscribe">
	<soap:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	</wsdl:operation>
	<wsdl:operation name="Subscribe">
	<soap:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetServiceHealthState">
	<soap:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/GetServiceHealthState" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeliveryResponse">
	<soap:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/DeliveryResponse" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	</wsdl:operation>
	<wsdl:operation name="FetchTargets">
	<soap:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/FetchTargets" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="SetUserPassword">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetUserPassword" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="SetCustomerDatabaseLocation">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetCustomerDatabaseLocation" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RebuildOfflineAddressList">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RebuildOfflineAddressList" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RemoveAvailablePlans">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RemoveAvailablePlans" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetPlans">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlans" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetPlanDetail">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlanDetail" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationDomains">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationDomains" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationAvailablePlans">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationAvailablePlans" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreatePlanFeatureTypes">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePlanFeatureTypes" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateMailboxPlan">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailboxPlan" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ChangeUserMailboxPlan">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserMailboxPlan" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="AddAvailablePlans">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/AddAvailablePlans" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyUserMailboxQuota">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUserMailboxQuota" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyDistributionList">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyDistributionList" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MakeUserAdmin">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MakeUserAdmin" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailEnableGroup">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableGroup" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailEnableContact">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableContact" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailDisableGroup">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableGroup" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailDisableContact">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableContact" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeNamespaceSecurity">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeNamespaceSecurity" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeHostedExchange">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeHostedExchange" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeCustomerPlanDatabase">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeCustomerPlanDatabase" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetUserMailboxPlan">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetUserMailboxPlan" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetProperties">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetProperties" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetModifiedOrganizations">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetModifiedOrganizations" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ExchangeEnableOrganization">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ExchangeEnableOrganization" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnsureExchangeVirtualDirectories">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnsureExchangeVirtualDirectories" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnableUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnableMailbox">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableMailbox" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DisableUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DisableMailbox">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableMailbox" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPProxyAddress">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPProxyAddress" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPDomain">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPDomain" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeletePublicFolder">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeletePublicFolder" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteMailbox">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteMailbox" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteDistributionList">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteDistributionList" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteConsumerUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteConsumerUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessOrganization">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessOrganization" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPProxyAddress">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPProxyAddress" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPDomain">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPDomain" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateResellerOrganization">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateResellerOrganization" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreatePublicFolder">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePublicFolder" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateOrganizationAddressLists">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateOrganizationAddressLists" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateMailbox">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailbox" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateDistributionList">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateDistributionList" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerVanityDomain">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerVanityDomain" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessUser">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessUser" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessOrganization">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessOrganization" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ChangeUserPassword">
	<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserPassword" style="document" />
	<wsdl:input>
		<soap:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RequestDescription">
	<soap:operation soapAction="http://schemas.microsoft.com/wse/2003/06/RequestDescription" 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="ServiceSoap12" type="tns:Service">
	<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
	<wsdl:operation name="Renew">
	<soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Renew" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetStatus">
	<soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/GetStatus" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="Unsubscribe">
	<soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Unsubscribe" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	</wsdl:operation>
	<wsdl:operation name="Subscribe">
	<soap12:operation soapAction="http://schemas.xmlsoap.org/ws/2004/08/eventing/Subscribe" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetServiceHealthState">
	<soap12:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/GetServiceHealthState" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeliveryResponse">
	<soap12:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/DeliveryResponse" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	</wsdl:operation>
	<wsdl:operation name="FetchTargets">
	<soap12:operation soapAction="http://provisioning.microsoft.com/WellEnabledService/FetchTargets" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="SetUserPassword">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetUserPassword" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="SetCustomerDatabaseLocation">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/SetCustomerDatabaseLocation" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RebuildOfflineAddressList">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RebuildOfflineAddressList" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RemoveAvailablePlans">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/RemoveAvailablePlans" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetPlans">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlans" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetPlanDetail">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetPlanDetail" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationDomains">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationDomains" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetOrganizationAvailablePlans">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetOrganizationAvailablePlans" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreatePlanFeatureTypes">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePlanFeatureTypes" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateMailboxPlan">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailboxPlan" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ChangeUserMailboxPlan">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserMailboxPlan" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="AddAvailablePlans">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/AddAvailablePlans" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyUserMailboxQuota">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUserMailboxQuota" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ModifyDistributionList">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ModifyDistributionList" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MakeUserAdmin">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MakeUserAdmin" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailEnableGroup">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableGroup" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailEnableContact">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailEnableContact" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailDisableGroup">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableGroup" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="MailDisableContact">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/MailDisableContact" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeNamespaceSecurity">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeNamespaceSecurity" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeHostedExchange">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeHostedExchange" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="InitializeCustomerPlanDatabase">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/InitializeCustomerPlanDatabase" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetUserMailboxPlan">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetUserMailboxPlan" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetProperties">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetProperties" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="GetModifiedOrganizations">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/GetModifiedOrganizations" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ExchangeEnableOrganization">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ExchangeEnableOrganization" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnsureExchangeVirtualDirectories">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnsureExchangeVirtualDirectories" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnableUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="EnableMailbox">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/EnableMailbox" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DisableUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DisableMailbox">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DisableMailbox" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPProxyAddress">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPProxyAddress" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteSMTPDomain">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteSMTPDomain" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeletePublicFolder">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeletePublicFolder" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteMailbox">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteMailbox" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteDistributionList">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteDistributionList" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteConsumerUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteConsumerUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="DeleteBusinessOrganization">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/DeleteBusinessOrganization" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPProxyAddress">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPProxyAddress" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateSMTPDomain">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateSMTPDomain" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateResellerOrganization">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateResellerOrganization" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreatePublicFolder">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreatePublicFolder" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateOrganizationAddressLists">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateOrganizationAddressLists" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateMailbox">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateMailbox" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateDistributionList">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateDistributionList" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerVanityDomain">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerVanityDomain" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateConsumerUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateConsumerUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessUser">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessUser" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="CreateBusinessOrganization">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/CreateBusinessOrganization" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="ChangeUserPassword">
	<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchange/ChangeUserPassword" style="document" />
	<wsdl:input>
		<soap12:body use="literal" />
	</wsdl:input>
	<wsdl:output>
		<soap12:body use="literal" />
	</wsdl:output>
	</wsdl:operation>
	<wsdl:operation name="RequestDescription">
	<soap12:operation soapAction="http://schemas.microsoft.com/wse/2003/06/RequestDescription" 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="Service">
	<wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
	<soap:address location="http://localhost/hostedexchange/service.ashx" />
	</wsdl:port>
	<wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
	<soap12:address location="http://localhost/hostedexchange/service.ashx" />
	</wsdl:port>
  </wsdl:service>
</wsdl:definitions>