<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://services.nirvanix.com/ws/Sharing" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://services.nirvanix.com/ws/Sharing" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://services.nirvanix.com/ws/Sharing">
      <s:element name="ListHostedItems">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionToken" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="pageNumber" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="pageSize" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListHostedItemsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListHostedItemsResult" type="tns:ArrayOfHostedItem" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfHostedItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="HostedItem" nillable="true" type="tns:HostedItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="HostedItem">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="IsFile" type="s:boolean" />
          <s:element minOccurs="0" maxOccurs="1" name="SharePath" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreateHostedItem">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionToken" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sharePath" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreateHostedItemResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreateHostedItemResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RemoveHostedItem">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sessionToken" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sharePath" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="RemoveHostedItemResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ListHostedItemsSoapIn">
    <wsdl:part name="parameters" element="tns:ListHostedItems" />
  </wsdl:message>
  <wsdl:message name="ListHostedItemsSoapOut">
    <wsdl:part name="parameters" element="tns:ListHostedItemsResponse" />
  </wsdl:message>
  <wsdl:message name="CreateHostedItemSoapIn">
    <wsdl:part name="parameters" element="tns:CreateHostedItem" />
  </wsdl:message>
  <wsdl:message name="CreateHostedItemSoapOut">
    <wsdl:part name="parameters" element="tns:CreateHostedItemResponse" />
  </wsdl:message>
  <wsdl:message name="RemoveHostedItemSoapIn">
    <wsdl:part name="parameters" element="tns:RemoveHostedItem" />
  </wsdl:message>
  <wsdl:message name="RemoveHostedItemSoapOut">
    <wsdl:part name="parameters" element="tns:RemoveHostedItemResponse" />
  </wsdl:message>
  <wsdl:portType name="SharingSoap">
    <wsdl:operation name="ListHostedItems">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Lists the hosted files.</wsdl:documentation>
      <wsdl:input message="tns:ListHostedItemsSoapIn" />
      <wsdl:output message="tns:ListHostedItemsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreateHostedItem">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Hosts the file or folder at the path provided.</wsdl:documentation>
      <wsdl:input message="tns:CreateHostedItemSoapIn" />
      <wsdl:output message="tns:CreateHostedItemSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="RemoveHostedItem">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Removes file or folder at the path provided from the hosted list.</wsdl:documentation>
      <wsdl:input message="tns:RemoveHostedItemSoapIn" />
      <wsdl:output message="tns:RemoveHostedItemSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SharingSoap" type="tns:SharingSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ListHostedItems">
      <soap:operation soapAction="http://services.nirvanix.com/ws/Sharing/ListHostedItems" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateHostedItem">
      <soap:operation soapAction="http://services.nirvanix.com/ws/Sharing/CreateHostedItem" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RemoveHostedItem">
      <soap:operation soapAction="http://services.nirvanix.com/ws/Sharing/RemoveHostedItem" 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="SharingSoap12" type="tns:SharingSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ListHostedItems">
      <soap12:operation soapAction="http://services.nirvanix.com/ws/Sharing/ListHostedItems" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateHostedItem">
      <soap12:operation soapAction="http://services.nirvanix.com/ws/Sharing/CreateHostedItem" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="RemoveHostedItem">
      <soap12:operation soapAction="http://services.nirvanix.com/ws/Sharing/RemoveHostedItem" 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="Sharing">
    <wsdl:port name="SharingSoap" binding="tns:SharingSoap">
      <soap:address location="http://services.nirvanix.com/ws/Sharing.asmx" />
    </wsdl:port>
    <wsdl:port name="SharingSoap12" binding="tns:SharingSoap12">
      <soap12:address location="http://services.nirvanix.com/ws/Sharing.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>