123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="http://www.onvif.org/onvif/ver20/util/onvif-wsdl-viewer.xsl"?>
- <wsdl:definitions xmlns:dn="http://www.onvif.org/ver10/network/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.onvif.org/ver10/network/wsdl">
- <wsdl:types>
- <xs:schema targetNamespace="http://www.onvif.org/ver10/network/wsdl" xmlns:d="http://schemas.xmlsoap.org/ws/2005/04/discovery" elementFormDefault="qualified">
- <xs:import namespace="http://schemas.xmlsoap.org/ws/2005/04/discovery" schemaLocation="ws-discovery.xsd"/>
-
-
- <xs:element name="Hello" type="d:HelloType"/>
- <xs:element name="HelloResponse" type="d:ResolveType"/>
- <xs:element name="Probe" type="d:ProbeType"/>
- <xs:element name="ProbeResponse" type="d:ProbeMatchesType"/>
- <xs:element name="Bye" type="d:ByeType"/>
- <xs:element name="ByeResponse" type="d:ResolveType"/>
-
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="HelloRequest">
- <wsdl:part name="parameters" element="dn:Hello"/>
- </wsdl:message>
- <wsdl:message name="HelloResponse">
- <wsdl:part name="parameters" element="dn:HelloResponse"/>
- </wsdl:message>
- <wsdl:message name="ProbeRequest">
- <wsdl:part name="parameters" element="dn:Probe"/>
- </wsdl:message>
- <wsdl:message name="ProbeResponse">
- <wsdl:part name="parameters" element="dn:ProbeResponse"/>
- </wsdl:message>
- <wsdl:message name="ByeRequest">
- <wsdl:part name="parameters" element="dn:Bye"/>
- </wsdl:message>
- <wsdl:message name="ByeResponse">
- <wsdl:part name="parameters" element="dn:ByeResponse"/>
- </wsdl:message>
- <wsdl:portType name="RemoteDiscoveryPort">
- <wsdl:operation name="Hello">
- <wsdl:input message="dn:HelloRequest" dn:Action="http://schemas.xmlsoap.org/ws/2005/04/discovery/Hello"/>
- <wsdl:output message="dn:HelloResponse" dn:Action="http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe"/>
- </wsdl:operation>
- <wsdl:operation name="Bye">
- <wsdl:input message="dn:ByeRequest" dn:Action="http://schemas.xmlsoap.org/ws/2005/04/discovery/Bye"/>
- <wsdl:output message="dn:ByeResponse"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:portType name="DiscoveryLookupPort">
- <wsdl:operation name="Probe">
- <wsdl:input message="dn:ProbeRequest" dn:Action="http://schemas.xmlsoap.org/ws/2005/04/discovery/Probe"/>
- <wsdl:output message="dn:ProbeResponse" dn:Action="http://schemas.xmlsoap.org/ws/2005/04/discovery/ProbeMatches"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="RemoteDiscoveryBinding" type="dn:RemoteDiscoveryPort">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="Hello">
- <soap:operation soapAction="http://www.onvif.org/ver10/network/wsdl/Hello"/>
- <wsdl:input>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="Bye">
- <soap:operation soapAction="http://www.onvif.org/ver10/network/wsdl/Bye"/>
- <wsdl:input>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="DiscoveryLookupBinding" type="dn:DiscoveryLookupPort">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="Probe">
- <soap:operation soapAction="http://www.onvif.org/ver10/network/wsdl/Probe"/>
- <wsdl:input>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body parts="parameters" use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- </wsdl:definitions>
|