<?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/StatesService" 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/StatesService"><types><xsd:schema targetNamespace="http://rightactionscript.com/webservices/StatesService"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
 <xsd:complexType name="areaArray">
  <xsd:complexContent>
   <xsd:restriction base="SOAP-ENC:Array">
    <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
   </xsd:restriction>
  </xsd:complexContent>
 </xsd:complexType>
</xsd:schema>
</types><message name="getCountriesRequest"></message><message name="getCountriesResponse"><part name="return" type="tns:areaArray" /></message><message name="getStatesRequest"><part name="country" type="xsd:string" /></message><message name="getStatesResponse"><part name="return" type="tns:areaArray" /></message><portType name="StatesServicePortType"><operation name="getCountries"><input message="tns:getCountriesRequest"/><output message="tns:getCountriesResponse"/></operation><operation name="getStates"><input message="tns:getStatesRequest"/><output message="tns:getStatesResponse"/></operation></portType><binding name="StatesServiceBinding" type="tns:StatesServicePortType"><soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/><operation name="getCountries"><soap:operation soapAction="http://rightactionscript.com/states/webservice/StatesService.php/getCountries" style="rpc"/><input><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/StatesService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/StatesService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation><operation name="getStates"><soap:operation soapAction="http://rightactionscript.com/states/webservice/StatesService.php/getStates" style="rpc"/><input><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/StatesService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input><output><soap:body use="encoded" namespace="http://rightactionscript.com/webservices/StatesService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output></operation></binding><service name="StatesService"><port name="StatesServicePort" binding="tns:StatesServiceBinding"><soap:address location="http://rightactionscript.com/states/webservice/StatesService.php"/></port></service></definitions>