<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="https://sso.floridarealtors.org/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" name="servicesAPI" targetNamespace="https://sso.floridarealtors.org/services"><types><xsd:schema targetNamespace="https://sso.floridarealtors.org/services"><xsd:complexType name="MLSAStruct"><xsd:all><xsd:element name="AUTH" type="xsd:string" nillable="true"/><xsd:element name="URL" type="xsd:string" nillable="true"/><xsd:element name="MESSAGE" type="xsd:string" nillable="true"/></xsd:all></xsd:complexType></xsd:schema></types><portType name="servicesAPIPort"><operation name="getKey"><documentation>MLSAdvantage SSO method</documentation><input message="tns:getKeyIn"/><output message="tns:getKeyOut"/></operation><operation name="authenticationkey"><documentation>This method returns GUID</documentation><input message="tns:authenticationkeyIn"/><output message="tns:authenticationkeyOut"/></operation><operation name="LoginGUID"><documentation>MLSAdvantage SSO Login using GUID</documentation><input message="tns:LoginGUIDIn"/><output message="tns:LoginGUIDOut"/></operation><operation name="FRLogin"><documentation>Florida Realtors Login</documentation><input message="tns:FRLoginIn"/><output message="tns:FRLoginOut"/></operation><operation name="SunstatsLogin"><documentation>SunStats Login</documentation><input message="tns:SunstatsLoginIn"/><output message="tns:SunstatsLoginOut"/></operation><operation name="SunstatsGUID"><documentation>SunStats Login using GUID</documentation><input message="tns:SunstatsGUIDIn"/><output message="tns:SunstatsGUIDOut"/></operation></portType><binding name="servicesAPIBinding" type="tns:servicesAPIPort"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="getKey"><soap:operation soapAction="https://sso.floridarealtors.org/services#getKey"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation><operation name="authenticationkey"><soap:operation soapAction="https://sso.floridarealtors.org/services#authenticationkey"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation><operation name="LoginGUID"><soap:operation soapAction="https://sso.floridarealtors.org/services#LoginGUID"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation><operation name="FRLogin"><soap:operation soapAction="https://sso.floridarealtors.org/services#FRLogin"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation><operation name="SunstatsLogin"><soap:operation soapAction="https://sso.floridarealtors.org/services#SunstatsLogin"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation><operation name="SunstatsGUID"><soap:operation soapAction="https://sso.floridarealtors.org/services#SunstatsGUID"/><input><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></input><output><soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="https://sso.floridarealtors.org/services"/></output></operation></binding><service name="servicesAPIService"><port name="servicesAPIPort" binding="tns:servicesAPIBinding"><soap:address location="https://sso.floridarealtors.org/services"/></port></service><message name="getKeyIn"><part name="Login" type="xsd:string"/><part name="Password" type="xsd:string"/><part name="SystemID" type="xsd:string"/><part name="NRDSID" type="xsd:string"/><part name="LastName" type="xsd:string"/><part name="FirstName" type="xsd:string"/><part name="ListingID" type="xsd:string"/></message><message name="getKeyOut"><part name="return" type="tns:MLSAStruct"/></message><message name="authenticationkeyIn"><part name="userid" type="xsd:string"/></message><message name="authenticationkeyOut"><part name="return" type="xsd:string"/></message><message name="LoginGUIDIn"><part name="userid" type="xsd:string"/><part name="password" type="xsd:string"/><part name="NRDSID" type="xsd:string"/><part name="SystemID" type="xsd:string"/><part name="FirstName" type="xsd:string"/><part name="LastName" type="xsd:string"/><part name="listing" type="xsd:string"/></message><message name="LoginGUIDOut"><part name="return" type="tns:MLSAStruct"/></message><message name="FRLoginIn"><part name="userid" type="xsd:string"/><part name="password" type="xsd:string"/><part name="NRDSID" type="xsd:string"/><part name="SystemID" type="xsd:string"/><part name="FirstName" type="xsd:string"/><part name="LastName" type="xsd:string"/></message><message name="FRLoginOut"><part name="return" type="tns:MLSAStruct"/></message><message name="SunstatsLoginIn"><part name="Login" type="xsd:string"/><part name="Password" type="xsd:string"/><part name="SystemID" type="xsd:string"/><part name="NRDSID" type="xsd:string"/><part name="LastName" type="xsd:string"/><part name="FirstName" type="xsd:string"/></message><message name="SunstatsLoginOut"><part name="return" type="tns:MLSAStruct"/></message><message name="SunstatsGUIDIn"><part name="userid" type="xsd:string"/><part name="password" type="xsd:string"/><part name="NRDSID" type="xsd:string"/><part name="SystemID" type="xsd:string"/><part name="FirstName" type="xsd:string"/><part name="LastName" type="xsd:string"/></message><message name="SunstatsGUIDOut"><part name="return" type="tns:MLSAStruct"/></message></definitions>
