<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="SubscriptionServices" 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/HighriseLearningCentreService"/><xs:element name="SaveSubscription"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="objData" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="SaveSubscriptionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SaveSubscriptionResult" nillable="true" type="q1:BaseResponse" xmlns:q1="http://schemas.datacontract.org/2004/07/HighriseLearningCentreService"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSubscriptionDetails"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="objData" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="GetSubscriptionDetailsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="GetSubscriptionDetailsResult" nillable="true" type="q2:SubscriptionServiceResponse" xmlns:q2="http://schemas.datacontract.org/2004/07/HighriseLearningCentreService"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePaymentReference"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="objPaymentReference" nillable="true" type="q3:PaymentReference" xmlns:q3="http://schemas.datacontract.org/2004/07/HighriseLearningCentreService"/></xs:sequence></xs:complexType></xs:element><xs:element name="SavePaymentReferenceResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="SavePaymentReferenceResult" nillable="true" type="q4:BaseResponse" xmlns:q4="http://schemas.datacontract.org/2004/07/HighriseLearningCentreService"/></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/HighriseLearningCentreService" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/HighriseLearningCentreService"><xs:complexType name="BaseResponse"><xs:sequence><xs:element minOccurs="0" name="ClientMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Data" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsSuccess" type="xs:boolean"/><xs:element minOccurs="0" name="TotalRecordCount" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="BaseResponse" nillable="true" type="tns:BaseResponse"/><xs:complexType name="SubscriptionServiceResponse"><xs:complexContent mixed="false"><xs:extension base="tns:BaseResponse"><xs:sequence><xs:element minOccurs="0" name="Result" nillable="true" type="tns:ArrayOfSubscription"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="SubscriptionServiceResponse" nillable="true" type="tns:SubscriptionServiceResponse"/><xs:complexType name="ArrayOfSubscription"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="Subscription" nillable="true" type="tns:Subscription"/></xs:sequence></xs:complexType><xs:element name="ArrayOfSubscription" nillable="true" type="tns:ArrayOfSubscription"/><xs:complexType name="Subscription"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Certificate_No" type="xs:int"/><xs:element minOccurs="0" name="Course_Id" type="xs:long"/><xs:element minOccurs="0" name="Discount_Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Discount_Coupon" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="From_Date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payment_Mode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payment_Reference_No" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Rate" type="xs:decimal"/><xs:element minOccurs="0" name="Remark" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Status" type="xs:int"/><xs:element minOccurs="0" name="Subscriber_Id" type="xs:long"/><xs:element minOccurs="0" name="Subscription_Date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subscription_Id" type="xs:long"/><xs:element minOccurs="0" name="To_Date" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="Subscription" nillable="true" type="tns:Subscription"/><xs:complexType name="PaymentReference"><xs:sequence><xs:element minOccurs="0" name="Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Bank_Ref_No" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Bank_Response_Code" type="xs:long"/><xs:element minOccurs="0" name="Bank_Status_Code" type="xs:long"/><xs:element minOccurs="0" name="Bank_Status_Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Email" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Notes" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_State" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Tel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Billing_Zip" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Card_Issuing_Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Card_Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Currency" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Customer_Card_Id" type="xs:long"/><xs:element minOccurs="0" name="Delivery_Address" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_City" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_Country" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_State" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_Tel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Delivery_Zip" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Discount_Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Domestic_International_Supported" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Failure_Message" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Inv_Reference_No" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Is_Retry" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Merchant_Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Merchant_Param1" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Merchant_Param2" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Merchant_Param3" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Merchant_Param4" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Merchant_Param5" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Offer_Code" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Offer_Type" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payment_Mode" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Payment_Reference_Nunber" type="xs:long"/><xs:element minOccurs="0" name="Payment_Status" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Sub_Account_Id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Subscription_Id" type="xs:long"/><xs:element minOccurs="0" name="Tax_Amount" type="xs:decimal"/><xs:element minOccurs="0" name="Trans_Date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Trans_Fee" type="xs:decimal"/></xs:sequence></xs:complexType><xs:element name="PaymentReference" nillable="true" type="tns:PaymentReference"/></xs:schema></wsdl:types><wsdl:message name="ISubscriptionServices_SaveSubscription_InputMessage"><wsdl:part name="parameters" element="tns:SaveSubscription"/></wsdl:message><wsdl:message name="ISubscriptionServices_SaveSubscription_OutputMessage"><wsdl:part name="parameters" element="tns:SaveSubscriptionResponse"/></wsdl:message><wsdl:message name="ISubscriptionServices_GetSubscriptionDetails_InputMessage"><wsdl:part name="parameters" element="tns:GetSubscriptionDetails"/></wsdl:message><wsdl:message name="ISubscriptionServices_GetSubscriptionDetails_OutputMessage"><wsdl:part name="parameters" element="tns:GetSubscriptionDetailsResponse"/></wsdl:message><wsdl:message name="ISubscriptionServices_SavePaymentReference_InputMessage"><wsdl:part name="parameters" element="tns:SavePaymentReference"/></wsdl:message><wsdl:message name="ISubscriptionServices_SavePaymentReference_OutputMessage"><wsdl:part name="parameters" element="tns:SavePaymentReferenceResponse"/></wsdl:message><wsdl:portType name="ISubscriptionServices"><wsdl:operation name="SaveSubscription"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionServices/SaveSubscription" message="tns:ISubscriptionServices_SaveSubscription_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionServices/SaveSubscriptionResponse" message="tns:ISubscriptionServices_SaveSubscription_OutputMessage"/></wsdl:operation><wsdl:operation name="GetSubscriptionDetails"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionServices/GetSubscriptionDetails" message="tns:ISubscriptionServices_GetSubscriptionDetails_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionServices/GetSubscriptionDetailsResponse" message="tns:ISubscriptionServices_GetSubscriptionDetails_OutputMessage"/></wsdl:operation><wsdl:operation name="SavePaymentReference"><wsdl:input wsaw:Action="http://tempuri.org/ISubscriptionServices/SavePaymentReference" message="tns:ISubscriptionServices_SavePaymentReference_InputMessage"/><wsdl:output wsaw:Action="http://tempuri.org/ISubscriptionServices/SavePaymentReferenceResponse" message="tns:ISubscriptionServices_SavePaymentReference_OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:binding name="SOAPEndPoint" type="tns:ISubscriptionServices"><soap:binding transport="http://schemas.xmlsoap.org/soap/http"/><wsdl:operation name="SaveSubscription"><soap:operation soapAction="http://tempuri.org/ISubscriptionServices/SaveSubscription" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="GetSubscriptionDetails"><soap:operation soapAction="http://tempuri.org/ISubscriptionServices/GetSubscriptionDetails" style="document"/><wsdl:input><soap:body use="literal"/></wsdl:input><wsdl:output><soap:body use="literal"/></wsdl:output></wsdl:operation><wsdl:operation name="SavePaymentReference"><soap:operation soapAction="http://tempuri.org/ISubscriptionServices/SavePaymentReference" 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="SubscriptionServices"><wsdl:port name="SOAPEndPoint" binding="tns:SOAPEndPoint"><soap:address location="http://highriseerp.com/HighriseLearningCentreService/SubscriptionServices.svc/soap"/></wsdl:port></wsdl:service></wsdl:definitions>