123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934 |
- <?xml version="1.0" encoding="utf-8"?>
- <?xml-stylesheet type="text/xsl" href="../ver20/util/onvif-wsdl-viewer.xsl"?>
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:trc="http://www.onvif.org/ver10/recording/wsdl" targetNamespace="http://www.onvif.org/ver10/recording/wsdl">
- <wsdl:types>
- <xs:schema targetNamespace="http://www.onvif.org/ver10/recording/wsdl" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="2.4.2">
- <xs:import namespace="http://www.onvif.org/ver10/schema" schemaLocation="onvif.xsd"/>
-
-
- <xs:element name="GetServiceCapabilities">
- <xs:complexType>
- <xs:sequence/>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetServiceCapabilitiesResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Capabilities" type="trc:Capabilities">
- <xs:annotation>
- <xs:documentation>The capabilities for the recording service is returned in the Capabilities element.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:complexType name="Capabilities">
- <xs:sequence>
- <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- <xs:attribute name="DynamicRecordings" type="xs:boolean">
- <xs:annotation>
- <xs:documentation>Indication if the device supports dynamic creation and deletion of recordings</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="DynamicTracks" type="xs:boolean">
- <xs:annotation>
- <xs:documentation>Indication if the device supports dynamic creation and deletion of tracks</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="Encoding" type="trc:EncodingTypes">
- <xs:annotation>
- <xs:documentation>Indication which encodings are supported for recording. The list may contain one or more enumeration values of tt:VideoEncoding and tt:AudioEncoding. If device does not support audio recording tt:AudioEncoding shall not be listed. </xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="MaxRate" type="xs:float">
- <xs:annotation>
- <xs:documentation>Maximum supported bit rate for all tracks of a recording in kBit/s.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="MaxTotalRate" type="xs:float">
- <xs:annotation>
- <xs:documentation>Maximum supported bit rate for all recordings in kBit/s.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="MaxRecordings" type="xs:float">
- <xs:annotation>
- <xs:documentation>Maximum number of recordings supported. (Integer values only.)</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="MaxRecordingJobs" type="xs:int">
- <xs:annotation>
- <xs:documentation>Maximum total number of supported recording jobs by the device.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="Options" type="xs:boolean">
- <xs:annotation>
- <xs:documentation>Indication if the device supports the GetRecordingOptions command.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="MetadataRecording" type="xs:boolean">
- <xs:annotation>
- <xs:documentation>Indication if the device supports recording metadata.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:anyAttribute processContents="lax"/>
- </xs:complexType>
- <xs:simpleType name="EncodingTypes">
- <xs:list itemType="xs:string"/>
- </xs:simpleType>
- <xs:element name="Capabilities" type="trc:Capabilities"/>
-
- <xs:element name="CreateRecording">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingConfiguration" type="tt:RecordingConfiguration">
- <xs:annotation>
- <xs:documentation>Initial configuration for the recording.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="CreateRecordingResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>The reference to the created recording.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteRecording">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>The reference of the recording to be deleted.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteRecordingResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordings">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingsResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingItem" type="tt:GetRecordingsResponseItem" minOccurs="0" maxOccurs="unbounded">
- <xs:annotation>
- <xs:documentation>List of recording items.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the recording that shall be changed.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="RecordingConfiguration" type="tt:RecordingConfiguration">
- <xs:annotation>
- <xs:documentation>The new configuration.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the configuration to be retrieved.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingConfiguration" type="tt:RecordingConfiguration">
- <xs:annotation>
- <xs:documentation>Configuration of the recording.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="CreateTrack">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Identifies the recording to which a track shall be added.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="TrackConfiguration" type="tt:TrackConfiguration">
- <xs:annotation>
- <xs:documentation>The configuration of the new track.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="CreateTrackResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="TrackToken" type="tt:TrackReference">
- <xs:annotation>
- <xs:documentation>The TrackToken shall identify the newly created track. The
- TrackToken shall be unique within the recoding to which
- the new track belongs.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteTrack">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the recording the track belongs to.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="TrackToken" type="tt:TrackReference">
- <xs:annotation>
- <xs:documentation>Token of the track to be deleted.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteTrackResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetTrackConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the recording the track belongs to.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="TrackToken" type="tt:TrackReference">
- <xs:annotation>
- <xs:documentation>Token of the track.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetTrackConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="TrackConfiguration" type="tt:TrackConfiguration">
- <xs:annotation>
- <xs:documentation>Configuration of the track.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetTrackConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the recording the track belongs to.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="TrackToken" type="tt:TrackReference">
- <xs:annotation>
- <xs:documentation>Token of the track to be modified.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="TrackConfiguration" type="tt:TrackConfiguration">
- <xs:annotation>
- <xs:documentation>New configuration for the track.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetTrackConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="CreateRecordingJob">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobConfiguration" type="tt:RecordingJobConfiguration">
- <xs:annotation>
- <xs:documentation>The initial configuration of the new recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="CreateRecordingJobResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>The JobToken shall identify the created recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="JobConfiguration" type="tt:RecordingJobConfiguration">
- <xs:annotation>
- <xs:documentation>
- The JobConfiguration structure shall be the configuration as it is used by the device. This may be different from the
- JobConfiguration passed to CreateRecordingJob.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteRecordingJob">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>The token of the job to be deleted.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="DeleteRecordingJobResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobs">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobsResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobItem" type="tt:GetRecordingJobsResponseItem" minOccurs="0" maxOccurs="unbounded">
- <xs:annotation>
- <xs:documentation>List of recording jobs.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingJobConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>Token of the job to be modified.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="JobConfiguration" type="tt:RecordingJobConfiguration">
- <xs:annotation>
- <xs:documentation>New configuration of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingJobConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobConfiguration" type="tt:RecordingJobConfiguration">
- <xs:annotation>
- <xs:documentation>The JobConfiguration structure shall be the configuration
- as it is used by the device. This may be different from the JobConfiguration passed to SetRecordingJobConfiguration.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobConfiguration">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>Token of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobConfigurationResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobConfiguration" type="tt:RecordingJobConfiguration">
- <xs:annotation>
- <xs:documentation>Current configuration of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingJobMode">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>Token of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- <xs:element name="Mode" type="tt:RecordingJobMode">
- <xs:annotation>
- <xs:documentation>The new mode for the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="SetRecordingJobModeResponse">
- <xs:complexType>
- <xs:sequence>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobState">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="JobToken" type="tt:RecordingJobReference">
- <xs:annotation>
- <xs:documentation>Token of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingJobStateResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="State" type="tt:RecordingJobStateInformation">
- <xs:annotation>
- <xs:documentation>The current state of the recording job.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingOptions">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="RecordingToken" type="tt:RecordingReference">
- <xs:annotation>
- <xs:documentation>Token of the recording.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="GetRecordingOptionsResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="Options" type="trc:RecordingOptions">
- <xs:annotation>
- <xs:documentation>Configuration of the recording.</xs:documentation>
- </xs:annotation>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- <xs:complexType name="RecordingOptions">
- <xs:sequence>
- <xs:element name="Job" type="trc:JobOptions"/>
- <xs:element name="Track" type="trc:TrackOptions"/>
- <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
- </xs:sequence>
- </xs:complexType>
- <xs:complexType name="JobOptions">
- <xs:attribute name="Spare" type="xs:int">
- <xs:annotation>
- <xs:documentation>Number of spare jobs that can be created for the recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="CompatibleSources" type="tt:StringAttrList">
- <xs:annotation>
- <xs:documentation>A device that supports recording of a restricted set of Media Service Profiles returns the list of profiles that can be recorded on the given Recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:anyAttribute processContents="lax"/>
- </xs:complexType>
- <xs:complexType name="TrackOptions">
- <xs:attribute name="SpareTotal" type="xs:int">
- <xs:annotation>
- <xs:documentation>Total spare number of tracks that can be added to this recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="SpareVideo" type="xs:int">
- <xs:annotation>
- <xs:documentation>Number of spare Video tracks that can be added to this recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="SpareAudio" type="xs:int">
- <xs:annotation>
- <xs:documentation>Number of spare Aduio tracks that can be added to this recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:attribute name="SpareMetadata" type="xs:int">
- <xs:annotation>
- <xs:documentation>Number of spare Metadata tracks that can be added to this recording.</xs:documentation>
- </xs:annotation>
- </xs:attribute>
- <xs:anyAttribute processContents="lax"/>
- </xs:complexType>
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="GetServiceCapabilitiesRequest">
- <wsdl:part name="parameters" element="trc:GetServiceCapabilities"/>
- </wsdl:message>
- <wsdl:message name="GetServiceCapabilitiesResponse">
- <wsdl:part name="parameters" element="trc:GetServiceCapabilitiesResponse"/>
- </wsdl:message>
- <wsdl:message name="CreateRecordingRequest">
- <wsdl:part name="parameters" element="trc:CreateRecording"/>
- </wsdl:message>
- <wsdl:message name="CreateRecordingResponse">
- <wsdl:part name="parameters" element="trc:CreateRecordingResponse"/>
- </wsdl:message>
- <wsdl:message name="DeleteRecordingRequest">
- <wsdl:part name="parameters" element="trc:DeleteRecording"/>
- </wsdl:message>
- <wsdl:message name="DeleteRecordingResponse">
- <wsdl:part name="parameters" element="trc:DeleteRecordingResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingsRequest">
- <wsdl:part name="parameters" element="trc:GetRecordings"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingsResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingsResponse"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingConfigurationRequest">
- <wsdl:part name="parameters" element="trc:SetRecordingConfiguration"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingConfigurationResponse">
- <wsdl:part name="parameters" element="trc:SetRecordingConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingConfigurationRequest">
- <wsdl:part name="parameters" element="trc:GetRecordingConfiguration"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingConfigurationResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingOptionsRequest">
- <wsdl:part name="parameters" element="trc:GetRecordingOptions"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingOptionsResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingOptionsResponse"/>
- </wsdl:message>
- <wsdl:message name="CreateTrackRequest">
- <wsdl:part name="parameters" element="trc:CreateTrack"/>
- </wsdl:message>
- <wsdl:message name="CreateTrackResponse">
- <wsdl:part name="parameters" element="trc:CreateTrackResponse"/>
- </wsdl:message>
- <wsdl:message name="DeleteTrackRequest">
- <wsdl:part name="parameters" element="trc:DeleteTrack"/>
- </wsdl:message>
- <wsdl:message name="DeleteTrackResponse">
- <wsdl:part name="parameters" element="trc:DeleteTrackResponse"/>
- </wsdl:message>
- <wsdl:message name="GetTrackConfigurationRequest">
- <wsdl:part name="parameters" element="trc:GetTrackConfiguration"/>
- </wsdl:message>
- <wsdl:message name="GetTrackConfigurationResponse">
- <wsdl:part name="parameters" element="trc:GetTrackConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="SetTrackConfigurationRequest">
- <wsdl:part name="parameters" element="trc:SetTrackConfiguration"/>
- </wsdl:message>
- <wsdl:message name="SetTrackConfigurationResponse">
- <wsdl:part name="parameters" element="trc:SetTrackConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="CreateRecordingJobRequest">
- <wsdl:part name="parameters" element="trc:CreateRecordingJob"/>
- </wsdl:message>
- <wsdl:message name="CreateRecordingJobResponse">
- <wsdl:part name="parameters" element="trc:CreateRecordingJobResponse"/>
- </wsdl:message>
- <wsdl:message name="DeleteRecordingJobRequest">
- <wsdl:part name="parameters" element="trc:DeleteRecordingJob"/>
- </wsdl:message>
- <wsdl:message name="DeleteRecordingJobResponse">
- <wsdl:part name="parameters" element="trc:DeleteRecordingJobResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobsRequest">
- <wsdl:part name="parameters" element="trc:GetRecordingJobs"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobsResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingJobsResponse"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingJobConfigurationRequest">
- <wsdl:part name="parameters" element="trc:SetRecordingJobConfiguration"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingJobConfigurationResponse">
- <wsdl:part name="parameters" element="trc:SetRecordingJobConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobConfigurationRequest">
- <wsdl:part name="parameters" element="trc:GetRecordingJobConfiguration"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobConfigurationResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingJobConfigurationResponse"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingJobModeRequest">
- <wsdl:part name="parameters" element="trc:SetRecordingJobMode"/>
- </wsdl:message>
- <wsdl:message name="SetRecordingJobModeResponse">
- <wsdl:part name="parameters" element="trc:SetRecordingJobModeResponse"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobStateRequest">
- <wsdl:part name="parameters" element="trc:GetRecordingJobState"/>
- </wsdl:message>
- <wsdl:message name="GetRecordingJobStateResponse">
- <wsdl:part name="parameters" element="trc:GetRecordingJobStateResponse"/>
- </wsdl:message>
- <wsdl:portType name="RecordingPort">
- <wsdl:operation name="GetServiceCapabilities">
- <wsdl:documentation>Returns the capabilities of the recording service. The result is returned in a typed answer.</wsdl:documentation>
- <wsdl:input message="trc:GetServiceCapabilitiesRequest"/>
- <wsdl:output message="trc:GetServiceCapabilitiesResponse"/>
- </wsdl:operation>
- <wsdl:operation name="CreateRecording">
- <wsdl:documentation>CreateRecording shall create a new recording. The new recording shall be created with a track
- for each supported TrackType see Recording Control Spec. <br/>
- This method is optional. It shall be available if the Recording/DynamicRecordings capability is TRUE. <br/>
- When successfully completed, CreateRecording shall have created three tracks with the following configurations: <ul>
- <li>
- TrackToken TrackType</li>
- <li>
- VIDEO001 Video</li>
- <li>
- AUDIO001 Audio</li>
- <li>
- META001 Metadata</li>
- </ul>
- All TrackConfigurations shall have the MaximumRetentionTime set to 0 (unlimited), and the
- Description set to the empty string.
- </wsdl:documentation>
- <wsdl:input message="trc:CreateRecordingRequest"/>
- <wsdl:output message="trc:CreateRecordingResponse"/>
- </wsdl:operation>
- <wsdl:operation name="DeleteRecording">
- <wsdl:documentation>DeleteRecording shall delete a recording object. Whenever a recording is deleted, the device
- shall delete all the tracks that are part of the recording, and it shall delete all the Recording
- Jobs that record into the recording. For each deleted recording job, the device shall also
- delete all the receiver objects associated with the recording job that are automatically created
- using the AutoCreateReceiver field of the recording job configuration structure and are not
- used in any other recording job.<br/>
- This method is optional. It shall be available if the Recording/DynamicRecordings capability is TRUE.
- </wsdl:documentation>
- <wsdl:input message="trc:DeleteRecordingRequest"/>
- <wsdl:output message="trc:DeleteRecordingResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordings">
- <wsdl:documentation>GetRecordings shall return a description of all the recordings in the device. This description
- shall include a list of all the tracks for each recording.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingsRequest"/>
- <wsdl:output message="trc:GetRecordingsResponse"/>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingConfiguration">
- <wsdl:documentation>SetRecordingConfiguration shall change the configuration of a recording.</wsdl:documentation>
- <wsdl:input message="trc:SetRecordingConfigurationRequest"/>
- <wsdl:output message="trc:SetRecordingConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingConfiguration">
- <wsdl:documentation>GetRecordingConfiguration shall retrieve the recording configuration for a recording.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingConfigurationRequest"/>
- <wsdl:output message="trc:GetRecordingConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingOptions">
- <wsdl:documentation>GetRecordingOptions returns information for a recording identified by the RecordingToken. The information includes the number of additonal tracks as well as recording jobs that can be configured.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingOptionsRequest"/>
- <wsdl:output message="trc:GetRecordingOptionsResponse"/>
- </wsdl:operation>
- <wsdl:operation name="CreateTrack">
- <wsdl:documentation>This method shall create a new track within a recording.<br/>
- This method is optional. It shall be available if the Recording/DynamicTracks capability is TRUE.<br/>
- A TrackToken in itself does not uniquely identify a specific track. Tracks within different
- recordings may have the same TrackToken.
- </wsdl:documentation>
- <wsdl:input message="trc:CreateTrackRequest"/>
- <wsdl:output message="trc:CreateTrackResponse"/>
- </wsdl:operation>
- <wsdl:operation name="DeleteTrack">
- <wsdl:documentation>DeleteTrack shall remove a track from a recording. All the data in the track shall be deleted.<br/>
- This method is optional. It shall be available if the Recording/DynamicTracks capability is
- TRUE.</wsdl:documentation>
- <wsdl:input message="trc:DeleteTrackRequest"/>
- <wsdl:output message="trc:DeleteTrackResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetTrackConfiguration">
- <wsdl:documentation>GetTrackConfiguration shall retrieve the configuration for a specific track.</wsdl:documentation>
- <wsdl:input message="trc:GetTrackConfigurationRequest"/>
- <wsdl:output message="trc:GetTrackConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="SetTrackConfiguration">
- <wsdl:documentation>SetTrackConfiguration shall change the configuration of a track.</wsdl:documentation>
- <wsdl:input message="trc:SetTrackConfigurationRequest"/>
- <wsdl:output message="trc:SetTrackConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="CreateRecordingJob">
- <wsdl:documentation>CreateRecordingJob shall create a new recording job.<br/>
- The JobConfiguration returned from CreateRecordingJob shall be identical to the
- JobConfiguration passed into CreateRecordingJob, except for the ReceiverToken and the
- AutoCreateReceiver. In the returned structure, the ReceiverToken shall be present and valid
- and the AutoCreateReceiver field shall be omitted.
- </wsdl:documentation>
- <wsdl:input message="trc:CreateRecordingJobRequest"/>
- <wsdl:output message="trc:CreateRecordingJobResponse"/>
- </wsdl:operation>
- <wsdl:operation name="DeleteRecordingJob">
- <wsdl:documentation>DeleteRecordingJob removes a recording job. It shall also implicitly delete all the receiver
- objects associated with the recording job that are automatically created using the
- AutoCreateReceiver field of the recording job configuration structure and are not used in any
- other recording job.</wsdl:documentation>
- <wsdl:input message="trc:DeleteRecordingJobRequest"/>
- <wsdl:output message="trc:DeleteRecordingJobResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobs">
- <wsdl:documentation>GetRecordingJobs shall return a list of all the recording jobs in the device.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingJobsRequest"/>
- <wsdl:output message="trc:GetRecordingJobsResponse"/>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingJobConfiguration">
- <wsdl:documentation>SetRecordingJobConfiguration shall change the configuration for a recording job.<br/>
- SetRecordingJobConfiguration shall implicitly delete any receiver objects that were created
- automatically if they are no longer used as a result of changing the recording job configuration.
- </wsdl:documentation>
- <wsdl:input message="trc:SetRecordingJobConfigurationRequest"/>
- <wsdl:output message="trc:SetRecordingJobConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobConfiguration">
- <wsdl:documentation>GetRecordingJobConfiguration shall return the current configuration for a recording job.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingJobConfigurationRequest"/>
- <wsdl:output message="trc:GetRecordingJobConfigurationResponse"/>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingJobMode">
- <wsdl:documentation>SetRecordingJobMode shall change the mode of the recording job. Using this method shall be
- equivalent to retrieving the recording job configuration, and writing it back with a different
- mode.</wsdl:documentation>
- <wsdl:input message="trc:SetRecordingJobModeRequest"/>
- <wsdl:output message="trc:SetRecordingJobModeResponse"/>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobState">
- <wsdl:documentation>GetRecordingJobState returns the state of a recording job. It includes an aggregated state,
- and state for each track of the recording job.</wsdl:documentation>
- <wsdl:input message="trc:GetRecordingJobStateRequest"/>
- <wsdl:output message="trc:GetRecordingJobStateResponse"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="RecordingBinding" type="trc:RecordingPort">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="GetServiceCapabilities">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetServiceCapabilities"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CreateRecording">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/CreateRecording"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DeleteRecording">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/DeleteRecording"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordings">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordings"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/SetRecordingConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordingConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingOptions">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordingOptions"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CreateTrack">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/CreateTrack"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DeleteTrack">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/DeleteTrack"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetTrackConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetTrackConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetTrackConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/SetTrackConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="CreateRecordingJob">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/CreateRecordingJob"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="DeleteRecordingJob">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/DeleteRecordingJob"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobs">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordingJobs"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingJobConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/SetRecordingJobConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobConfiguration">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordingJobConfiguration"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SetRecordingJobMode">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/SetRecordingJobMode"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetRecordingJobState">
- <soap:operation soapAction="http://www.onvif.org/ver10/recording/wsdl/GetRecordingJobState"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
-
- <wsdl:service name="RecordingService">
- <wsdl:port name="RecordingPort" binding="trc:DeviceBinding">
- <soap:address location="http://192.168.0.51:8888/onvif/Recording"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|