<?xml version="1.0"?><definitions name="DBLPPlusPlus" targetNamespace="urn:DBLPPlusPlus" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:DBLPPlusPlus" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:DBLPPlusPlus">
<complexType name="Sequence2">
<all>
<element name="title" type="xsd:string" />
<element name="dblp_key" type="xsd:string" />
<element name="year" type="xsd:integer" />
<element name="conference" type="xsd:string" />
<element name="author" type="xsd:string" />
<element name="type" type="xsd:string" />
<element name="ee" type="xsd:string" />
<element name="dblp_link" type="xsd:string" />
<element name="source" type="xsd:string" />
</all>
</complexType>
<complexType name="ArrayOfSequences2">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Sequence2[]" />
</restriction>
</complexContent>
</complexType>
<complexType name="Sequence3">
<all>
<element name="title" type="xsd:string" />
<element name="dblp_key" type="xsd:string" />
<element name="year" type="xsd:integer" />
<element name="conference" type="xsd:string" />
<element name="abstract" type="xsd:string" />
<element name="type" type="xsd:string" />
<element name="ee" type="xsd:string" />
<element name="dblp_link" type="xsd:string" />
<element name="source" type="xsd:string" />
</all>
</complexType>
<complexType name="ArrayOfSequences3">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Sequence3[]" />
</restriction>
</complexContent>
</complexType>
<complexType name="Sequence5">
<all>
<element name="author" type="xsd:string" />
<element name="jointPub" type="xsd:integer" />
<element name="baseline" type="xsd:integer" />
<element name="startYear" type="xsd:integer" />
<element name="endYear" type="xsd:integer" />
</all>
</complexType>
<complexType name="ArrayOfSequences5">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Sequence5[]" />
</restriction>
</complexContent>
</complexType>
<complexType name="ArrayOfItemSequences7">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:ItemSequences8[]" />
</restriction>
</complexContent>
</complexType>
<complexType name="ItemSequences8">
<all>
<element name="item1" type="tns:Sequence6" />
<element name="item2" type="tns:Sequence7" />
</all>
</complexType>
<complexType name="Sequence6">
<all>
<element name="keyword" type="xsd:string" />
<element name="occurrence" type="xsd:integer" />
<element name="baseline" type="xsd:integer" />
<element name="startYear" type="xsd:integer" />
<element name="endYear" type="xsd:integer" />
<element name="author" type="xsd:string" />
</all>
</complexType>
<complexType name="Sequence7">
<all>
<element name="keyword" type="xsd:string" />
<element name="occurrence" type="xsd:integer" />
<element name="baseline" type="xsd:integer" />
<element name="url" type="xsd:string" />
</all>
</complexType>
<complexType name="Sequence9">
<all>
<element name="author" type="xsd:string" />
<element name="occurrence" type="xsd:integer" />
<element name="baseline" type="xsd:integer" />
<element name="startYear" type="xsd:integer" />
<element name="endYear" type="xsd:integer" />
</all>
</complexType>
<complexType name="ArrayOfSequences9">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Sequence9[]" />
</restriction>
</complexContent>
</complexType>
<complexType name="Sequence10">
<all>
<element name="keyword" type="xsd:string" />
<element name="occurrence" type="xsd:integer" />
<element name="baseline" type="xsd:integer" />
<element name="startYear" type="xsd:integer" />
<element name="endYear" type="xsd:integer" />
</all>
</complexType>
<complexType name="ArrayOfSequences10">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:Sequence10[]" />
</restriction>
</complexContent>
</complexType>
</schema>
</types>
<message name="all_publications_author_yearRequest">
<part name="firstName" type="xsd:string" />
<part name="familyName" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="sortKey" type="xsd:string" />
</message>
<message name="all_publications_author_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences2" />
</message>
<message name="all_joint_publications_authors_yearRequest">
<part name="firstName1" type="xsd:string" />
<part name="familyName1" type="xsd:string" />
<part name="firstName2" type="xsd:string" />
<part name="familyName2" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="sortKey" type="xsd:string" />
</message>
<message name="all_joint_publications_authors_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences2" />
</message>
<message name="publication_dataRequest">
<part name="dblp_key" type="xsd:string" />
</message>
<message name="publication_dataResponse">
<part name="resultArray" type="tns:ArrayOfSequences3" />
</message>
<message name="all_coauthors_author_yearRequest">
<part name="firstName" type="xsd:string" />
<part name="familyName" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
</message>
<message name="all_coauthors_author_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences5" />
</message>
<message name="all_keywords_author_community_yearRequest">
<part name="firstName" type="xsd:string" />
<part name="familyName" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="community" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
</message>
<message name="all_keywords_author_community_yearResponse">
<part name="resultArray" type="tns:ArrayOfItemSequences7" />
</message>
<message name="all_authors_keywords_yearRequest">
<part name="searchTerm" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
</message>
<message name="all_authors_keywords_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences9" />
</message>
<message name="all_venues_keywords_yearRequest">
<part name="searchTerm" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
<part name="perEvent" type="xsd:integer" />
<part name="journalsOnly" type="xsd:integer" />
</message>
<message name="all_venues_keywords_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences10" />
</message>
<message name="all_keywords_venue_yearRequest">
<part name="venue_dblp_key" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
</message>
<message name="all_keywords_venue_yearResponse">
<part name="resultArray" type="tns:ArrayOfItemSequences7" />
</message>
<message name="all_authors_yearRequest">
<part name="searchTerm" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
</message>
<message name="all_authors_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences9" />
</message>
<message name="all_keywords_yearRequest">
<part name="searchTerm" type="xsd:string" />
<part name="startYear" type="xsd:integer" />
<part name="endYear" type="xsd:integer" />
<part name="limit" type="xsd:integer" />
</message>
<message name="all_keywords_yearResponse">
<part name="resultArray" type="tns:ArrayOfSequences10" />
</message>
<portType name="DBLPPlusPlusPort">
<operation name="all_publications_author_year">
<input message="tns:all_publications_author_yearRequest" />
<output message="tns:all_publications_author_yearResponse" />
</operation>
<operation name="all_joint_publications_authors_year">
<input message="tns:all_joint_publications_authors_yearRequest" />
<output message="tns:all_joint_publications_authors_yearResponse" />
</operation>
<operation name="publication_data">
<input message="tns:publication_dataRequest" />
<output message="tns:publication_dataResponse" />
</operation>
<operation name="all_coauthors_author_year">
<input message="tns:all_coauthors_author_yearRequest" />
<output message="tns:all_coauthors_author_yearResponse" />
</operation>
<operation name="all_keywords_author_community_year">
<input message="tns:all_keywords_author_community_yearRequest" />
<output message="tns:all_keywords_author_community_yearResponse" />
</operation>
<operation name="all_authors_keywords_year">
<input message="tns:all_authors_keywords_yearRequest" />
<output message="tns:all_authors_keywords_yearResponse" />
</operation>
<operation name="all_venues_keywords_year">
<input message="tns:all_venues_keywords_yearRequest" />
<output message="tns:all_venues_keywords_yearResponse" />
</operation>
<operation name="all_keywords_venue_year">
<input message="tns:all_keywords_venue_yearRequest" />
<output message="tns:all_keywords_venue_yearResponse" />
</operation>
<operation name="all_authors_year">
<input message="tns:all_authors_yearRequest" />
<output message="tns:all_authors_yearResponse" />
</operation>
<operation name="all_keywords_year">
<input message="tns:all_keywords_yearRequest" />
<output message="tns:all_keywords_yearResponse" />
</operation>
</portType>
<binding name="DBLPPlusPlusBinding" type="tns:DBLPPlusPlusPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="all_publications_author_year">
<soap:operation soapAction="urn:soapservice#Service#all_publications_author_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_joint_publications_authors_year">
<soap:operation soapAction="urn:soapservice#Service#all_joint_publications_authors_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="publication_data">
<soap:operation soapAction="urn:soapservice#Service#publication_data" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_coauthors_author_year">
<soap:operation soapAction="urn:soapservice#Service#all_coauthors_author_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_keywords_author_community_year">
<soap:operation soapAction="urn:soapservice#Service#all_keywords_author_community_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_authors_keywords_year">
<soap:operation soapAction="urn:soapservice#Service#all_authors_keywords_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_venues_keywords_year">
<soap:operation soapAction="urn:soapservice#Service#all_venues_keywords_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_keywords_venue_year">
<soap:operation soapAction="urn:soapservice#Service#all_keywords_venue_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_authors_year">
<soap:operation soapAction="urn:soapservice#Service#all_authors_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="all_keywords_year">
<soap:operation soapAction="urn:soapservice#Service#all_keywords_year" />
<input>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="urn:soapservice" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="DBLPPlusPlusService">
<documentation />
<port name="DBLPPlusPlusPort" binding="tns:DBLPPlusPlusBinding">
<soap:address location="http://dblp.l3s.de/WS/aspl2.php" />
</port>
</service>
</definitions>
