<?xml version="1.0" encoding="ISO-8859-1"?><definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:si="http://soapinterop.org/xsd" xmlns:tns="http://rightactionscript.com/webservices/FlashSurvey" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://rightactionscript.com/webservices/FlashSurvey"><types><xsd:schema targetNamespace="http://rightactionscript.com/webservices/FlashSurvey"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="Averages">
  <xsd:all>
   <xsd:element name="flash" type="xsd:float"/>
   <xsd:element name="actionscript" type="xsd:float"/>
   <xsd:element name="message" type="xsd:string"/>
  </xsd:all>
 </xsd:complexType>
</xsd:schema>
</types><message name="getAveragesRequest"></message><message name="getAveragesResponse"><part name="return" type="tns:Averages" /></message><message name="takeSurveyRequest"><part name="years_flash" type="xsd:int" /><part name="years_actionscript" type="xsd:int" /></message><message name="takeSurveyResponse"><part name="return" type="xsd:boolean" /></message><portType name="FlashSurveyPortType"><operation name="getAverages"><input message="tns:getAveragesRequest"/><output message="tns:getAveragesResponse"/></operation><operation name="takeSurvey"><input message="tns:takeSurveyRequest"/><output message="tns:takeSurveyResponse"/></operation></portType><binding name="FlashSurveyBinding" type="tns:FlashSurveyPortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="getAverages"><soap:operation soapAction="http://rightactionscript.com/webservices/FlashSurvey.php/getAverages" style="rpc"/><input><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/FlashSurvey" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/FlashSurvey" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="takeSurvey"><soap:operation soapAction="http://rightactionscript.com/webservices/FlashSurvey.php/takeSurvey" style="rpc"/><input><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/FlashSurvey" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/FlashSurvey" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="FlashSurvey"><port name="FlashSurveyPort" binding="tns:FlashSurveyBinding"><soap:address location="http://rightactionscript.com/webservices/FlashSurvey.php"/></port></service></definitions>