????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.221.124.95 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/soap/tests/bugs/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="urn:java:de.pangaea.metadataportal.search.SearchService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:java:de.pangaea.metadataportal.search.SearchService" xmlns:intf="urn:java:de.pangaea.metadataportal.search.SearchService" 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:types> <schema targetNamespace="urn:java:de.pangaea.metadataportal.search.SearchService" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="http://xml.apache.org/xml-soap"/> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="SearchRequestRange"> <sequence> <element name="field" nillable="true" type="xsd:string"/> <element name="max" nillable="true" type="xsd:anyType"/> <element name="min" nillable="true" type="xsd:anyType"/> </sequence> </complexType> <complexType name="ArrayOfSearchRequestRange"> <complexContent> <restriction base="soapenc:Array"> <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:SearchRequestRange[]"/> </restriction> </complexContent> </complexType> <complexType name="SearchRequest"> <sequence> <element name="index" nillable="true" type="xsd:string"/> <element name="queryString" nillable="true" type="xsd:string"/> <element name="ranges" nillable="true" type="impl:ArrayOfSearchRequestRange"/> </sequence> </complexType> <complexType name="SearchResponseItem"> <sequence> <element name="fields" nillable="true" type="apachesoap:Map"/> <element name="identifier" nillable="true" type="xsd:string"/> <element name="score" type="xsd:float"/> <element name="xml" nillable="true" type="xsd:string"/> </sequence> </complexType> <complexType name="ArrayOfSearchResponseItem"> <complexContent> <restriction base="soapenc:Array"> <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:SearchResponseItem[]"/> </restriction> </complexContent> </complexType> <complexType name="SearchResponse"> <sequence> <element name="offset" type="xsd:int"/> <element name="queryTime" type="xsd:long"/> <element name="results" nillable="true" type="impl:ArrayOfSearchResponseItem"/> <element name="totalCount" type="xsd:int"/> </sequence> </complexType> </schema> <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema"> <import namespace="urn:java:de.pangaea.metadataportal.search.SearchService"/> <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> <complexType name="mapItem"> <sequence> <element name="key" nillable="true" type="xsd:anyType"/> <element name="value" nillable="true" type="xsd:anyType"/> </sequence> </complexType> <complexType name="Map"> <sequence> <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/> </sequence> </complexType> </schema> </wsdl:types> <wsdl:message name="searchRequest"> <wsdl:part name="in0" type="impl:SearchRequest"/> <wsdl:part name="in1" type="xsd:int"/> <wsdl:part name="in2" type="xsd:int"/> </wsdl:message> <wsdl:message name="searchResponse"> <wsdl:part name="searchReturn" type="impl:SearchResponse"/> </wsdl:message> <wsdl:portType name="SearchServiceAxisImpl"> <wsdl:operation name="search" parameterOrder="in0 in1 in2"> <wsdl:input message="impl:searchRequest" name="searchRequest"/> <wsdl:output message="impl:searchResponse" name="searchResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="SearchSoapBinding" type="impl:SearchServiceAxisImpl"> <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="urn:java:de.pangaea.metadataportal.search.SearchService" use="encoded"/> </wsdl:input> <wsdl:output name="searchResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:java:de.pangaea.metadataportal.search.SearchService" use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="SearchServiceAxisImplService"> <wsdl:port binding="impl:SearchSoapBinding" name="Search"> <wsdlsoap:address location="test://"/> </wsdl:port> </wsdl:service> </wsdl:definitions>