![]() |
![]() |
![]() |
In the following procedures you will verify that the Well-Enabled Service (WES) for Hosted Exchange Mobility was successfully deployed.
Note
A WES must be deployed on a server that has been preconfigured as a Microsoft Provisioning System (MPS) Client.
http://localhost/HostedExchangeMobility/Service.ashx?wsdl
or
http://localhost/HostedExchangeMobility/Service.ashx
<?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/hostedexchangemobility" 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/hostedexchangemobility" targetNamespace="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema targetNamespace="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility">
<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/hostedexchangemobility">
<s:element name="WipeActiveSyncDeviceRequest">
<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="deviceID" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="deviceType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="SmartPhone" />
<s:enumeration value="PocketPC" />
</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="WipeActiveSyncDeviceResponse">
<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="SetUserPolicyExemptionRequest">
<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="SetUserPolicyExemptionResponse">
<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="SetUserPolicyRequest">
<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="policyName" 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="SetUserPolicyResponse">
<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="QueryWipeEventsByUserRequest">
<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="beginningdate" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="endingdate" 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="QueryWipeEventsByUserResponse">
<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="events">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="event">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="deviceID" type="s:unsignedLong" />
<s:element minOccurs="1" maxOccurs="1" name="deviceType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="SmartPhone" />
<s:enumeration value="PocketPC" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="0" maxOccurs="1" name="eventTypeName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="securityTrustee" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="authenticatedUser" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="timeStamp" type="s:string" />
</s:sequence>
</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="QueryPolicyUsageByOrganizationRequest">
<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="QueryPolicyUsageByOrganizationResponse">
<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="users">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="user">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element minOccurs="0" maxOccurs="1" name="exemptList">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="users">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="user">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</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="QueryPolicyEventsByUserRequest">
<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="beginningDate" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="endingDate" 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="QueryPolicyEventsByUserResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Data">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="events">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="event">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="eventTypeName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="securityTrustee" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="authenticatedUser" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="timeStamp" type="s:string" />
</s:sequence>
</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="ModifyPolicyRequest">
<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="currentPolicyName" />
<s:element minOccurs="0" maxOccurs="1" name="newPolicyName" />
<s:element minOccurs="0" maxOccurs="1" name="policyDescription" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="aeFrequencyValue" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="deviceWipeThreshold" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="codewordFrequency" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="minimumPasswordLength" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="passwordComplexity">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="0" />
<s:enumeration value="1" />
<s:enumeration value="2" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="0" maxOccurs="1" name="aeFrequencyType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="0" />
<s:enumeration value="1" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="0" maxOccurs="1" name="refreshInterval" 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="ModifyPolicyResponse">
<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="InitializeExchangeMobilityRequest">
<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="InitializeExchangeMobilityResponse">
<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="GetUserPolicyExemptionRequest">
<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="GetUserPolicyExemptionResponse">
<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="exempt" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetUserPolicyRequest">
<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="GetUserPolicyResponse">
<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="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="policyDescription" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetPolicyDetailRequest">
<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="policyName" 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="GetPolicyDetailResponse">
<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="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="policyTypeName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="aeFrequencyValue" type="s:unsignedByte" />
<s:element minOccurs="0" maxOccurs="1" name="deviceWipeThreshold" />
<s:element minOccurs="0" maxOccurs="1" name="codewordFrequency" />
<s:element minOccurs="0" maxOccurs="1" name="minimumPasswordLength" />
<s:element minOccurs="0" maxOccurs="1" name="passwordComplexity" />
<s:element minOccurs="0" maxOccurs="1" name="aeFrequencyType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="0" />
<s:enumeration value="1" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="0" maxOccurs="1" name="refreshInterval" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetPoliciesRequest">
<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="GetPoliciesResponse">
<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="policies" type="s5:ArrayOfGetPoliciesResponseDataPolicy" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfGetPoliciesResponseDataPolicy">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="policy">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="policyDescription" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="dateCreated" type="s:dateTime" />
<s:element minOccurs="1" maxOccurs="1" name="dateLastUpdated" type="s:dateTime" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
<s:element name="GetActiveSyncDevicesRequest">
<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="GetActiveSyncDevicesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Data">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="devices">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="device">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="wipeInitiated" />
<s:element minOccurs="0" maxOccurs="1" name="deviceId" />
<s:element minOccurs="1" maxOccurs="1" name="deviceType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="SmartPhone" />
<s:enumeration value="PocketPC" />
</s:restriction>
</s:simpleType>
</s:element>
</s:sequence>
</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="DeletePolicyRequest">
<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="policyName" 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="DeletePolicyResponse">
<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="CreatePolicyRequest">
<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="policyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="policyDescription" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="aeFrequencyValue" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="deviceWipeThreshold" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="codewordFrequency" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="minimumPasswordLength" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="passwordComplexity">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="0" />
<s:enumeration value="1" />
<s:enumeration value="2" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="1" maxOccurs="1" name="aeFrequencyType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="0" />
<s:enumeration value="1" />
</s:restriction>
</s:simpleType>
</s:element>
<s:element minOccurs="1" maxOccurs="1" name="refreshInterval" 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="CreatePolicyResponse">
<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="ClearUserPolicyExemptionRequest">
<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="ClearUserPolicyExemptionResponse">
<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="ClearUserPolicyRequest">
<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="ClearUserPolicyResponse">
<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="CancelActiveSyncDeviceWipeRequest">
<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="deviceID" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="deviceType">
<s:simpleType>
<s:restriction base="s:string">
<s:enumeration value="SmartPhone" />
<s:enumeration value="PocketPC" />
</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="CancelActiveSyncDeviceWipeResponse">
<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="WipeActiveSyncDeviceMessageIn">
<wsdl:part name="data" element="s5:WipeActiveSyncDeviceRequest" />
</wsdl:message>
<wsdl:message name="WipeActiveSyncDeviceMessageOut">
<wsdl:part name="data" element="s5:WipeActiveSyncDeviceResponse" />
</wsdl:message>
<wsdl:message name="SetUserPolicyExemptionMessageIn">
<wsdl:part name="data" element="s5:SetUserPolicyExemptionRequest" />
</wsdl:message>
<wsdl:message name="SetUserPolicyExemptionMessageOut">
<wsdl:part name="data" element="s5:SetUserPolicyExemptionResponse" />
</wsdl:message>
<wsdl:message name="SetUserPolicyMessageIn">
<wsdl:part name="data" element="s5:SetUserPolicyRequest" />
</wsdl:message>
<wsdl:message name="SetUserPolicyMessageOut">
<wsdl:part name="data" element="s5:SetUserPolicyResponse" />
</wsdl:message>
<wsdl:message name="QueryWipeEventsByUserMessageIn">
<wsdl:part name="data" element="s5:QueryWipeEventsByUserRequest" />
</wsdl:message>
<wsdl:message name="QueryWipeEventsByUserMessageOut">
<wsdl:part name="data" element="s5:QueryWipeEventsByUserResponse" />
</wsdl:message>
<wsdl:message name="QueryPolicyUsageByOrganizationMessageIn">
<wsdl:part name="data" element="s5:QueryPolicyUsageByOrganizationRequest" />
</wsdl:message>
<wsdl:message name="QueryPolicyUsageByOrganizationMessageOut">
<wsdl:part name="data" element="s5:QueryPolicyUsageByOrganizationResponse" />
</wsdl:message>
<wsdl:message name="QueryPolicyEventsByUserMessageIn">
<wsdl:part name="data" element="s5:QueryPolicyEventsByUserRequest" />
</wsdl:message>
<wsdl:message name="QueryPolicyEventsByUserMessageOut">
<wsdl:part name="data" element="s5:QueryPolicyEventsByUserResponse" />
</wsdl:message>
<wsdl:message name="ModifyPolicyMessageIn">
<wsdl:part name="data" element="s5:ModifyPolicyRequest" />
</wsdl:message>
<wsdl:message name="ModifyPolicyMessageOut">
<wsdl:part name="data" element="s5:ModifyPolicyResponse" />
</wsdl:message>
<wsdl:message name="InitializeExchangeMobilityMessageIn">
<wsdl:part name="data" element="s5:InitializeExchangeMobilityRequest" />
</wsdl:message>
<wsdl:message name="InitializeExchangeMobilityMessageOut">
<wsdl:part name="data" element="s5:InitializeExchangeMobilityResponse" />
</wsdl:message>
<wsdl:message name="GetUserPolicyExemptionMessageIn">
<wsdl:part name="data" element="s5:GetUserPolicyExemptionRequest" />
</wsdl:message>
<wsdl:message name="GetUserPolicyExemptionMessageOut">
<wsdl:part name="data" element="s5:GetUserPolicyExemptionResponse" />
</wsdl:message>
<wsdl:message name="GetUserPolicyMessageIn">
<wsdl:part name="data" element="s5:GetUserPolicyRequest" />
</wsdl:message>
<wsdl:message name="GetUserPolicyMessageOut">
<wsdl:part name="data" element="s5:GetUserPolicyResponse" />
</wsdl:message>
<wsdl:message name="GetPolicyDetailMessageIn">
<wsdl:part name="data" element="s5:GetPolicyDetailRequest" />
</wsdl:message>
<wsdl:message name="GetPolicyDetailMessageOut">
<wsdl:part name="data" element="s5:GetPolicyDetailResponse" />
</wsdl:message>
<wsdl:message name="GetPoliciesMessageIn">
<wsdl:part name="data" element="s5:GetPoliciesRequest" />
</wsdl:message>
<wsdl:message name="GetPoliciesMessageOut">
<wsdl:part name="data" element="s5:GetPoliciesResponse" />
</wsdl:message>
<wsdl:message name="GetActiveSyncDevicesMessageIn">
<wsdl:part name="data" element="s5:GetActiveSyncDevicesRequest" />
</wsdl:message>
<wsdl:message name="GetActiveSyncDevicesMessageOut">
<wsdl:part name="data" element="s5:GetActiveSyncDevicesResponse" />
</wsdl:message>
<wsdl:message name="DeletePolicyMessageIn">
<wsdl:part name="data" element="s5:DeletePolicyRequest" />
</wsdl:message>
<wsdl:message name="DeletePolicyMessageOut">
<wsdl:part name="data" element="s5:DeletePolicyResponse" />
</wsdl:message>
<wsdl:message name="CreatePolicyMessageIn">
<wsdl:part name="data" element="s5:CreatePolicyRequest" />
</wsdl:message>
<wsdl:message name="CreatePolicyMessageOut">
<wsdl:part name="data" element="s5:CreatePolicyResponse" />
</wsdl:message>
<wsdl:message name="ClearUserPolicyExemptionMessageIn">
<wsdl:part name="data" element="s5:ClearUserPolicyExemptionRequest" />
</wsdl:message>
<wsdl:message name="ClearUserPolicyExemptionMessageOut">
<wsdl:part name="data" element="s5:ClearUserPolicyExemptionResponse" />
</wsdl:message>
<wsdl:message name="ClearUserPolicyMessageIn">
<wsdl:part name="data" element="s5:ClearUserPolicyRequest" />
</wsdl:message>
<wsdl:message name="ClearUserPolicyMessageOut">
<wsdl:part name="data" element="s5:ClearUserPolicyResponse" />
</wsdl:message>
<wsdl:message name="CancelActiveSyncDeviceWipeMessageIn">
<wsdl:part name="data" element="s5:CancelActiveSyncDeviceWipeRequest" />
</wsdl:message>
<wsdl:message name="CancelActiveSyncDeviceWipeMessageOut">
<wsdl:part name="data" element="s5:CancelActiveSyncDeviceWipeResponse" />
</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="WipeActiveSyncDevice">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/WipeActiveSyncDevice" message="tns:WipeActiveSyncDeviceMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/WipeActiveSyncDeviceResponse" message="tns:WipeActiveSyncDeviceMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="SetUserPolicyExemption">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicyExemption" message="tns:SetUserPolicyExemptionMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicyExemptionResponse" message="tns:SetUserPolicyExemptionMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="SetUserPolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicy" message="tns:SetUserPolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicyResponse" message="tns:SetUserPolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="QueryWipeEventsByUser">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryWipeEventsByUser" message="tns:QueryWipeEventsByUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryWipeEventsByUserResponse" message="tns:QueryWipeEventsByUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="QueryPolicyUsageByOrganization">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyUsageByOrganization" message="tns:QueryPolicyUsageByOrganizationMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyUsageByOrganizationResponse" message="tns:QueryPolicyUsageByOrganizationMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="QueryPolicyEventsByUser">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyEventsByUser" message="tns:QueryPolicyEventsByUserMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyEventsByUserResponse" message="tns:QueryPolicyEventsByUserMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="ModifyPolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ModifyPolicy" message="tns:ModifyPolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ModifyPolicyResponse" message="tns:ModifyPolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="InitializeExchangeMobility">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/InitializeExchangeMobility" message="tns:InitializeExchangeMobilityMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/InitializeExchangeMobilityResponse" message="tns:InitializeExchangeMobilityMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="GetUserPolicyExemption">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicyExemption" message="tns:GetUserPolicyExemptionMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicyExemptionResponse" message="tns:GetUserPolicyExemptionMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="GetUserPolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicy" message="tns:GetUserPolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicyResponse" message="tns:GetUserPolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="GetPolicyDetail">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicyDetail" message="tns:GetPolicyDetailMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicyDetailResponse" message="tns:GetPolicyDetailMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="GetPolicies">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicies" message="tns:GetPoliciesMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPoliciesResponse" message="tns:GetPoliciesMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="GetActiveSyncDevices">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetActiveSyncDevices" message="tns:GetActiveSyncDevicesMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetActiveSyncDevicesResponse" message="tns:GetActiveSyncDevicesMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="DeletePolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/DeletePolicy" message="tns:DeletePolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/DeletePolicyResponse" message="tns:DeletePolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="CreatePolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CreatePolicy" message="tns:CreatePolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CreatePolicyResponse" message="tns:CreatePolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="ClearUserPolicyExemption">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicyExemption" message="tns:ClearUserPolicyExemptionMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicyExemptionResponse" message="tns:ClearUserPolicyExemptionMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="ClearUserPolicy">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicy" message="tns:ClearUserPolicyMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicyResponse" message="tns:ClearUserPolicyMessageOut" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
</wsdl:operation>
<wsdl:operation name="CancelActiveSyncDeviceWipe">
<wsdl:input wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CancelActiveSyncDeviceWipe" message="tns:CancelActiveSyncDeviceWipeMessageIn" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
<wsdl:output wsa:Action="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CancelActiveSyncDeviceWipeResponse" message="tns:CancelActiveSyncDeviceWipeMessageOut" 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="WipeActiveSyncDevice">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/WipeActiveSyncDevice" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SetUserPolicyExemption">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicyExemption" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SetUserPolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryWipeEventsByUser">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryWipeEventsByUser" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryPolicyUsageByOrganization">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyUsageByOrganization" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryPolicyEventsByUser">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyEventsByUser" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ModifyPolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ModifyPolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="InitializeExchangeMobility">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/InitializeExchangeMobility" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetUserPolicyExemption">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicyExemption" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetUserPolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetPolicyDetail">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicyDetail" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetPolicies">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicies" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetActiveSyncDevices">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetActiveSyncDevices" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DeletePolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/DeletePolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreatePolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CreatePolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ClearUserPolicyExemption">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicyExemption" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ClearUserPolicy">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicy" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CancelActiveSyncDeviceWipe">
<soap:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CancelActiveSyncDeviceWipe" 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="WipeActiveSyncDevice">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/WipeActiveSyncDevice" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SetUserPolicyExemption">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicyExemption" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="SetUserPolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/SetUserPolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryWipeEventsByUser">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryWipeEventsByUser" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryPolicyUsageByOrganization">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyUsageByOrganization" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="QueryPolicyEventsByUser">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/QueryPolicyEventsByUser" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ModifyPolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ModifyPolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="InitializeExchangeMobility">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/InitializeExchangeMobility" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetUserPolicyExemption">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicyExemption" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetUserPolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetUserPolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetPolicyDetail">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicyDetail" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetPolicies">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetPolicies" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetActiveSyncDevices">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/GetActiveSyncDevices" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DeletePolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/DeletePolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CreatePolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CreatePolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ClearUserPolicyExemption">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicyExemption" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ClearUserPolicy">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/ClearUserPolicy" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="CancelActiveSyncDeviceWipe">
<soap12:operation soapAction="http://provisioning.microsoft.com/wellenabledservice/hostedexchangemobility/CancelActiveSyncDeviceWipe" 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/hostedexchangemobility/service.ashx" />
</wsdl:port>
<wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
<soap12:address location="http://localhost/hostedexchangemobility/service.ashx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>