Service
Click here for a complete list of operations.
GetOtherDocsByOwner
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: soap.docstoc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://soap.docstoc.com/GetOtherDocsByOwner"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetOtherDocsByOwner xmlns="http://soap.docstoc.com/">
<key>string</key>
<ticket>string</ticket>
<docId>int</docId>
<pageNumber>int</pageNumber>
<pageSize>int</pageSize>
<sortBy>int</sortBy>
<desc>boolean</desc>
</GetOtherDocsByOwner>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetOtherDocsByOwnerResponse xmlns="http://soap.docstoc.com/">
<GetOtherDocsByOwnerResult>
<Explain>
<Explain>
<DocumentID>int</DocumentID>
<LuceneScore>float</LuceneScore>
<LuceneNodeScore>float</LuceneNodeScore>
<LuceneNodeName>string</LuceneNodeName>
<LuceneExplainText>string</LuceneExplainText>
<LuceneExplainHtml>string</LuceneExplainHtml>
</Explain>
<Explain>
<DocumentID>int</DocumentID>
<LuceneScore>float</LuceneScore>
<LuceneNodeScore>float</LuceneNodeScore>
<LuceneNodeName>string</LuceneNodeName>
<LuceneExplainText>string</LuceneExplainText>
<LuceneExplainHtml>string</LuceneExplainHtml>
</Explain>
</Explain>
<Documents>
<DocumentListItem>
<DocID>int</DocID>
<MemID>int</MemID>
<Title>string</Title>
<Filename>string</Filename>
<DisplayName>string</DisplayName>
<Description>string</Description>
<Tags>string</Tags>
<DateUploaded>dateTime</DateUploaded>
<ProcessingStatus>NotProcessed or Complete or CannotConvertToPDF or CannotConvertToSwf or FileNotFound</ProcessingStatus>
<UrlParams>string</UrlParams>
<DocLanguage>string</DocLanguage>
<CategoryName>string</CategoryName>
<ScName>string</ScName>
<Sc2Name>string</Sc2Name>
<CategoryID>int</CategoryID>
<ScID>int</ScID>
<Sc2ID>int</Sc2ID>
<DateUpdated>dateTime</DateUpdated>
<License>PublicDomain or Attribution or AttributionNoDerivs or AttributionShareAlike or AttributionNonCommercial or AttributionNonCommercialShareAlike or AttributionNonCommercialNoDerivs or TraditionalCopyright</License>
<IsSelected>boolean</IsSelected>
<DocumentURL>string</DocumentURL>
<DocType>int</DocType>
<IsPrivate>boolean</IsPrivate>
<IsPaidDoc>boolean</IsPaidDoc>
<IsProDoc>boolean</IsProDoc>
<BasePrice>double</BasePrice>
<NumberOfPages>int</NumberOfPages>
<DailyViewCount>int</DailyViewCount>
<DailyDownloadCount>int</DailyDownloadCount>
<DailyLikesCount>int</DailyLikesCount>
<WeeklyViewCount>int</WeeklyViewCount>
<WeeklyDownloadCount>int</WeeklyDownloadCount>
<WeeklyLikesCount>int</WeeklyLikesCount>
<PrintAttemptCount>int</PrintAttemptCount>
<DownloadAttemptCount>int</DownloadAttemptCount>
<MemName>string</MemName>
<BookmarksCount>int</BookmarksCount>
<ViewCount>int</ViewCount>
<DownloadCount>int</DownloadCount>
<LikesCount>int</LikesCount>
</DocumentListItem>
<DocumentListItem>
<DocID>int</DocID>
<MemID>int</MemID>
<Title>string</Title>
<Filename>string</Filename>
<DisplayName>string</DisplayName>
<Description>string</Description>
<Tags>string</Tags>
<DateUploaded>dateTime</DateUploaded>
<ProcessingStatus>NotProcessed or Complete or CannotConvertToPDF or CannotConvertToSwf or FileNotFound</ProcessingStatus>
<UrlParams>string</UrlParams>
<DocLanguage>string</DocLanguage>
<CategoryName>string</CategoryName>
<ScName>string</ScName>
<Sc2Name>string</Sc2Name>
<CategoryID>int</CategoryID>
<ScID>int</ScID>
<Sc2ID>int</Sc2ID>
<DateUpdated>dateTime</DateUpdated>
<License>PublicDomain or Attribution or AttributionNoDerivs or AttributionShareAlike or AttributionNonCommercial or AttributionNonCommercialShareAlike or AttributionNonCommercialNoDerivs or TraditionalCopyright</License>
<IsSelected>boolean</IsSelected>
<DocumentURL>string</DocumentURL>
<DocType>int</DocType>
<IsPrivate>boolean</IsPrivate>
<IsPaidDoc>boolean</IsPaidDoc>
<IsProDoc>boolean</IsProDoc>
<BasePrice>double</BasePrice>
<NumberOfPages>int</NumberOfPages>
<DailyViewCount>int</DailyViewCount>
<DailyDownloadCount>int</DailyDownloadCount>
<DailyLikesCount>int</DailyLikesCount>
<WeeklyViewCount>int</WeeklyViewCount>
<WeeklyDownloadCount>int</WeeklyDownloadCount>
<WeeklyLikesCount>int</WeeklyLikesCount>
<PrintAttemptCount>int</PrintAttemptCount>
<DownloadAttemptCount>int</DownloadAttemptCount>
<MemName>string</MemName>
<BookmarksCount>int</BookmarksCount>
<ViewCount>int</ViewCount>
<DownloadCount>int</DownloadCount>
<LikesCount>int</LikesCount>
</DocumentListItem>
</Documents>
<Source>NotSet or Lucene or Database or Cache</Source>
<ResultType>NotSet or Complete or Partial or Timeout or Busy or DbTimeout or NoDbData or Exception</ResultType>
<TotalResults>int</TotalResults>
<StartIndex>int</StartIndex>
<ExceptionMessage>string</ExceptionMessage>
<ExplainText>string</ExplainText>
</GetOtherDocsByOwnerResult>
</GetOtherDocsByOwnerResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /service.asmx HTTP/1.1
Host: soap.docstoc.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetOtherDocsByOwner xmlns="http://soap.docstoc.com/">
<key>string</key>
<ticket>string</ticket>
<docId>int</docId>
<pageNumber>int</pageNumber>
<pageSize>int</pageSize>
<sortBy>int</sortBy>
<desc>boolean</desc>
</GetOtherDocsByOwner>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetOtherDocsByOwnerResponse xmlns="http://soap.docstoc.com/">
<GetOtherDocsByOwnerResult>
<Explain>
<Explain>
<DocumentID>int</DocumentID>
<LuceneScore>float</LuceneScore>
<LuceneNodeScore>float</LuceneNodeScore>
<LuceneNodeName>string</LuceneNodeName>
<LuceneExplainText>string</LuceneExplainText>
<LuceneExplainHtml>string</LuceneExplainHtml>
</Explain>
<Explain>
<DocumentID>int</DocumentID>
<LuceneScore>float</LuceneScore>
<LuceneNodeScore>float</LuceneNodeScore>
<LuceneNodeName>string</LuceneNodeName>
<LuceneExplainText>string</LuceneExplainText>
<LuceneExplainHtml>string</LuceneExplainHtml>
</Explain>
</Explain>
<Documents>
<DocumentListItem>
<DocID>int</DocID>
<MemID>int</MemID>
<Title>string</Title>
<Filename>string</Filename>
<DisplayName>string</DisplayName>
<Description>string</Description>
<Tags>string</Tags>
<DateUploaded>dateTime</DateUploaded>
<ProcessingStatus>NotProcessed or Complete or CannotConvertToPDF or CannotConvertToSwf or FileNotFound</ProcessingStatus>
<UrlParams>string</UrlParams>
<DocLanguage>string</DocLanguage>
<CategoryName>string</CategoryName>
<ScName>string</ScName>
<Sc2Name>string</Sc2Name>
<CategoryID>int</CategoryID>
<ScID>int</ScID>
<Sc2ID>int</Sc2ID>
<DateUpdated>dateTime</DateUpdated>
<License>PublicDomain or Attribution or AttributionNoDerivs or AttributionShareAlike or AttributionNonCommercial or AttributionNonCommercialShareAlike or AttributionNonCommercialNoDerivs or TraditionalCopyright</License>
<IsSelected>boolean</IsSelected>
<DocumentURL>string</DocumentURL>
<DocType>int</DocType>
<IsPrivate>boolean</IsPrivate>
<IsPaidDoc>boolean</IsPaidDoc>
<IsProDoc>boolean</IsProDoc>
<BasePrice>double</BasePrice>
<NumberOfPages>int</NumberOfPages>
<DailyViewCount>int</DailyViewCount>
<DailyDownloadCount>int</DailyDownloadCount>
<DailyLikesCount>int</DailyLikesCount>
<WeeklyViewCount>int</WeeklyViewCount>
<WeeklyDownloadCount>int</WeeklyDownloadCount>
<WeeklyLikesCount>int</WeeklyLikesCount>
<PrintAttemptCount>int</PrintAttemptCount>
<DownloadAttemptCount>int</DownloadAttemptCount>
<MemName>string</MemName>
<BookmarksCount>int</BookmarksCount>
<ViewCount>int</ViewCount>
<DownloadCount>int</DownloadCount>
<LikesCount>int</LikesCount>
</DocumentListItem>
<DocumentListItem>
<DocID>int</DocID>
<MemID>int</MemID>
<Title>string</Title>
<Filename>string</Filename>
<DisplayName>string</DisplayName>
<Description>string</Description>
<Tags>string</Tags>
<DateUploaded>dateTime</DateUploaded>
<ProcessingStatus>NotProcessed or Complete or CannotConvertToPDF or CannotConvertToSwf or FileNotFound</ProcessingStatus>
<UrlParams>string</UrlParams>
<DocLanguage>string</DocLanguage>
<CategoryName>string</CategoryName>
<ScName>string</ScName>
<Sc2Name>string</Sc2Name>
<CategoryID>int</CategoryID>
<ScID>int</ScID>
<Sc2ID>int</Sc2ID>
<DateUpdated>dateTime</DateUpdated>
<License>PublicDomain or Attribution or AttributionNoDerivs or AttributionShareAlike or AttributionNonCommercial or AttributionNonCommercialShareAlike or AttributionNonCommercialNoDerivs or TraditionalCopyright</License>
<IsSelected>boolean</IsSelected>
<DocumentURL>string</DocumentURL>
<DocType>int</DocType>
<IsPrivate>boolean</IsPrivate>
<IsPaidDoc>boolean</IsPaidDoc>
<IsProDoc>boolean</IsProDoc>
<BasePrice>double</BasePrice>
<NumberOfPages>int</NumberOfPages>
<DailyViewCount>int</DailyViewCount>
<DailyDownloadCount>int</DailyDownloadCount>
<DailyLikesCount>int</DailyLikesCount>
<WeeklyViewCount>int</WeeklyViewCount>
<WeeklyDownloadCount>int</WeeklyDownloadCount>
<WeeklyLikesCount>int</WeeklyLikesCount>
<PrintAttemptCount>int</PrintAttemptCount>
<DownloadAttemptCount>int</DownloadAttemptCount>
<MemName>string</MemName>
<BookmarksCount>int</BookmarksCount>
<ViewCount>int</ViewCount>
<DownloadCount>int</DownloadCount>
<LikesCount>int</LikesCount>
</DocumentListItem>
</Documents>
<Source>NotSet or Lucene or Database or Cache</Source>
<ResultType>NotSet or Complete or Partial or Timeout or Busy or DbTimeout or NoDbData or Exception</ResultType>
<TotalResults>int</TotalResults>
<StartIndex>int</StartIndex>
<ExceptionMessage>string</ExceptionMessage>
<ExplainText>string</ExplainText>
</GetOtherDocsByOwnerResult>
</GetOtherDocsByOwnerResponse>
</soap12:Body>
</soap12:Envelope>