git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2788 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
77a59a115d
commit
a9cc6df21b
@ -0,0 +1,115 @@
|
||||
<?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.2RC2
|
||||
Built on Nov 16, 2004 (12:19:44 EST)-->
|
||||
<wsdl:message name="pauseCrawlingResponse">
|
||||
</wsdl:message>
|
||||
<wsdl:message name="pauseResumeCrawlingResponse">
|
||||
</wsdl:message>
|
||||
<wsdl:message name="resumeCrawlingRequest">
|
||||
</wsdl:message>
|
||||
<wsdl:message name="crawlSingleUrlResponse">
|
||||
<wsdl:part name="crawlSingleUrlReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="crawlSingleUrlRequest">
|
||||
<wsdl:part name="crawlingURL" type="soapenc:string"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="crawlingRequest">
|
||||
<wsdl:part name="crawlingURL" type="soapenc:string"/>
|
||||
<wsdl:part name="crawljobTitel" type="soapenc:string"/>
|
||||
<wsdl:part name="crawlingDepth" type="soapenc:int"/>
|
||||
<wsdl:part name="crawlingFilter" type="soapenc:string"/>
|
||||
<wsdl:part name="localIndexing" type="soapenc:boolean"/>
|
||||
<wsdl:part name="crawlingQ" type="soapenc:boolean"/>
|
||||
<wsdl:part name="storeHTCache" type="soapenc:boolean"/>
|
||||
<wsdl:part name="crawlOrder" type="soapenc:boolean"/>
|
||||
<wsdl:part name="crawlOrderIntention" type="soapenc:string"/>
|
||||
<wsdl:part name="xsstopw" type="soapenc:boolean"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="resumeCrawlingResponse">
|
||||
</wsdl:message>
|
||||
<wsdl:message name="pauseResumeCrawlingRequest">
|
||||
<wsdl:part name="localCrawl" type="soapenc:boolean"/>
|
||||
<wsdl:part name="remoteTriggeredCrawl" type="soapenc:boolean"/>
|
||||
<wsdl:part name="globalCrawlTrigger" type="soapenc:boolean"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="pauseCrawlingRequest">
|
||||
</wsdl:message>
|
||||
<wsdl:message name="crawlingResponse">
|
||||
<wsdl:part name="crawlingReturn" type="apachesoap:Document"/>
|
||||
</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="resumeCrawling">
|
||||
<wsdl:input message="impl:resumeCrawlingRequest" name="resumeCrawlingRequest"/>
|
||||
<wsdl:output message="impl:resumeCrawlingResponse" name="resumeCrawlingResponse"/>
|
||||
</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: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="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="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: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>
|
@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="http://yacy:8080/soap/search" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://yacy:8080/soap/search" xmlns:intf="http://yacy:8080/soap/search" 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.2RC2
|
||||
Built on Nov 16, 2004 (12:19:44 EST)-->
|
||||
<wsdl:message name="urlInfoByHashRequest">
|
||||
<wsdl:part name="urlHash" type="soapenc:string"/>
|
||||
<wsdl:part name="viewMode" type="xsd:int"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="urlInfoRequest">
|
||||
<wsdl:part name="urlStr" type="soapenc:string"/>
|
||||
<wsdl:part name="viewMode" type="xsd:int"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="searchResponse">
|
||||
<wsdl:part name="searchReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="snippetResponse">
|
||||
<wsdl:part name="snippetReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="urlInfoByHashResponse">
|
||||
<wsdl:part name="urlInfoByHashReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="snippetRequest">
|
||||
<wsdl:part name="url" type="soapenc:string"/>
|
||||
<wsdl:part name="searchString" type="soapenc:string"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="urlInfoResponse">
|
||||
<wsdl:part name="urlInfoReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="searchRequest">
|
||||
<wsdl:part name="searchString" type="soapenc:string"/>
|
||||
<wsdl:part name="maxSearchCount" type="xsd:int"/>
|
||||
<wsdl:part name="searchOrder" type="soapenc:string"/>
|
||||
<wsdl:part name="searchMode" type="soapenc:string"/>
|
||||
<wsdl:part name="maxSearchTime" type="xsd:int"/>
|
||||
<wsdl:part name="urlMask" type="xsd:boolean"/>
|
||||
<wsdl:part name="urlMaskfilter" type="soapenc:string"/>
|
||||
<wsdl:part name="prefermaskfilter" type="soapenc:string"/>
|
||||
<wsdl:part name="category" type="soapenc:string"/>
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="SearchService">
|
||||
<wsdl:operation name="search" parameterOrder="searchString maxSearchCount searchOrder searchMode maxSearchTime urlMask urlMaskfilter prefermaskfilter category">
|
||||
<wsdl:input message="impl:searchRequest" name="searchRequest"/>
|
||||
<wsdl:output message="impl:searchResponse" name="searchResponse"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="snippet" parameterOrder="url searchString">
|
||||
<wsdl:input message="impl:snippetRequest" name="snippetRequest"/>
|
||||
<wsdl:output message="impl:snippetResponse" name="snippetResponse"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="urlInfo" parameterOrder="urlStr viewMode">
|
||||
<wsdl:input message="impl:urlInfoRequest" name="urlInfoRequest"/>
|
||||
<wsdl:output message="impl:urlInfoResponse" name="urlInfoResponse"/>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="urlInfoByHash" parameterOrder="urlHash viewMode">
|
||||
<wsdl:input message="impl:urlInfoByHashRequest" name="urlInfoByHashRequest"/>
|
||||
<wsdl:output message="impl:urlInfoByHashResponse" name="urlInfoByHashResponse"/>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="searchSoapBinding" type="impl:SearchService">
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
<wsdl:operation name="search">
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
<wsdl:input name="searchRequest">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="searchResponse">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/search" use="encoded"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="snippet">
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
<wsdl:input name="snippetRequest">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="snippetResponse">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/search" use="encoded"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="urlInfo">
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
<wsdl:input name="urlInfoRequest">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="urlInfoResponse">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/search" use="encoded"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
<wsdl:operation name="urlInfoByHash">
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
<wsdl:input name="urlInfoByHashRequest">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="urlInfoByHashResponse">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/search" use="encoded"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="SearchServiceService">
|
||||
<wsdl:port binding="impl:searchSoapBinding" name="search">
|
||||
<wsdlsoap:address location="http://yacy:8080/soap/search"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<wsdl:definitions targetNamespace="http://yacy:8080/soap/status" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://yacy:8080/soap/status" xmlns:intf="http://yacy:8080/soap/status" 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.2RC2
|
||||
Built on Nov 16, 2004 (12:19:44 EST)-->
|
||||
<wsdl:message name="networkResponse">
|
||||
<wsdl:part name="networkReturn" type="apachesoap:Document"/>
|
||||
</wsdl:message>
|
||||
<wsdl:message name="networkRequest">
|
||||
</wsdl:message>
|
||||
<wsdl:portType name="StatusService">
|
||||
<wsdl:operation name="network">
|
||||
<wsdl:input message="impl:networkRequest" name="networkRequest"/>
|
||||
<wsdl:output message="impl:networkResponse" name="networkResponse"/>
|
||||
</wsdl:operation>
|
||||
</wsdl:portType>
|
||||
<wsdl:binding name="statusSoapBinding" type="impl:StatusService">
|
||||
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
||||
<wsdl:operation name="network">
|
||||
<wsdlsoap:operation soapAction=""/>
|
||||
<wsdl:input name="networkRequest">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://services.soap.anomic.de" use="encoded"/>
|
||||
</wsdl:input>
|
||||
<wsdl:output name="networkResponse">
|
||||
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://yacy:8080/soap/status" use="encoded"/>
|
||||
</wsdl:output>
|
||||
</wsdl:operation>
|
||||
</wsdl:binding>
|
||||
<wsdl:service name="StatusServiceService">
|
||||
<wsdl:port binding="impl:statusSoapBinding" name="status">
|
||||
<wsdlsoap:address location="http://yacy:8080/soap/status"/>
|
||||
</wsdl:port>
|
||||
</wsdl:service>
|
||||
</wsdl:definitions>
|
Loading…
Reference in new issue