<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:sc="http://www.niso.org/schemas/sushi/counter" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tns="SushiService" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SushiService" targetNamespace="SushiService">
   <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
   
   <types>
      <xsd:schema>
         <xsd:import namespace="http://www.niso.org/schemas/sushi/counter" schemaLocation="counter_sushi4_0.xsd"/>
      </xsd:schema>
   </types>
   
   <message name="GetReportIn">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
      <part element="sc:ReportRequest" name="messagePart"/>
   </message>
   
   <message name="GetReportOut">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
      <part element="sc:ReportResponse" name="messagePart"/>
   </message>

   <portType name="SushiServiceInterface">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>

      <operation name="GetReport">
         <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
         <input message="tns:GetReportIn"/>
         <output message="tns:GetReportOut"/>
      </operation>

   </portType>

   <binding name="SushiService" type="tns:SushiServiceInterface">
      <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="GetReport">
         <soap:operation soapAction="SushiService:GetReportIn" style="document"/>
         <input>
            <soap:body use="literal"/>
         </input>
         <output>
            <soap:body use="literal"/>
         </output>
      </operation>
   </binding>

   <binding name="SushiServiceSoap12" type="tns:SushiServiceInterface">
      <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="GetReport">
         <soap12:operation soapAction="SushiService:GetReportIn" style="document"/>
         <input>
            <soap12:body use="literal"/>
         </input>
         <output>
            <soap12:body use="literal"/>
         </output>
      </operation>
   </binding>

   <service name="SushiService">
      <port binding="tns:SushiService" name="SushiServicePort">
         <soap:address location="http://sushi.highwire.org/services/SushiService"/>
      </port>
   </service>

</definitions>
