<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="PublicService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.WsContracts"/><xs:import namespace="http://schemas.datacontract.org/2004/07/CYTYC.DAL.Common"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element name="IsUserLoggedIn"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="IsUserLoggedInResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsUserLoggedInResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="LogUserIn"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="username" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="rememberMe" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="LogUserInResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="LogUserInResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCurrentUserMasterId"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetCurrentUserMasterIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCurrentUserMasterIdResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SiteSearch"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="searchterm" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SiteSearchResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SiteSearchResult" nillable="true" type="q1:SearchResultList" xmlns:q1="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAccount"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="prefix" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAccountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindAccountResult" nillable="true" type="q2:ArrayOfAccountSummaryDto" xmlns:q2="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.WsContracts"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAddress"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="addressline" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="country" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="FindAddressResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="FindAddressResult" nillable="true" type="q3:ArrayOfAddressResult" xmlns:q3="http://schemas.datacontract.org/2004/07/CYTYC.DAL.Common"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsScenarioComplete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="masterid" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="scenarioid" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsScenarioCompleteResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsScenarioCompleteResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetScenarioAttempt"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="masterid" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="scenarioid" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="isapass" type="xs:boolean"/><xs:element minOccurs="0" name="detail" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SetScenarioAttemptResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="MembersCentreSearch"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="articleType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="numberToGet" type="xs:int"/><xs:element minOccurs="0" name="primaryFaculty" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="keywordSearch" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="orderBy" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="monthsAgo" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="MembersCentreSearchResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="MembersCentreSearchResult" nillable="true" type="q4:MemberArticleResultAjax" xmlns:q4="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search"/></xs:sequence></xs:complexType></xs:element><xs:element name="MembersCentreList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="listOfIds" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="MembersCentreListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="MembersCentreListResult" nillable="true" type="q5:MemberArticleResultAjax" xmlns:q5="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search"/></xs:sequence></xs:complexType></xs:element><xs:element name="MembersCentreFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="rootFolderId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="MembersCentreFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="MembersCentreFolderResult" nillable="true" type="q6:MemberArticleResultAjax" xmlns:q6="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search"/></xs:sequence></xs:complexType></xs:element><xs:element name="AlreadyReadArticles"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ids" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AlreadyReadArticlesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AlreadyReadArticlesResult" nillable="true" type="q7:ArrayOfstring" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Search" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:import namespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Base"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:complexType name="SearchResultList"><xs:sequence><xs:element minOccurs="0" name="ItemsPerPage" type="xs:int"/><xs:element minOccurs="0" name="Result" nillable="true" type="tns:ArrayOfSearchResultListItem"/><xs:element minOccurs="0" name="TotalItemNumber" type="xs:int"/><xs:element minOccurs="0" name="TotalPageCount" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="SearchResultList" nillable="true" type="tns:SearchResultList"/><xs:complexType name="ArrayOfSearchResultListItem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="SearchResultListItem" nillable="true" type="tns:SearchResultListItem"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSearchResultListItem" nillable="true" type="tns:ArrayOfSearchResultListItem"/><xs:complexType name="SearchResultListItem"><xs:complexContent mixed="false"><xs:extension base="q1:BaseSearch" xmlns:q1="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Base"><xs:sequence><xs:element minOccurs="0" name="ArticleAuthor" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDate" type="xs:dateTime"/><xs:element minOccurs="0" name="BlurbBig" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BlurbSmall" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CipPoints" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CourseCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DoNotListInMembersCentre" type="xs:boolean"/><xs:element minOccurs="0" name="FacultiesForSearch" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HideFromSearch" type="xs:boolean"/><xs:element minOccurs="0" name="IssueNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LinkedContent" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MainContent" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MenuTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MetaDescription" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MetaKeywords" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PageTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointsClaimFlag" type="xs:boolean"/><xs:element minOccurs="0" name="ProductCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProductName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeachTags" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SearchResultBlurb" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnitCode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UnitName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VideoUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VolumnNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Year" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SearchResultListItem" nillable="true" type="tns:SearchResultListItem"/><xs:complexType name="MemberArticleResultAjax"><xs:sequence><xs:element minOccurs="0" name="ArticleType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Articles" nillable="true" type="tns:ArrayOfMemberArticleAjax"/><xs:element minOccurs="0" name="ErrorMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="KeywordSearch" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PrimaryFaculty" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Total" type="xs:int"/><xs:element minOccurs="0" name="TypeOfQuery" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="MemberArticleResultAjax" nillable="true" type="tns:MemberArticleResultAjax"/><xs:complexType name="ArrayOfMemberArticleAjax"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="MemberArticleAjax" nillable="true" type="tns:MemberArticleAjax"/></xs:sequence></xs:complexType><xs:element name="ArrayOfMemberArticleAjax" nillable="true" type="tns:ArrayOfMemberArticleAjax"/><xs:complexType name="MemberArticleAjax"><xs:sequence><xs:element minOccurs="0" name="ArticleAuthor" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDate" type="xs:dateTime"/><xs:element minOccurs="0" name="ArticleDateMonthYearFormat" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleDateShortFormat" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ArticleType" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BlurbBig" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="BlurbSmall" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CipPoints" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DoNotListInMembersCentre" type="xs:boolean"/><xs:element minOccurs="0" name="FacultiesForSearch" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ImageSrc" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IssueNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PageTitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PointsClaimFlag" type="xs:boolean"/><xs:element minOccurs="0" name="SeachTags" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subtitle" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TemplateId" nillable="true" type="q2:ID" xmlns:q2="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VideoUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="VolumeNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="MemberArticleAjax" nillable="true" type="tns:MemberArticleAjax"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Base" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.Base" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:import namespace="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:complexType name="BaseSearch"><xs:sequence><xs:element minOccurs="0" name="Content" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreatedBy" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreatedDate" type="xs:dateTime"/><xs:element minOccurs="0" name="DatabaseName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Datasource" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Id" type="ser:guid"/><xs:element minOccurs="0" name="ItemId" nillable="true" type="q1:ID" xmlns:q1="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Language" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Parent" nillable="true" type="q2:ID" xmlns:q2="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Path" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Paths" nillable="true" type="q3:ArrayOfID" xmlns:q3="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Semantics" nillable="true" type="q4:ArrayOfID" xmlns:q4="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Sites" nillable="true" type="q5:ArrayOfstring" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="TemplateId" nillable="true" type="q6:ID" xmlns:q6="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="TemplateName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Updated" type="xs:dateTime"/><xs:element minOccurs="0" name="UpdatedBy" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Uri" nillable="true" type="q7:ItemUri" xmlns:q7="http://schemas.datacontract.org/2004/07/Sitecore.Data"/><xs:element minOccurs="0" name="Url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Version" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="BaseSearch" nillable="true" type="tns:BaseSearch"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Sitecore.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Sitecore.Data" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="ID"><xs:sequence><xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip"/></xs:sequence><xs:attribute ref="ser:FactoryType"/></xs:complexType><xs:element name="ID" nillable="true" type="tns:ID"/><xs:complexType name="ArrayOfID"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="ID" nillable="true" type="tns:ID"/></xs:sequence></xs:complexType><xs:element name="ArrayOfID" nillable="true" type="tns:ArrayOfID"/><xs:complexType name="ItemUri"><xs:sequence><xs:any minOccurs="0" maxOccurs="unbounded" namespace="##local" processContents="skip"/></xs:sequence><xs:attribute ref="ser:FactoryType"/></xs:complexType><xs:element name="ItemUri" nillable="true" type="tns:ItemUri"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:complexType name="ArrayOfstring"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.WsContracts" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Anziif.Data.Domain.WsContracts"><xs:complexType name="ArrayOfAccountSummaryDto"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AccountSummaryDto" nillable="true" type="tns:AccountSummaryDto"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAccountSummaryDto" nillable="true" type="tns:ArrayOfAccountSummaryDto"/><xs:complexType name="AccountSummaryDto"><xs:sequence><xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="MasterId" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AccountSummaryDto" nillable="true" type="tns:AccountSummaryDto"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CYTYC.DAL.Common" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/CYTYC.DAL.Common"><xs:complexType name="ArrayOfAddressResult"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="AddressResult" nillable="true" type="tns:AddressResult"/></xs:sequence></xs:complexType><xs:element name="ArrayOfAddressResult" nillable="true" type="tns:ArrayOfAddressResult"/><xs:complexType name="AddressResult"><xs:sequence><xs:element minOccurs="0" name="RecordId" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Address2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Address3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Postalcode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Country" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="AddressResult" nillable="true" type="tns:AddressResult"/></xs:schema></wsdl:types><wsdl:message name="IPublicService_IsUserLoggedIn_InputMessage"><wsdl:part name="parameters" element="tns:IsUserLoggedIn"/></wsdl:message><wsdl:message name="IPublicService_IsUserLoggedIn_OutputMessage"><wsdl:part name="parameters" element="tns:IsUserLoggedInResponse"/></wsdl:message><wsdl:message name="IPublicService_LogUserIn_InputMessage"><wsdl:part name="parameters" element="tns:LogUserIn"/></wsdl:message><wsdl:message name="IPublicService_LogUserIn_OutputMessage"><wsdl:part name="parameters" element="tns:LogUserInResponse"/></wsdl:message><wsdl:message name="IPublicService_GetCurrentUserMasterId_InputMessage"><wsdl:part name="parameters" element="tns:GetCurrentUserMasterId"/></wsdl:message><wsdl:message name="IPublicService_GetCurrentUserMasterId_OutputMessage"><wsdl:part name="parameters" element="tns:GetCurrentUserMasterIdResponse"/></wsdl:message><wsdl:message name="IPublicService_SiteSearch_InputMessage"><wsdl:part name="parameters" element="tns:SiteSearch"/></wsdl:message><wsdl:message name="IPublicService_SiteSearch_OutputMessage"><wsdl:part name="parameters" element="tns:SiteSearchResponse"/></wsdl:message><wsdl:message name="IPublicService_FindAccount_InputMessage"><wsdl:part name="parameters" element="tns:FindAccount"/></wsdl:message><wsdl:message name="IPublicService_FindAccount_OutputMessage"><wsdl:part name="parameters" element="tns:FindAccountResponse"/></wsdl:message><wsdl:message name="IPublicService_FindAddress_InputMessage"><wsdl:part name="parameters" element="tns:FindAddress"/></wsdl:message><wsdl:message name="IPublicService_FindAddress_OutputMessage"><wsdl:part name="parameters" element="tns:FindAddressResponse"/></wsdl:message><wsdl:message name="IPublicService_IsScenarioComplete_InputMessage"><wsdl:part name="parameters" element="tns:IsScenarioComplete"/></wsdl:message><wsdl:message name="IPublicService_IsScenarioComplete_OutputMessage"><wsdl:part name="parameters" element="tns:IsScenarioCompleteResponse"/></wsdl:message><wsdl:message name="IPublicService_SetScenarioAttempt_InputMessage"><wsdl:part name="parameters" element="tns:SetScenarioAttempt"/></wsdl:message><wsdl:message name="IPublicService_SetScenarioAttempt_OutputMessage"><wsdl:part name="parameters" element="tns:SetScenarioAttemptResponse"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreSearch_InputMessage"><wsdl:part name="parameters" element="tns:MembersCentreSearch"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreSearch_OutputMessage"><wsdl:part name="parameters" element="tns:MembersCentreSearchResponse"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreList_InputMessage"><wsdl:part name="parameters" element="tns:MembersCentreList"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreList_OutputMessage"><wsdl:part name="parameters" element="tns:MembersCentreListResponse"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreFolder_InputMessage"><wsdl:part name="parameters" element="tns:MembersCentreFolder"/></wsdl:message><wsdl:message name="IPublicService_MembersCentreFolder_OutputMessage"><wsdl:part name="parameters" element="tns:MembersCentreFolderResponse"/></wsdl:message><wsdl:message name="IPublicService_AlreadyReadArticles_InputMessage"><wsdl:part name="parameters" element="tns:AlreadyReadArticles"/></wsdl:message><wsdl:message name="IPublicService_AlreadyReadArticles_OutputMessage"><wsdl:part name="parameters" element="tns:AlreadyReadArticlesResponse"/></wsdl:message><wsdl:portType name="IPublicService"><wsdl:operation name="IsUserLoggedIn"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/IsUserLoggedIn" message="tns:IPublicService_IsUserLoggedIn_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/IsUserLoggedInResponse" message="tns:IPublicService_IsUserLoggedIn_OutputMessage"/></wsdl:operation><wsdl:operation name="LogUserIn"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/LogUserIn" message="tns:IPublicService_LogUserIn_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/LogUserInResponse" message="tns:IPublicService_LogUserIn_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCurrentUserMasterId"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/GetCurrentUserMasterId" message="tns:IPublicService_GetCurrentUserMasterId_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/GetCurrentUserMasterIdResponse" message="tns:IPublicService_GetCurrentUserMasterId_OutputMessage"/></wsdl:operation><wsdl:operation name="SiteSearch"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/SiteSearch" message="tns:IPublicService_SiteSearch_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/SiteSearchResponse" message="tns:IPublicService_SiteSearch_OutputMessage"/></wsdl:operation><wsdl:operation name="FindAccount"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/FindAccount" message="tns:IPublicService_FindAccount_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/FindAccountResponse" message="tns:IPublicService_FindAccount_OutputMessage"/></wsdl:operation><wsdl:operation name="FindAddress"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/FindAddress" message="tns:IPublicService_FindAddress_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/FindAddressResponse" message="tns:IPublicService_FindAddress_OutputMessage"/></wsdl:operation><wsdl:operation name="IsScenarioComplete"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/IsScenarioComplete" message="tns:IPublicService_IsScenarioComplete_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/IsScenarioCompleteResponse" message="tns:IPublicService_IsScenarioComplete_OutputMessage"/></wsdl:operation><wsdl:operation name="SetScenarioAttempt"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/SetScenarioAttempt" message="tns:IPublicService_SetScenarioAttempt_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/SetScenarioAttemptResponse" message="tns:IPublicService_SetScenarioAttempt_OutputMessage"/></wsdl:operation><wsdl:operation name="MembersCentreSearch"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/MembersCentreSearch" message="tns:IPublicService_MembersCentreSearch_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/MembersCentreSearchResponse" message="tns:IPublicService_MembersCentreSearch_OutputMessage"/></wsdl:operation><wsdl:operation name="MembersCentreList"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/MembersCentreList" message="tns:IPublicService_MembersCentreList_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/MembersCentreListResponse" message="tns:IPublicService_MembersCentreList_OutputMessage"/></wsdl:operation><wsdl:operation name="MembersCentreFolder"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/MembersCentreFolder" message="tns:IPublicService_MembersCentreFolder_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/MembersCentreFolderResponse" message="tns:IPublicService_MembersCentreFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="AlreadyReadArticles"><wsdl:input wsaw:Action="http://tempuri.org/IPublicService/AlreadyReadArticles" message="tns:IPublicService_AlreadyReadArticles_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/IPublicService/AlreadyReadArticlesResponse" message="tns:IPublicService_AlreadyReadArticles_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:service name="PublicService"/></wsdl:definitions>