116 lines
4.8 KiB
XML
116 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:intf="http://ws.patent.register.dpma.de" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:impl="http://ws.patent.register.dpma.de" targetNamespace="http://ws.patent.register.dpma.de" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<xsd:schema xmlns:intf="http://ws.patent.register.dpma.de" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://ws.patent.register.dpma.de">
|
|
<xsd:element name="search">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="user" type="xsd:string" />
|
|
<xsd:element name="pwd" type="xsd:string" />
|
|
<xsd:element name="query" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="searchResponse">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="searchReturn" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="version">
|
|
<xsd:complexType />
|
|
</xsd:element>
|
|
<xsd:element name="versionResponse">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="versionReturn" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="getRegisterInfo">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="user" type="xsd:string" />
|
|
<xsd:element name="pwd" type="xsd:string" />
|
|
<xsd:element name="akz" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
<xsd:element name="getRegisterInfoResponse">
|
|
<xsd:complexType>
|
|
<xsd:sequence>
|
|
<xsd:element name="getRegisterInfoReturn" type="xsd:string" />
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
</xsd:element>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="versionRequest">
|
|
<wsdl:part name="parameters" element="impl:version" />
|
|
</wsdl:message>
|
|
<wsdl:message name="searchRequest">
|
|
<wsdl:part name="parameters" element="impl:search" />
|
|
</wsdl:message>
|
|
<wsdl:message name="versionResponse">
|
|
<wsdl:part name="parameters" element="impl:versionResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getRegisterInfoRequest">
|
|
<wsdl:part name="parameters" element="impl:getRegisterInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="getRegisterInfoResponse">
|
|
<wsdl:part name="parameters" element="impl:getRegisterInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="searchResponse">
|
|
<wsdl:part name="parameters" element="impl:searchResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="DPMAregister">
|
|
<wsdl:operation name="search">
|
|
<wsdl:input name="searchRequest" message="impl:searchRequest" />
|
|
<wsdl:output name="searchResponse" message="impl:searchResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="version">
|
|
<wsdl:input name="versionRequest" message="impl:versionRequest" />
|
|
<wsdl:output name="versionResponse" message="impl:versionResponse" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getRegisterInfo">
|
|
<wsdl:input name="getRegisterInfoRequest" message="impl:getRegisterInfoRequest" />
|
|
<wsdl:output name="getRegisterInfoResponse" message="impl:getRegisterInfoResponse" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="DPMAregisterSoapBinding" type="impl:DPMAregister">
|
|
<wsdlsoap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="search">
|
|
<wsdlsoap:operation soapAction="" />
|
|
<wsdl:input name="searchRequest">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="searchResponse">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="version">
|
|
<wsdlsoap:operation soapAction="" />
|
|
<wsdl:input name="versionRequest">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="versionResponse">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="getRegisterInfo">
|
|
<wsdlsoap:operation soapAction="" />
|
|
<wsdl:input name="getRegisterInfoRequest">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output name="getRegisterInfoResponse">
|
|
<wsdlsoap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="DPMAregisterPatService">
|
|
<wsdl:port name="DPMAregister" binding="impl:DPMAregisterSoapBinding">
|
|
<wsdlsoap:address location="http://dpmaconnect.dpma.de/dpmaws/services/DPMAregisterPatService" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |