<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:org:mindswap:services:AddressPhotoService" xmlns:impl="urn:org:mindswap:services:AddressPhotoService-impl" xmlns:intf="urn:org:mindswap:services:AddressPhotoService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns1="urn:org:mindswap:services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
 <wsdl:types>
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:org:mindswap:services">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="Address">
    <sequence>
     <element name="street" nillable="true" type="soapenc:string"/>
     <element name="city" nillable="true" type="soapenc:string"/>
     <element name="state" nillable="true" type="soapenc:string"/>
     <element name="zipCode" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
   <element name="Address" nillable="true" type="tns1:Address"/>
  </schema>
 </wsdl:types>

   <wsdl:message name="getPhotoResponse">

      <wsdl:part name="return" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getPhotoRequest">

      <wsdl:part name="in0" type="tns1:Address"/>

   </wsdl:message>

   <wsdl:portType name="AddressPhotoService">

      <wsdl:operation name="getPhoto" parameterOrder="in0">

         <wsdl:input name="getPhotoRequest" message="intf:getPhotoRequest"/>

         <wsdl:output name="getPhotoResponse" message="intf:getPhotoResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="rpcrouterSoapBinding" type="intf:AddressPhotoService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getPhoto">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPhotoRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:org:mindswap:services:AddressPhotoService"/>

         </wsdl:input>

         <wsdl:output name="getPhotoResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:org:mindswap:services:AddressPhotoService"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="AddressPhotoServiceService">

      <wsdl:port name="rpcrouter" binding="intf:rpcrouterSoapBinding">

         <wsdlsoap:address location="http://www.mindswap.org:8080/soap/servlet/rpcrouter"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

