<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:rubysoapservices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:rubysoapservices" xmlns:intf="urn:rubysoapservices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><wsdl:types><schema targetNamespace="urn:rubysoapservices" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="Owner"><sequence><element name="email" nillable="true" type="xsd:string"/><element name="owner_id" nillable="true" type="xsd:string"/><element name="owner_name" nillable="true" type="xsd:string"/></sequence></complexType><complexType name="Category"><sequence><element name="category_major" nillable="true" type="xsd:string"/><element name="category_minor" nillable="true" type="xsd:string"/></sequence></complexType><complexType name="Product"><sequence><element name="desc" nillable="true" type="xsd:string"/><element name="download" nillable="true" type="xsd:string"/><element name="homepage" nillable="true" type="xsd:string"/><element name="license" nillable="true" type="xsd:string"/><element name="product_name" nillable="true" type="xsd:string"/><element name="status" nillable="true" type="xsd:string"/><element name="version" nillable="true" type="xsd:string"/></sequence></complexType><complexType name="RubyInfo"><sequence><element name="ruby_category" nillable="true" type="impl:Category"/><element name="ruby_owner" nillable="true" type="impl:Owner"/><element name="ruby_product" nillable="true" type="impl:Product"/><element name="update" nillable="true" type="xsd:string"/></sequence></complexType><complexType name="ArrayOfRubyInfo"><complexContent><restriction base="soapenc:Array"><attribute ref="soapenc:arrayType" wsdl:arrayType="impl:RubyInfo[]"/></restriction></complexContent></complexType></schema></wsdl:types>
  <wsdl:message name="rubyQueryRequest">
    <wsdl:part name="in0" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="rubyQueryResponse">
    <wsdl:part name="rubyQueryReturn" type="impl:ArrayOfRubyInfo"/>
  </wsdl:message>
  <wsdl:portType name="RubySoapServiceTest">
    <wsdl:operation name="rubyQuery" parameterOrder="in0">
      <wsdl:input message="impl:rubyQueryRequest" name="rubyQueryRequest"/>
      <wsdl:output message="impl:rubyQueryResponse" name="rubyQueryResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="RubySoapServiceTestSoapBinding" type="impl:RubySoapServiceTest">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="rubyQuery">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="rubyQueryRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:rubysoapservices" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="rubyQueryResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:rubysoapservices" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="RubySoapServiceTestService">
    <wsdl:port binding="impl:RubySoapServiceTestSoapBinding" name="RubySoapServiceTest">
      <wsdlsoap:address location="http://localhost:8080/swadWP4/services/RubySoapServiceTest"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
