You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
168 lines
8.6 KiB
168 lines
8.6 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions targetNamespace="http://yacy:8080/soap/crawl" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://yacy:8080/soap/crawl" xmlns:intf="http://yacy:8080/soap/crawl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><!--WSDL created by Apache Axis version: 1.4
|
|
Built on Apr 22, 2006 (06:55:48 PDT)-->
|
|
<wsdl:message name="pauseResumeCrawlingResponse">
|
|
</wsdl:message>
|
|
<wsdl:message name="crawlSingleUrlRequest">
|
|
<wsdl:part name="crawlingURL" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="createNewXMLDocumentResponse">
|
|
<wsdl:part name="createNewXMLDocumentReturn" type="apachesoap:Document"/>
|
|
</wsdl:message>
|
|
|
|
<wsdl:message name="resumeCrawlingResponse">
|
|
</wsdl:message>
|
|
<wsdl:message name="pauseResumeCrawlingRequest">
|
|
<wsdl:part name="localCrawl" type="xsd:boolean"/>
|
|
<wsdl:part name="remoteTriggeredCrawl" type="xsd:boolean"/>
|
|
<wsdl:part name="globalCrawlTrigger" type="xsd:boolean"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crawlingResponse">
|
|
<wsdl:part name="crawlingReturn" type="apachesoap:Document"/>
|
|
|
|
</wsdl:message>
|
|
<wsdl:message name="getCrawlPauseResumeStateRequest">
|
|
</wsdl:message>
|
|
<wsdl:message name="getCrawlPauseResumeStateResponse">
|
|
<wsdl:part name="getCrawlPauseResumeStateReturn" type="apachesoap:Document"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="pauseCrawlingResponse">
|
|
</wsdl:message>
|
|
<wsdl:message name="resumeCrawlingRequest">
|
|
|
|
</wsdl:message>
|
|
<wsdl:message name="crawlSingleUrlResponse">
|
|
<wsdl:part name="crawlSingleUrlReturn" type="apachesoap:Document"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="createNewXMLDocumentRequest">
|
|
<wsdl:part name="rootElementName" type="xsd:string"/>
|
|
</wsdl:message>
|
|
<wsdl:message name="crawlingRequest">
|
|
<wsdl:part name="crawlingURL" type="xsd:string"/>
|
|
|
|
<wsdl:part name="crawljobTitel" type="xsd:string"/>
|
|
<wsdl:part name="crawlingDepth" type="xsd:int"/>
|
|
<wsdl:part name="crawlingFilter" type="xsd:string"/>
|
|
<wsdl:part name="localIndexing" type="xsd:boolean"/>
|
|
<wsdl:part name="crawlingQ" type="xsd:boolean"/>
|
|
<wsdl:part name="storeHTCache" type="xsd:boolean"/>
|
|
<wsdl:part name="crawlOrder" type="xsd:boolean"/>
|
|
<wsdl:part name="crawlOrderIntention" type="xsd:string"/>
|
|
<wsdl:part name="xsstopw" type="xsd:boolean"/>
|
|
|
|
</wsdl:message>
|
|
<wsdl:message name="pauseCrawlingRequest">
|
|
</wsdl:message>
|
|
<wsdl:portType name="CrawlService">
|
|
<wsdl:operation name="crawlSingleUrl" parameterOrder="crawlingURL">
|
|
<wsdl:input message="impl:crawlSingleUrlRequest" name="crawlSingleUrlRequest"/>
|
|
<wsdl:output message="impl:crawlSingleUrlResponse" name="crawlSingleUrlResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crawling" parameterOrder="crawlingURL crawljobTitel crawlingDepth crawlingFilter localIndexing crawlingQ storeHTCache crawlOrder crawlOrderIntention xsstopw">
|
|
|
|
<wsdl:input message="impl:crawlingRequest" name="crawlingRequest"/>
|
|
<wsdl:output message="impl:crawlingResponse" name="crawlingResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="pauseCrawling">
|
|
<wsdl:input message="impl:pauseCrawlingRequest" name="pauseCrawlingRequest"/>
|
|
<wsdl:output message="impl:pauseCrawlingResponse" name="pauseCrawlingResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="pauseResumeCrawling" parameterOrder="localCrawl remoteTriggeredCrawl globalCrawlTrigger">
|
|
<wsdl:input message="impl:pauseResumeCrawlingRequest" name="pauseResumeCrawlingRequest"/>
|
|
|
|
<wsdl:output message="impl:pauseResumeCrawlingResponse" name="pauseResumeCrawlingResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resumeCrawling">
|
|
<wsdl:input message="impl:resumeCrawlingRequest" name="resumeCrawlingRequest"/>
|
|
<wsdl:output message="impl:resumeCrawlingResponse" name="resumeCrawlingResponse"/>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCrawlPauseResumeState">
|
|
<wsdl:input message="impl:getCrawlPauseResumeStateRequest" name="getCrawlPauseResumeStateRequest"/>
|
|
<wsdl:output message="impl:getCrawlPauseResumeStateResponse" name="getCrawlPauseResumeStateResponse"/>
|
|
|
|
</wsdl:operation>
|
|
<wsdl:operation name="createNewXMLDocument" parameterOrder="rootElementName">
|
|
<wsdl:input message="impl:createNewXMLDocumentRequest" name="createNewXMLDocumentRequest"/>
|
|
<wsdl:output message="impl:createNewXMLDocumentResponse" name="createNewXMLDocumentResponse"/>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="crawlSoapBinding" type="impl:CrawlService">
|
|
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="crawlSingleUrl">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="crawlSingleUrlRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="crawlSingleUrlResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="crawling">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="crawlingRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="crawlingResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="pauseCrawling">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="pauseCrawlingRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="pauseCrawlingResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="pauseResumeCrawling">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="pauseResumeCrawlingRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="pauseResumeCrawlingResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="resumeCrawling">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="resumeCrawlingRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="resumeCrawlingResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getCrawlPauseResumeState">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="getCrawlPauseResumeStateRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="getCrawlPauseResumeStateResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="createNewXMLDocument">
|
|
|
|
<wsdlsoap:operation soapAction=""/>
|
|
<wsdl:input name="createNewXMLDocumentRequest">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.anomic.de" use="encoded"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="createNewXMLDocumentResponse">
|
|
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/crawl" use="encoded"/>
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
|
|
<wsdl:service name="CrawlServiceService">
|
|
<wsdl:port binding="impl:crawlSoapBinding" name="crawl">
|
|
<wsdlsoap:address location="http://yacy:8080/soap/crawl"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |