<?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://clearforest.com/" 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://clearforest.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://clearforest.com/">
      <s:element name="TagIT">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="UID" type="s:long" />
            <s:element minOccurs="0" maxOccurs="1" name="content" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="typeID" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TagITResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TagITResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="TagITSoapIn">
    <wsdl:part name="parameters" element="tns:TagIT" />
  </wsdl:message>
  <wsdl:message name="TagITSoapOut">
    <wsdl:part name="parameters" element="tns:TagITResponse" />
  </wsdl:message>
  <wsdl:message name="TagITHttpGetIn">
    <wsdl:part name="UID" type="s:string" />
    <wsdl:part name="content" type="s:string" />
    <wsdl:part name="typeID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TagITHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="TagITHttpPostIn">
    <wsdl:part name="UID" type="s:string" />
    <wsdl:part name="content" type="s:string" />
    <wsdl:part name="typeID" type="s:string" />
  </wsdl:message>
  <wsdl:message name="TagITHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="SWSBSNSoap">
    <wsdl:operation name="TagIT">
      <wsdl:input message="tns:TagITSoapIn" />
      <wsdl:output message="tns:TagITSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SWSBSNHttpGet">
    <wsdl:operation name="TagIT">
      <wsdl:input message="tns:TagITHttpGetIn" />
      <wsdl:output message="tns:TagITHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SWSBSNHttpPost">
    <wsdl:operation name="TagIT">
      <wsdl:input message="tns:TagITHttpPostIn" />
      <wsdl:output message="tns:TagITHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SWSBSNSoap" type="tns:SWSBSNSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="TagIT">
      <soap:operation soapAction="http://clearforest.com/TagIT" 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="SWSBSNSoap12" type="tns:SWSBSNSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="TagIT">
      <soap12:operation soapAction="http://clearforest.com/TagIT" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SWSBSNHttpGet" type="tns:SWSBSNHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="TagIT">
      <http:operation location="/TagIT" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SWSBSNHttpPost" type="tns:SWSBSNHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="TagIT">
      <http:operation location="/TagIT" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SWSBSN">
    <wsdl:port name="SWSBSNSoap" binding="tns:SWSBSNSoap">
      <soap:address location="http://sws.clearforest.com/ws/sws.asmx" />
    </wsdl:port>
    <wsdl:port name="SWSBSNSoap12" binding="tns:SWSBSNSoap12">
      <soap12:address location="http://sws.clearforest.com/ws/sws.asmx" />
    </wsdl:port>
    <wsdl:port name="SWSBSNHttpGet" binding="tns:SWSBSNHttpGet">
      <http:address location="http://sws.clearforest.com/ws/sws.asmx" />
    </wsdl:port>
    <wsdl:port name="SWSBSNHttpPost" binding="tns:SWSBSNHttpPost">
      <http:address location="http://sws.clearforest.com/ws/sws.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>