<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:tns="http://www.barracuda-server.com/lsoap/default/Info"
  targetNamespace="http://www.barracuda-server.com/lsoap/default/Info"
  >
<wsdl:message name='DateRequest'>
</wsdl:message>
<wsdl:message name='DateResponse'>
<wsdl:part name='return' type='xs:date'/>
</wsdl:message>
<wsdl:portType name='InfoInterface'>
<wsdl:operation name="Date">
<wsdl:input message="tns:DateRequest" />
<wsdl:output message="tns:DateResponse" />
</wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="InfoSoapHttpBinding" type="tns:InfoInterface">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="Date">
<soap:operation soapAction="http://www.barracuda-server.com/lsoap/#Date"/>
<wsdl:input><soap:body use="literal" /></wsdl:input>
<wsdl:output><soap:body use="literal" /></wsdl:output>
</wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="InfoRpcService">
    <wsdl:port name="InfoEndpoint" binding="tns:InfoSoapHttpBinding">
      <soap:address location="http://barracudaserver.com/examples/soap/date/Info.rpc"/>
    </wsdl:port>
 </wsdl:service>
</wsdl:definitions>
