<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="NewsService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><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/Asterysco.AJ.Blog.DAL.DomainEntity"/><xs:import namespace="http://schemas.datacontract.org/2004/07/System"/><xs:element name="GetHighlightedNews"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="count" type="xs:int"/><xs:element minOccurs="0" name="idCategory" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHighlightedNewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetHighlightedNewsResult" nillable="true" type="q1:ArrayOfPost" xmlns:q1="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetMainCategories"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetMainCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetMainCategoriesResult" nillable="true" type="q2:ArrayOfCategory" xmlns:q2="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHighlightedSectionNews"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="count" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetHighlightedSectionNewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetHighlightedSectionNewsResult" nillable="true" type="q3:ArrayOfPost" xmlns:q3="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="DDLSourceCategory"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DDLSourceCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DDLSourceCategoryResult" nillable="true" type="q4:ArrayOfCategory" xmlns:q4="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="DDLSourceTag"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DDLSourceTagResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DDLSourceTagResult" nillable="true" type="q5:ArrayOfTag" xmlns:q5="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="post" nillable="true" type="q6:Post" xmlns:q6="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePostResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTwoMainNews"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetTwoMainNewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTwoMainNewsResult" nillable="true" type="q7:ArrayOfPost" xmlns:q7="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPostResult" nillable="true" type="q8:Post" xmlns:q8="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTagCloudData"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetTagCloudDataResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTagCloudDataResult" nillable="true" type="q9:ArrayOfTupleOfstringint" xmlns:q9="http://schemas.datacontract.org/2004/07/System"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchNews"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pageSize" type="xs:int"/><xs:element minOccurs="0" name="page" type="xs:int"/><xs:element minOccurs="0" name="query" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchNewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SearchNewsResult" nillable="true" type="q10:ArrayOfPost" xmlns:q10="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchNewsByTag"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="pageSize" type="xs:int"/><xs:element minOccurs="0" name="page" type="xs:int"/><xs:element minOccurs="0" name="tag" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SearchNewsByTagResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SearchNewsByTagResult" nillable="true" type="q11:ArrayOfPost" xmlns:q11="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsHighlighted"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/><xs:element minOccurs="0" name="count" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="IsHighlightedResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="IsHighlightedResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="comment" nillable="true" type="q12:Comment" xmlns:q12="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveCommentResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/><xs:element minOccurs="0" name="pageSize" type="xs:int"/><xs:element minOccurs="0" name="page" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RetrieveCommentsResult" nillable="true" type="q13:ArrayOfComment" xmlns:q13="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetBusinessInformation"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetBusinessInformationResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetBusinessInformationResult" nillable="true" type="q14:ArrayOfPost" xmlns:q14="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSectionPosts"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" type="xs:long"/><xs:element minOccurs="0" name="count" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSectionPostsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSectionPostsResult" nillable="true" type="q15:ArrayOfPost" xmlns:q15="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPartnersPosts"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetPartnersPostsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPartnersPostsResult" nillable="true" type="q16:ArrayOfPost" xmlns:q16="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="isFreeToRead"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="isFreeToReadResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="isFreeToReadResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="ParentCategoryId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="ParentCategoryIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ParentCategoryIdResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCategories"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="GetCategoriesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCategoriesResult" nillable="true" type="q17:ArrayOfCategory" xmlns:q17="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCategory"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetCategoryResult" nillable="true" type="q18:Category" xmlns:q18="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveCategory"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="category" nillable="true" type="q19:Category" xmlns:q19="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveCategoryResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRecentPostsTimeline"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" type="xs:long"/><xs:element minOccurs="0" name="tag" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="page" type="xs:int"/><xs:element minOccurs="0" name="pageSize" type="xs:int"/><xs:element minOccurs="0" name="numDays" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRecentPostsTimelineResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRecentPostsTimelineResult" nillable="true" type="q20:ArrayOfPost" xmlns:q20="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="RatePost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/><xs:element minOccurs="0" name="rate" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="RatePostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="RatePostResult" type="xs:boolean"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPostRate"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetPostRateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetPostRateResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRelatedPosts"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idPost" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetRelatedPostsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetRelatedPostsResult" nillable="true" type="q21:ArrayOfPost" xmlns:q21="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetReelPosts"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="numPosts" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetReelPostsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetReelPostsResult" nillable="true" type="q22:ArrayOfPost" xmlns:q22="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNews"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="query" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="dateFrom" type="xs:dateTime"/><xs:element minOccurs="0" name="dateTo" type="xs:dateTime"/><xs:element minOccurs="0" name="page" type="xs:int"/><xs:element minOccurs="0" name="limit" type="xs:int"/><xs:element minOccurs="0" name="start" type="xs:int"/><xs:element minOccurs="0" name="total" type="xs:int"/><xs:element minOccurs="0" name="msg" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="cat" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNewsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetNewsResult" nillable="true" type="q23:ArrayOfPost" xmlns:q23="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/><xs:element minOccurs="0" name="total" type="xs:int"/><xs:element minOccurs="0" name="msg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTags"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="query" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="page" type="xs:int"/><xs:element minOccurs="0" name="limit" type="xs:int"/><xs:element minOccurs="0" name="start" type="xs:int"/><xs:element minOccurs="0" name="total" type="xs:int"/><xs:element minOccurs="0" name="msg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetTagsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetTagsResult" nillable="true" type="q24:ArrayOfTag" xmlns:q24="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/><xs:element minOccurs="0" name="total" type="xs:int"/><xs:element minOccurs="0" name="msg" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="post" nillable="true" type="q25:Post" xmlns:q25="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="UpdatePostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="UpdatePostResult" nillable="true" type="q26:Post" xmlns:q26="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="Add"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="post" nillable="true" type="q27:Post" xmlns:q27="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="AddResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AddResult" nillable="true" type="q28:Post" xmlns:q28="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNewsByCategory"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="idCategory" type="xs:long"/><xs:element minOccurs="0" name="limit" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetNewsByCategoryResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetNewsByCategoryResult" nillable="true" type="q29:ArrayOfPost" xmlns:q29="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEntryPost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="id" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetEntryPostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetEntryPostResult" nillable="true" type="q30:Post" xmlns:q30="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></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/Asterysco.AJ.Blog.DAL.DomainEntity" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"><xs:import namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"/><xs:complexType name="ArrayOfPost"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Post" nillable="true" type="tns:Post"/></xs:sequence></xs:complexType><xs:element name="ArrayOfPost" nillable="true" type="tns:ArrayOfPost"/><xs:complexType name="Post"><xs:complexContent mixed="false"><xs:extension base="q1:EntityObject" xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Category" nillable="true" type="tns:Category"/><xs:element minOccurs="0" name="CategoryReference" nillable="true" type="q1:EntityReferenceOfCategoryT4nU0z_S6"/><xs:element minOccurs="0" name="Content" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Excerpt" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="HighlightedUntilDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Id" type="xs:long"/><xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsActive" type="xs:boolean"/><xs:element minOccurs="0" name="PublishDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Tag" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="categoryName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idCategory" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="isRateable" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="permaLink" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="rateValue" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="rateVotes" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Post" nillable="true" type="tns:Post"/><xs:complexType name="Category"><xs:complexContent mixed="false"><xs:extension base="q2:EntityObject" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="Category1" nillable="true" type="tns:ArrayOfCategory"/><xs:element minOccurs="0" name="Category2" nillable="true" type="tns:Category"/><xs:element minOccurs="0" name="Category2Reference" nillable="true" type="q2:EntityReferenceOfCategoryT4nU0z_S6"/><xs:element minOccurs="0" name="IsForDisplay" type="xs:boolean"/><xs:element minOccurs="0" name="Post" nillable="true" type="tns:ArrayOfPost"/><xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idCategory" type="xs:long"/><xs:element minOccurs="0" name="idCategoryParent" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="styleColor" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Category" nillable="true" type="tns:Category"/><xs:complexType name="ArrayOfCategory"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Category" nillable="true" type="tns:Category"/></xs:sequence></xs:complexType><xs:element name="ArrayOfCategory" nillable="true" type="tns:ArrayOfCategory"/><xs:complexType name="ArrayOfTag"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Tag" nillable="true" type="tns:Tag"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTag" nillable="true" type="tns:ArrayOfTag"/><xs:complexType name="Tag"><xs:complexContent mixed="false"><xs:extension base="q3:EntityObject" xmlns:q3="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="idTag" type="xs:long"/><xs:element minOccurs="0" name="word" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Tag" nillable="true" type="tns:Tag"/><xs:complexType name="Comment"><xs:complexContent mixed="false"><xs:extension base="q4:EntityObject" xmlns:q4="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:sequence><xs:element minOccurs="0" name="dateTime" type="xs:dateTime"/><xs:element minOccurs="0" name="emailUser" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="idComment" type="xs:long"/><xs:element minOccurs="0" name="idPost" type="xs:long"/><xs:element minOccurs="0" name="idUser" nillable="true" type="xs:long"/><xs:element minOccurs="0" name="nameUser" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="text" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="Comment" nillable="true" type="tns:Comment"/><xs:complexType name="ArrayOfComment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Comment" nillable="true" type="tns:Comment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfComment" nillable="true" type="tns:ArrayOfComment"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses"><xs:import namespace="http://schemas.datacontract.org/2004/07/System.Data"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="EntityObject"><xs:complexContent mixed="false"><xs:extension base="tns:StructuralObject"><xs:sequence><xs:element minOccurs="0" name="EntityKey" nillable="true" type="q1:EntityKey" xmlns:q1="http://schemas.datacontract.org/2004/07/System.Data"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityObject" nillable="true" type="tns:EntityObject"/><xs:complexType name="StructuralObject"><xs:sequence/><xs:attribute ref="ser:Id"/><xs:attribute ref="ser:Ref"/></xs:complexType><xs:element name="StructuralObject" nillable="true" type="tns:StructuralObject"/><xs:complexType name="EntityReferenceOfCategoryT4nU0z_S6"><xs:annotation><xs:appinfo><GenericType Name="EntityReferenceOf{0}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="Category" Namespace="http://schemas.datacontract.org/2004/07/Asterysco.AJ.Blog.DAL.DomainEntity"/></GenericType></xs:appinfo></xs:annotation><xs:complexContent mixed="false"><xs:extension base="tns:EntityReference"><xs:sequence/></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReferenceOfCategoryT4nU0z_S6" nillable="true" type="tns:EntityReferenceOfCategoryT4nU0z_S6"/><xs:complexType name="EntityReference"><xs:complexContent mixed="false"><xs:extension base="tns:RelatedEnd"><xs:sequence><xs:element minOccurs="0" name="EntityKey" nillable="true" type="q2:EntityKey" xmlns:q2="http://schemas.datacontract.org/2004/07/System.Data"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="EntityReference" nillable="true" type="tns:EntityReference"/><xs:complexType name="RelatedEnd"><xs:sequence/></xs:complexType><xs:element name="RelatedEnd" nillable="true" type="tns:RelatedEnd"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System.Data" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.datacontract.org/2004/07/System.Data"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="EntityKey"><xs:sequence><xs:element minOccurs="0" name="EntityContainerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EntityKeyValues" nillable="true" type="tns:ArrayOfEntityKeyMember"/><xs:element minOccurs="0" name="EntitySetName" nillable="true" type="xs:string"/></xs:sequence><xs:attribute ref="ser:Id"/><xs:attribute ref="ser:Ref"/></xs:complexType><xs:element name="EntityKey" nillable="true" type="tns:EntityKey"/><xs:complexType name="ArrayOfEntityKeyMember"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember"/></xs:sequence></xs:complexType><xs:element name="ArrayOfEntityKeyMember" nillable="true" type="tns:ArrayOfEntityKeyMember"/><xs:complexType name="EntityKeyMember"><xs:sequence><xs:element minOccurs="0" name="Key" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:anyType"/></xs:sequence></xs:complexType><xs:element name="EntityKeyMember" nillable="true" type="tns:EntityKeyMember"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/System" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/System"><xs:complexType name="ArrayOfTupleOfstringint"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOfstringint" nillable="true" type="tns:TupleOfstringint"/></xs:sequence></xs:complexType><xs:element name="ArrayOfTupleOfstringint" nillable="true" type="tns:ArrayOfTupleOfstringint"/><xs:complexType name="TupleOfstringint"><xs:annotation><xs:appinfo><GenericType Name="TupleOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"><GenericParameter Name="string" Namespace="http://www.w3.org/2001/XMLSchema"/><GenericParameter Name="int" Namespace="http://www.w3.org/2001/XMLSchema"/></GenericType></xs:appinfo></xs:annotation><xs:sequence><xs:element name="m_Item1" nillable="true" type="xs:string"/><xs:element name="m_Item2" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="TupleOfstringint" nillable="true" type="tns:TupleOfstringint"/></xs:schema></wsdl:types><wsdl:message name="INewsService_GetHighlightedNews_InputMessage"><wsdl:part name="parameters" element="tns:GetHighlightedNews"/></wsdl:message><wsdl:message name="INewsService_GetHighlightedNews_OutputMessage"><wsdl:part name="parameters" element="tns:GetHighlightedNewsResponse"/></wsdl:message><wsdl:message name="INewsService_GetMainCategories_InputMessage"><wsdl:part name="parameters" element="tns:GetMainCategories"/></wsdl:message><wsdl:message name="INewsService_GetMainCategories_OutputMessage"><wsdl:part name="parameters" element="tns:GetMainCategoriesResponse"/></wsdl:message><wsdl:message name="INewsService_GetHighlightedSectionNews_InputMessage"><wsdl:part name="parameters" element="tns:GetHighlightedSectionNews"/></wsdl:message><wsdl:message name="INewsService_GetHighlightedSectionNews_OutputMessage"><wsdl:part name="parameters" element="tns:GetHighlightedSectionNewsResponse"/></wsdl:message><wsdl:message name="INewsService_DDLSourceCategory_InputMessage"><wsdl:part name="parameters" element="tns:DDLSourceCategory"/></wsdl:message><wsdl:message name="INewsService_DDLSourceCategory_OutputMessage"><wsdl:part name="parameters" element="tns:DDLSourceCategoryResponse"/></wsdl:message><wsdl:message name="INewsService_DDLSourceTag_InputMessage"><wsdl:part name="parameters" element="tns:DDLSourceTag"/></wsdl:message><wsdl:message name="INewsService_DDLSourceTag_OutputMessage"><wsdl:part name="parameters" element="tns:DDLSourceTagResponse"/></wsdl:message><wsdl:message name="INewsService_SavePost_InputMessage"><wsdl:part name="parameters" element="tns:SavePost"/></wsdl:message><wsdl:message name="INewsService_SavePost_OutputMessage"><wsdl:part name="parameters" element="tns:SavePostResponse"/></wsdl:message><wsdl:message name="INewsService_GetTwoMainNews_InputMessage"><wsdl:part name="parameters" element="tns:GetTwoMainNews"/></wsdl:message><wsdl:message name="INewsService_GetTwoMainNews_OutputMessage"><wsdl:part name="parameters" element="tns:GetTwoMainNewsResponse"/></wsdl:message><wsdl:message name="INewsService_GetPost_InputMessage"><wsdl:part name="parameters" element="tns:GetPost"/></wsdl:message><wsdl:message name="INewsService_GetPost_OutputMessage"><wsdl:part name="parameters" element="tns:GetPostResponse"/></wsdl:message><wsdl:message name="INewsService_GetTagCloudData_InputMessage"><wsdl:part name="parameters" element="tns:GetTagCloudData"/></wsdl:message><wsdl:message name="INewsService_GetTagCloudData_OutputMessage"><wsdl:part name="parameters" element="tns:GetTagCloudDataResponse"/></wsdl:message><wsdl:message name="INewsService_SearchNews_InputMessage"><wsdl:part name="parameters" element="tns:SearchNews"/></wsdl:message><wsdl:message name="INewsService_SearchNews_OutputMessage"><wsdl:part name="parameters" element="tns:SearchNewsResponse"/></wsdl:message><wsdl:message name="INewsService_SearchNewsByTag_InputMessage"><wsdl:part name="parameters" element="tns:SearchNewsByTag"/></wsdl:message><wsdl:message name="INewsService_SearchNewsByTag_OutputMessage"><wsdl:part name="parameters" element="tns:SearchNewsByTagResponse"/></wsdl:message><wsdl:message name="INewsService_IsHighlighted_InputMessage"><wsdl:part name="parameters" element="tns:IsHighlighted"/></wsdl:message><wsdl:message name="INewsService_IsHighlighted_OutputMessage"><wsdl:part name="parameters" element="tns:IsHighlightedResponse"/></wsdl:message><wsdl:message name="INewsService_SaveComment_InputMessage"><wsdl:part name="parameters" element="tns:SaveComment"/></wsdl:message><wsdl:message name="INewsService_SaveComment_OutputMessage"><wsdl:part name="parameters" element="tns:SaveCommentResponse"/></wsdl:message><wsdl:message name="INewsService_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:RetrieveComments"/></wsdl:message><wsdl:message name="INewsService_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="INewsService_GetBusinessInformation_InputMessage"><wsdl:part name="parameters" element="tns:GetBusinessInformation"/></wsdl:message><wsdl:message name="INewsService_GetBusinessInformation_OutputMessage"><wsdl:part name="parameters" element="tns:GetBusinessInformationResponse"/></wsdl:message><wsdl:message name="INewsService_GetSectionPosts_InputMessage"><wsdl:part name="parameters" element="tns:GetSectionPosts"/></wsdl:message><wsdl:message name="INewsService_GetSectionPosts_OutputMessage"><wsdl:part name="parameters" element="tns:GetSectionPostsResponse"/></wsdl:message><wsdl:message name="INewsService_GetPartnersPosts_InputMessage"><wsdl:part name="parameters" element="tns:GetPartnersPosts"/></wsdl:message><wsdl:message name="INewsService_GetPartnersPosts_OutputMessage"><wsdl:part name="parameters" element="tns:GetPartnersPostsResponse"/></wsdl:message><wsdl:message name="INewsService_isFreeToRead_InputMessage"><wsdl:part name="parameters" element="tns:isFreeToRead"/></wsdl:message><wsdl:message name="INewsService_isFreeToRead_OutputMessage"><wsdl:part name="parameters" element="tns:isFreeToReadResponse"/></wsdl:message><wsdl:message name="INewsService_ParentCategoryId_InputMessage"><wsdl:part name="parameters" element="tns:ParentCategoryId"/></wsdl:message><wsdl:message name="INewsService_ParentCategoryId_OutputMessage"><wsdl:part name="parameters" element="tns:ParentCategoryIdResponse"/></wsdl:message><wsdl:message name="INewsService_GetCategories_InputMessage"><wsdl:part name="parameters" element="tns:GetCategories"/></wsdl:message><wsdl:message name="INewsService_GetCategories_OutputMessage"><wsdl:part name="parameters" element="tns:GetCategoriesResponse"/></wsdl:message><wsdl:message name="INewsService_GetCategory_InputMessage"><wsdl:part name="parameters" element="tns:GetCategory"/></wsdl:message><wsdl:message name="INewsService_GetCategory_OutputMessage"><wsdl:part name="parameters" element="tns:GetCategoryResponse"/></wsdl:message><wsdl:message name="INewsService_SaveCategory_InputMessage"><wsdl:part name="parameters" element="tns:SaveCategory"/></wsdl:message><wsdl:message name="INewsService_SaveCategory_OutputMessage"><wsdl:part name="parameters" element="tns:SaveCategoryResponse"/></wsdl:message><wsdl:message name="INewsService_GetRecentPostsTimeline_InputMessage"><wsdl:part name="parameters" element="tns:GetRecentPostsTimeline"/></wsdl:message><wsdl:message name="INewsService_GetRecentPostsTimeline_OutputMessage"><wsdl:part name="parameters" element="tns:GetRecentPostsTimelineResponse"/></wsdl:message><wsdl:message name="INewsService_RatePost_InputMessage"><wsdl:part name="parameters" element="tns:RatePost"/></wsdl:message><wsdl:message name="INewsService_RatePost_OutputMessage"><wsdl:part name="parameters" element="tns:RatePostResponse"/></wsdl:message><wsdl:message name="INewsService_GetPostRate_InputMessage"><wsdl:part name="parameters" element="tns:GetPostRate"/></wsdl:message><wsdl:message name="INewsService_GetPostRate_OutputMessage"><wsdl:part name="parameters" element="tns:GetPostRateResponse"/></wsdl:message><wsdl:message name="INewsService_GetRelatedPosts_InputMessage"><wsdl:part name="parameters" element="tns:GetRelatedPosts"/></wsdl:message><wsdl:message name="INewsService_GetRelatedPosts_OutputMessage"><wsdl:part name="parameters" element="tns:GetRelatedPostsResponse"/></wsdl:message><wsdl:message name="INewsService_GetReelPosts_InputMessage"><wsdl:part name="parameters" element="tns:GetReelPosts"/></wsdl:message><wsdl:message name="INewsService_GetReelPosts_OutputMessage"><wsdl:part name="parameters" element="tns:GetReelPostsResponse"/></wsdl:message><wsdl:message name="INewsService_GetNews_InputMessage"><wsdl:part name="parameters" element="tns:GetNews"/></wsdl:message><wsdl:message name="INewsService_GetNews_OutputMessage"><wsdl:part name="parameters" element="tns:GetNewsResponse"/></wsdl:message><wsdl:message name="INewsService_GetTags_InputMessage"><wsdl:part name="parameters" element="tns:GetTags"/></wsdl:message><wsdl:message name="INewsService_GetTags_OutputMessage"><wsdl:part name="parameters" element="tns:GetTagsResponse"/></wsdl:message><wsdl:message name="INewsService_UpdatePost_InputMessage"><wsdl:part name="parameters" element="tns:UpdatePost"/></wsdl:message><wsdl:message name="INewsService_UpdatePost_OutputMessage"><wsdl:part name="parameters" element="tns:UpdatePostResponse"/></wsdl:message><wsdl:message name="INewsService_Add_InputMessage"><wsdl:part name="parameters" element="tns:Add"/></wsdl:message><wsdl:message name="INewsService_Add_OutputMessage"><wsdl:part name="parameters" element="tns:AddResponse"/></wsdl:message><wsdl:message name="INewsService_GetNewsByCategory_InputMessage"><wsdl:part name="parameters" element="tns:GetNewsByCategory"/></wsdl:message><wsdl:message name="INewsService_GetNewsByCategory_OutputMessage"><wsdl:part name="parameters" element="tns:GetNewsByCategoryResponse"/></wsdl:message><wsdl:message name="INewsService_GetEntryPost_InputMessage"><wsdl:part name="parameters" element="tns:GetEntryPost"/></wsdl:message><wsdl:message name="INewsService_GetEntryPost_OutputMessage"><wsdl:part name="parameters" element="tns:GetEntryPostResponse"/></wsdl:message><wsdl:portType name="INewsService"><wsdl:operation name="GetHighlightedNews"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetHighlightedNews" message="tns:INewsService_GetHighlightedNews_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetHighlightedNewsResponse" message="tns:INewsService_GetHighlightedNews_OutputMessage"/></wsdl:operation><wsdl:operation name="GetMainCategories"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetMainCategories" message="tns:INewsService_GetMainCategories_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetMainCategoriesResponse" message="tns:INewsService_GetMainCategories_OutputMessage"/></wsdl:operation><wsdl:operation name="GetHighlightedSectionNews"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetHighlightedSectionNews" message="tns:INewsService_GetHighlightedSectionNews_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetHighlightedSectionNewsResponse" message="tns:INewsService_GetHighlightedSectionNews_OutputMessage"/></wsdl:operation><wsdl:operation name="DDLSourceCategory"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/DDLSourceCategory" message="tns:INewsService_DDLSourceCategory_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/DDLSourceCategoryResponse" message="tns:INewsService_DDLSourceCategory_OutputMessage"/></wsdl:operation><wsdl:operation name="DDLSourceTag"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/DDLSourceTag" message="tns:INewsService_DDLSourceTag_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/DDLSourceTagResponse" message="tns:INewsService_DDLSourceTag_OutputMessage"/></wsdl:operation><wsdl:operation name="SavePost"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/SavePost" message="tns:INewsService_SavePost_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/SavePostResponse" message="tns:INewsService_SavePost_OutputMessage"/></wsdl:operation><wsdl:operation name="GetTwoMainNews"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetTwoMainNews" message="tns:INewsService_GetTwoMainNews_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetTwoMainNewsResponse" message="tns:INewsService_GetTwoMainNews_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPost"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetPost" message="tns:INewsService_GetPost_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetPostResponse" message="tns:INewsService_GetPost_OutputMessage"/></wsdl:operation><wsdl:operation name="GetTagCloudData"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetTagCloudData" message="tns:INewsService_GetTagCloudData_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetTagCloudDataResponse" message="tns:INewsService_GetTagCloudData_OutputMessage"/></wsdl:operation><wsdl:operation name="SearchNews"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/SearchNews" message="tns:INewsService_SearchNews_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/SearchNewsResponse" message="tns:INewsService_SearchNews_OutputMessage"/></wsdl:operation><wsdl:operation name="SearchNewsByTag"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/SearchNewsByTag" message="tns:INewsService_SearchNewsByTag_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/SearchNewsByTagResponse" message="tns:INewsService_SearchNewsByTag_OutputMessage"/></wsdl:operation><wsdl:operation name="IsHighlighted"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/IsHighlighted" message="tns:INewsService_IsHighlighted_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/IsHighlightedResponse" message="tns:INewsService_IsHighlighted_OutputMessage"/></wsdl:operation><wsdl:operation name="SaveComment"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/SaveComment" message="tns:INewsService_SaveComment_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/SaveCommentResponse" message="tns:INewsService_SaveComment_OutputMessage"/></wsdl:operation><wsdl:operation name="RetrieveComments"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/RetrieveComments" message="tns:INewsService_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/RetrieveCommentsResponse" message="tns:INewsService_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="GetBusinessInformation"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetBusinessInformation" message="tns:INewsService_GetBusinessInformation_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetBusinessInformationResponse" message="tns:INewsService_GetBusinessInformation_OutputMessage"/></wsdl:operation><wsdl:operation name="GetSectionPosts"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetSectionPosts" message="tns:INewsService_GetSectionPosts_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetSectionPostsResponse" message="tns:INewsService_GetSectionPosts_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPartnersPosts"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetPartnersPosts" message="tns:INewsService_GetPartnersPosts_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetPartnersPostsResponse" message="tns:INewsService_GetPartnersPosts_OutputMessage"/></wsdl:operation><wsdl:operation name="isFreeToRead"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/isFreeToRead" message="tns:INewsService_isFreeToRead_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/isFreeToReadResponse" message="tns:INewsService_isFreeToRead_OutputMessage"/></wsdl:operation><wsdl:operation name="ParentCategoryId"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/ParentCategoryId" message="tns:INewsService_ParentCategoryId_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/ParentCategoryIdResponse" message="tns:INewsService_ParentCategoryId_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCategories"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetCategories" message="tns:INewsService_GetCategories_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetCategoriesResponse" message="tns:INewsService_GetCategories_OutputMessage"/></wsdl:operation><wsdl:operation name="GetCategory"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetCategory" message="tns:INewsService_GetCategory_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetCategoryResponse" message="tns:INewsService_GetCategory_OutputMessage"/></wsdl:operation><wsdl:operation name="SaveCategory"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/SaveCategory" message="tns:INewsService_SaveCategory_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/SaveCategoryResponse" message="tns:INewsService_SaveCategory_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRecentPostsTimeline"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetRecentPostsTimeline" message="tns:INewsService_GetRecentPostsTimeline_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetRecentPostsTimelineResponse" message="tns:INewsService_GetRecentPostsTimeline_OutputMessage"/></wsdl:operation><wsdl:operation name="RatePost"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/RatePost" message="tns:INewsService_RatePost_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/RatePostResponse" message="tns:INewsService_RatePost_OutputMessage"/></wsdl:operation><wsdl:operation name="GetPostRate"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetPostRate" message="tns:INewsService_GetPostRate_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetPostRateResponse" message="tns:INewsService_GetPostRate_OutputMessage"/></wsdl:operation><wsdl:operation name="GetRelatedPosts"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetRelatedPosts" message="tns:INewsService_GetRelatedPosts_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetRelatedPostsResponse" message="tns:INewsService_GetRelatedPosts_OutputMessage"/></wsdl:operation><wsdl:operation name="GetReelPosts"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetReelPosts" message="tns:INewsService_GetReelPosts_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetReelPostsResponse" message="tns:INewsService_GetReelPosts_OutputMessage"/></wsdl:operation><wsdl:operation name="GetNews"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetNews" message="tns:INewsService_GetNews_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetNewsResponse" message="tns:INewsService_GetNews_OutputMessage"/></wsdl:operation><wsdl:operation name="GetTags"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetTags" message="tns:INewsService_GetTags_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetTagsResponse" message="tns:INewsService_GetTags_OutputMessage"/></wsdl:operation><wsdl:operation name="UpdatePost"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/UpdatePost" message="tns:INewsService_UpdatePost_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/UpdatePostResponse" message="tns:INewsService_UpdatePost_OutputMessage"/></wsdl:operation><wsdl:operation name="Add"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/Add" message="tns:INewsService_Add_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/AddResponse" message="tns:INewsService_Add_OutputMessage"/></wsdl:operation><wsdl:operation name="GetNewsByCategory"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetNewsByCategory" message="tns:INewsService_GetNewsByCategory_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetNewsByCategoryResponse" message="tns:INewsService_GetNewsByCategory_OutputMessage"/></wsdl:operation><wsdl:operation name="GetEntryPost"><wsdl:input wsaw:Action="http://tempuri.org/INewsService/GetEntryPost" message="tns:INewsService_GetEntryPost_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/INewsService/GetEntryPostResponse" message="tns:INewsService_GetEntryPost_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="BasicHttpBinding_INewsService" type="tns:INewsService"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="GetHighlightedNews"><soap:operation soapAction="http://tempuri.org/INewsService/GetHighlightedNews" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetMainCategories"><soap:operation soapAction="http://tempuri.org/INewsService/GetMainCategories" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetHighlightedSectionNews"><soap:operation soapAction="http://tempuri.org/INewsService/GetHighlightedSectionNews" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DDLSourceCategory"><soap:operation soapAction="http://tempuri.org/INewsService/DDLSourceCategory" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="DDLSourceTag"><soap:operation soapAction="http://tempuri.org/INewsService/DDLSourceTag" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePost"><soap:operation soapAction="http://tempuri.org/INewsService/SavePost" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTwoMainNews"><soap:operation soapAction="http://tempuri.org/INewsService/GetTwoMainNews" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPost"><soap:operation soapAction="http://tempuri.org/INewsService/GetPost" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTagCloudData"><soap:operation soapAction="http://tempuri.org/INewsService/GetTagCloudData" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SearchNews"><soap:operation soapAction="http://tempuri.org/INewsService/SearchNews" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SearchNewsByTag"><soap:operation soapAction="http://tempuri.org/INewsService/SearchNewsByTag" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="IsHighlighted"><soap:operation soapAction="http://tempuri.org/INewsService/IsHighlighted" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveComment"><soap:operation soapAction="http://tempuri.org/INewsService/SaveComment" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RetrieveComments"><soap:operation soapAction="http://tempuri.org/INewsService/RetrieveComments" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetBusinessInformation"><soap:operation soapAction="http://tempuri.org/INewsService/GetBusinessInformation" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSectionPosts"><soap:operation soapAction="http://tempuri.org/INewsService/GetSectionPosts" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPartnersPosts"><soap:operation soapAction="http://tempuri.org/INewsService/GetPartnersPosts" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="isFreeToRead"><soap:operation soapAction="http://tempuri.org/INewsService/isFreeToRead" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="ParentCategoryId"><soap:operation soapAction="http://tempuri.org/INewsService/ParentCategoryId" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCategories"><soap:operation soapAction="http://tempuri.org/INewsService/GetCategories" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetCategory"><soap:operation soapAction="http://tempuri.org/INewsService/GetCategory" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SaveCategory"><soap:operation soapAction="http://tempuri.org/INewsService/SaveCategory" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRecentPostsTimeline"><soap:operation soapAction="http://tempuri.org/INewsService/GetRecentPostsTimeline" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="RatePost"><soap:operation soapAction="http://tempuri.org/INewsService/RatePost" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetPostRate"><soap:operation soapAction="http://tempuri.org/INewsService/GetPostRate" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetRelatedPosts"><soap:operation soapAction="http://tempuri.org/INewsService/GetRelatedPosts" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetReelPosts"><soap:operation soapAction="http://tempuri.org/INewsService/GetReelPosts" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNews"><soap:operation soapAction="http://tempuri.org/INewsService/GetNews" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetTags"><soap:operation soapAction="http://tempuri.org/INewsService/GetTags" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="UpdatePost"><soap:operation soapAction="http://tempuri.org/INewsService/UpdatePost" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="Add"><soap:operation soapAction="http://tempuri.org/INewsService/Add" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetNewsByCategory"><soap:operation soapAction="http://tempuri.org/INewsService/GetNewsByCategory" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetEntryPost"><soap:operation soapAction="http://tempuri.org/INewsService/GetEntryPost" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation></wsdl:binding><wsdl:service name="NewsService"><wsdl:port name="BasicHttpBinding_INewsService" binding="tns:BasicHttpBinding_INewsService"><soap:address location="http://wwww.redjurista.com/NewsService.svc"/></wsdl:port></wsdl:service></wsdl:definitions>