<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://service.ecocoma.com/convert/unixtimestamp" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://service.ecocoma.com/convert/unixtimestamp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Unix Timestamp Convert Web Services.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://service.ecocoma.com/convert/unixtimestamp">
      <s:element name="GetSystemTime">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Time" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSystemTimeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSystemTimeResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Converter">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="result" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetUnixTime">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Time" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUnixTimeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUnixTimeResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetSystemTimeSoapIn">
    <wsdl:part name="parameters" element="tns:GetSystemTime" />
  </wsdl:message>
  <wsdl:message name="GetSystemTimeSoapOut">
    <wsdl:part name="parameters" element="tns:GetSystemTimeResponse" />
  </wsdl:message>
  <wsdl:message name="GetUnixTimeSoapIn">
    <wsdl:part name="parameters" element="tns:GetUnixTime" />
  </wsdl:message>
  <wsdl:message name="GetUnixTimeSoapOut">
    <wsdl:part name="parameters" element="tns:GetUnixTimeResponse" />
  </wsdl:message>
  <wsdl:portType name="Unix_ServiceSoap">
    <wsdl:operation name="GetSystemTime">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert UNIX timestamp to System.DateTime</wsdl:documentation>
      <wsdl:input message="tns:GetSystemTimeSoapIn" />
      <wsdl:output message="tns:GetSystemTimeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUnixTime">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert System.DateTime to UNIX timestamp</wsdl:documentation>
      <wsdl:input message="tns:GetUnixTimeSoapIn" />
      <wsdl:output message="tns:GetUnixTimeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Unix_ServiceSoap" type="tns:Unix_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSystemTime">
      <soap:operation soapAction="http://service.ecocoma.com/convert/unixtimestamp/GetSystemTime" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUnixTime">
      <soap:operation soapAction="http://service.ecocoma.com/convert/unixtimestamp/GetUnixTime" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="Unix_ServiceSoap12" type="tns:Unix_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSystemTime">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/unixtimestamp/GetSystemTime" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUnixTime">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/unixtimestamp/GetUnixTime" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Unix_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Unix Timestamp Convert Web Services.</wsdl:documentation>
    <wsdl:port name="Unix_ServiceSoap" binding="tns:Unix_ServiceSoap">
      <soap:address location="http://service.ecocoma.com/convert/unixtimestamp.asmx" />
    </wsdl:port>
    <wsdl:port name="Unix_ServiceSoap12" binding="tns:Unix_ServiceSoap12">
      <soap12:address location="http://service.ecocoma.com/convert/unixtimestamp.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>