Web Service: DvsVeniceWebservice
Target Namespace:
urn:dvs:webservices:venice
Description:
This web service provides top-level functionality of DVS Venice via SOAP (Build date: 2011/04/08)
Port DvsVeniceWebserviceHttpPort Port type Source code
Location:
http://127.0.0.1:8080
Protocol:
SOAP
Default style:
document
Transport protocol:
SOAP over HTTP
Operations:
- ChannelGetMode Detail Source code
- ChannelGetRecordFile Detail Source code
- ChannelOpen Detail Source code
- ChannelPause Detail Source code
- ChannelPlay Detail Source code
- ChannelPresetLoad Detail Source code
- ChannelRecord Detail Source code
- ChannelSetMode Detail Source code
- ChannelSetRecordFile Detail Source code
- ChannelStop Detail Source code
- ChannelStopRecord Detail Source code
- GangGotoBegin Detail Source code
- GangPause Detail Source code
- GangPlay Detail Source code
- GangStop Detail Source code
- SystemChannelAdd Detail Source code
- SystemChannelConnect Detail Source code
- SystemChannelDisconnect Detail Source code
- SystemChannelRemove Detail Source code
- SystemGetChannelList Detail Source code
- SystemGetStatus Detail Source code
Operations
-
ChannelGetMode
Description:Returns the current mode (Playout, Ingest...).Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelGetMode (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelGetMode[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelGetModeResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelGetModeResponse[ChannelID] --- ... [Mode] --- ...- ChannelID type ChannelID - type int with restriction
- Mode type ChannelRunModeEnum - type string with restriction - enum { 'CHANNELRUNMODE-UNKNOWN', 'CHANNELRUNMODE-PLAYOUT', 'CHANNELRUNMODE-INGEST', 'CHANNELRUNMODE-TRANSCODE' }
-
ChannelGetRecordFile
Description:Returns information about the current record video, audio and proxy destination.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelGetRecordFile (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelGetRecordFile[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelGetRecordFileResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelGetRecordFileResponse[VideoFileURL] --- ... [AudioFileURL] --- ... [ProxyFileURL] --- ... [VideoFrameCount] --- ... [VideoFramePreviousCount] --- ...- VideoFileURL type string
- AudioFileURL type string
- ProxyFileURL type string
- VideoFrameCount type long
- VideoFramePreviousCount type long
-
ChannelOpen
Description:Opens a clip for playout.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelOpen (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelOpen[ChannelID] --- ... [FileURL] --- ...
- ChannelID type ChannelID - type int with restriction
- FileURL type string
Output:ChannelOpenResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelOpenResponseNo parameters. -
ChannelPause
Description:Pauses a playout or record.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelPause (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelPause[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelPauseResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelPauseResponseNo parameters. -
ChannelPlay
Description:Starts a playout.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelPlay (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelPlay[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelPlayResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelPlayResponseNo parameters. -
ChannelPresetLoad
Description:Loads a preset. As the webservice has no GUI only the "core" part from the preset file is important. This part is expected in "urnl:PresetContent".Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelPresetLoad (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelPresetLoad[ChannelID] --- ... [PresetContent] --- ...
- ChannelID type ChannelID - type int with restriction
- PresetContent type string
Output:ChannelPresetLoadResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelPresetLoadResponseNo parameters. -
ChannelRecord
Description:Starts a (crash) record.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelRecord (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelRecord[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelRecordResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelRecordResponseNo parameters. -
ChannelSetMode
Description:Sets the mode (ingest, playout...).Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelSetMode (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelSetMode[ChannelID] --- ... [Mode] --- ...
- ChannelID type ChannelID - type int with restriction
- Mode type ChannelRunModeEnum - type string with restriction - enum { 'CHANNELRUNMODE-UNKNOWN', 'CHANNELRUNMODE-PLAYOUT', 'CHANNELRUNMODE-INGEST', 'CHANNELRUNMODE-TRANSCODE' }
Output:ChannelSetModeResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelSetModeResponseNo parameters. -
ChannelSetRecordFile
Description:Sets the record destination (path and name). Caution: This function will only work if the channel has a valid input signal. Otherwise it will result in an unspecific error.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelSetRecordFile (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelSetRecordFile[ChannelID] --- ... [FileURL] --- ...
- ChannelID type ChannelID - type int with restriction
- FileURL type string
Output:ChannelSetRecordFileResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelSetRecordFileResponseNo parameters. -
ChannelStop
Description:Stops a playout.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelStop (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelStop[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelStopResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelStopResponseNo parameters. -
ChannelStopRecord
Description:Stops a record.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:ChannelStopRecord (SOAP:body, use = literal, part = Handle)Source codeparameters type ChannelStopRecord[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:ChannelStopRecordResponse (SOAP:body, use = literal, part = Security)Source codeparameters type ChannelStopRecordResponseNo parameters. -
GangGotoBegin
Description:(deprecated)Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:GangGotoBegin (SOAP:body, use = literal, part = Handle)Source codeparameters type GangGotoBegin[ChannelIDList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
Output:GangGotoBeginResponse (SOAP:body, use = literal, part = Security)Source codeparameters type GangGotoBeginResponseNo parameters. -
GangPause
Description:(deprecated)Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:GangPause (SOAP:body, use = literal, part = Handle)Source codeparameters type GangPause[ChannelIDList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
Output:GangPauseResponse (SOAP:body, use = literal, part = Security)Source codeparameters type GangPauseResponseNo parameters. -
GangPlay
Description:(deprecated)Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:GangPlay (SOAP:body, use = literal, part = Handle)Source codeparameters type GangPlay[ChannelIDList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
Output:GangPlayResponse (SOAP:body, use = literal, part = Security)Source codeparameters type GangPlayResponseNo parameters. -
GangStop
Description:(deprecated)Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:GangStop (SOAP:body, use = literal, part = Handle)Source codeparameters type GangStop[ChannelIDList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
Output:GangStopResponse (SOAP:body, use = literal, part = Security)Source codeparameters type GangStopResponseNo parameters. -
SystemChannelAdd
Description:Temporary adds a channel to the list channels available through this webservice.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemChannelAdd (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemChannelAdd[ChannelAddress] --- ...
- ChannelAddress type
ChannelAddress
[IPAddress] --- ... [IOChannel] --- ...
- IPAddress type string
- IOChannel type ChannelIO - type unsignedShort with restriction minInclusive(1) maxInclusive(8)
Output:SystemChannelAddResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemChannelAddResponse[ChannelID] --- ... - ChannelAddress type
ChannelAddress
-
SystemChannelConnect
Description:Connects the webservice to a channel from its list of available channels.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemChannelConnect (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemChannelConnect[ChannelIDList] --- ... [ChannelAddressList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
- ChannelAddressList - optional, unbounded; type
ChannelAddress
[IPAddress] --- ... [IOChannel] --- ...
- IPAddress type string
- IOChannel type ChannelIO - type unsignedShort with restriction minInclusive(1) maxInclusive(8)
Output:SystemChannelConnectResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemChannelConnectResponse[ChannelIDList] --- ...- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
-
SystemChannelDisconnect
Description:Disconnects the webservice from a channel. Without a channel ID all connections will be closed.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemChannelDisconnect (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemChannelDisconnect[ChannelIDList] --- ...
- ChannelIDList - optional, unbounded; type ChannelID - type int with restriction
Output:SystemChannelDisconnectResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemChannelDisconnectResponseNo parameters. -
SystemChannelRemove
Description:Temporary deletes a channel from the list channels available through this webservice.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemChannelRemove (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemChannelRemove[ChannelID] --- ...
- ChannelID type ChannelID - type int with restriction
Output:SystemChannelRemoveResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemChannelRemoveResponseNo parameters. -
SystemGetChannelList
Description:Returns the list of available channels with status information for each channel.Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemGetChannelList (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemGetChannelListNo parameters.Output:SystemGetChannelListResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemGetChannelListResponse[ChannelList] --- ...
- ChannelList - optional, unbounded; type
ChannelInfo
[ChannelID] --- ... [ChannelAddress] --- ... [Enabled] --- ... [Connected] --- ...
- ID type ChannelID - type int with restriction
- ChannelAddress type
ChannelAddress
[IPAddress] --- ... [IOChannel] --- ...
- IPAddress type string
- IOChannel type ChannelIO - type unsignedShort with restriction minInclusive(1) maxInclusive(8)
- Enabled type boolean
- Connected type boolean
- State type ChannelStateEnum - type string with restriction - enum { 'CHANNELSTATE-UNKNOWN', 'CHANNELSTATE-VALID', 'CHANNELSTATE-CONNECTED', 'CHANNELSTATE-DEVICEIDLE', 'CHANNELSTATE-IDLE', 'CHANNELSTATE-BUSY' }
- ChannelList - optional, unbounded; type
ChannelInfo
-
SystemGetStatus
Description:Returns the count of connected and unconnected channels on this webservice (obsolete).Operation type:Request-response. The endpoint receives a message, and sends a correlated message.Input:SystemGetStatus (SOAP:body, use = literal, part = Handle)Source codeparameters type SystemGetStatusNo parameters.Output:SystemGetStatusResponse (SOAP:body, use = literal, part = Security)Source codeparameters type SystemGetStatusResponse[ConnectedChannelCount] --- Number of currently connected channels [DisconnectedChannelCount] --- Number of channels that are currently disconnected
- ConnectedChannelCount type unsignedShort
- DisconnectedChannelCount type unsignedShort
Port type DvsVeniceWebservicePortType Source code
WSDL source code
<?xml version="1.0"?>
<definitions name="DvsVeniceWebservice"
targetNamespace="urn:dvs:webservices:venice"
xmlns:tns="urn:dvs:webservices:venice"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:c14n="http://www.w3.org/2001/10/xml-exc-c14n#"
xmlns:vws="urn:dvs:webservices:venice"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
xmlns:h="urn:h"
xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
>
<types>
<schema targetNamespace="urn:h"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
>
</schema>
<schema targetNamespace="urn:dvs:webservices:venice"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
>
</types>
<simpleType name="ChannelIO"
>
<!-- vws__ChannelIO -->
</simpleType>
<simpleType name="ChannelRunModeEnum"
>
<!-- vws__ChannelRunModeEnum -->
<restriction base="xsd:string"
>
</simpleType><!-- vws__ChannelRunModeEnum::CHANNELRUNMODE_UNKNOWN -->
<!-- = 0 -->
<!-- vws__ChannelRunModeEnum::CHANNELRUNMODE_PLAYOUT -->
<!-- = 1 -->
<!-- vws__ChannelRunModeEnum::CHANNELRUNMODE_INGEST -->
<!-- = 2 -->
<!-- vws__ChannelRunModeEnum::CHANNELRUNMODE_TRANSCODE -->
<!-- = 3 -->
</restriction>
<simpleType name="ChannelStateEnum"
>
<!-- vws__ChannelStateEnum -->
<restriction base="xsd:string"
>
</simpleType><!-- vws__ChannelStateEnum::CHANNELSTATE_UNKNOWN -->
<!-- = 0 -->
<!-- vws__ChannelStateEnum::CHANNELSTATE_VALID -->
<!-- = 1 -->
<!-- vws__ChannelStateEnum::CHANNELSTATE_CONNECTED -->
<!-- = 2 -->
<!-- vws__ChannelStateEnum::CHANNELSTATE_DEVICEIDLE -->
<!-- = 3 -->
<!-- vws__ChannelStateEnum::CHANNELSTATE_IDLE -->
<!-- = 4 -->
<!-- vws__ChannelStateEnum::CHANNELSTATE_BUSY -->
<!-- = 5 -->
</restriction>
<complexType name="ChannelAddress"
>
<annotation>
<documentation>
[IPAddress] --- ... [IOChannel] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- vws__ChannelAddress::IPAddress -->
<!-- vws__ChannelAddress::IOChannel -->
</sequence>
<complexType name="ChannelInfo"
>
<annotation>
<documentation>
[ChannelID] --- ... [ChannelAddress] --- ... [Enabled] --- ... [Connected] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- vws__ChannelInfo::ID -->
<!-- vws__ChannelInfo::ChannelAddress -->
<!-- vws__ChannelInfo::Enabled -->
<!-- vws__ChannelInfo::Connected -->
<!-- vws__ChannelInfo::State -->
</sequence>
<complexType name="SystemGetStatus"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="SystemGetStatusResponse"
>
<annotation>
<documentation>
[ConnectedChannelCount] --- Number of currently connected channels [DisconnectedChannelCount] --- Number of channels that are currently disconnected</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemGetStatusResponse::ConnectedChannelCount -->
<!-- _vws__SystemGetStatusResponse::DisconnectedChannelCount -->
</sequence>
<complexType name="SystemGetChannelList"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="SystemGetChannelListResponse"
>
<annotation>
<documentation>
[ChannelList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemGetChannelListResponse::ChannelList -->
</sequence>
<complexType name="SystemChannelAdd"
>
<annotation>
<documentation>
[ChannelAddress] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemChannelAdd::ChannelAddress -->
</sequence>
<complexType name="SystemChannelAddResponse"
>
<annotation>
</complexType>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<complexType name="SystemChannelRemove"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemChannelRemove::ChannelID -->
</sequence>
<complexType name="SystemChannelRemoveResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="SystemChannelConnect"
>
<annotation>
<documentation>
[ChannelIDList] --- ... [ChannelAddressList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemChannelConnect::ChannelIDList -->
<!-- _vws__SystemChannelConnect::ChannelAddressList -->
</sequence>
<complexType name="SystemChannelConnectResponse"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemChannelConnectResponse::ChannelIDList -->
</sequence>
<complexType name="SystemChannelDisconnect"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__SystemChannelDisconnect::ChannelIDList -->
</sequence>
<complexType name="SystemChannelDisconnectResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelGetMode"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelGetMode::ChannelID -->
</sequence>
<complexType name="ChannelGetModeResponse"
>
<annotation>
<documentation>
[ChannelID] --- ... [Mode] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelGetModeResponse::ChannelID -->
<!-- _vws__ChannelGetModeResponse::Mode -->
</sequence>
<complexType name="ChannelSetMode"
>
<annotation>
</complexType>
<documentation>
[ChannelID] --- ... [Mode] --- ...</documentation>
</annotation>
<complexType name="ChannelSetModeResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelOpen"
>
<annotation>
</complexType>
<documentation>
[ChannelID] --- ... [FileURL] --- ...</documentation>
</annotation>
<complexType name="ChannelOpenResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelPlay"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelPlay::ChannelID -->
</sequence>
<complexType name="ChannelPlayResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelPause"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelPause::ChannelID -->
</sequence>
<complexType name="ChannelPauseResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelStop"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelStop::ChannelID -->
</sequence>
<complexType name="ChannelStopResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelGetRecordFile"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelGetRecordFile::ChannelID -->
</sequence>
<complexType name="ChannelGetRecordFileResponse"
>
<annotation>
<documentation>
[VideoFileURL] --- ... [AudioFileURL] --- ... [ProxyFileURL] --- ... [VideoFrameCount] --- ... [VideoFramePreviousCount] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelGetRecordFileResponse::VideoFileURL -->
<!-- _vws__ChannelGetRecordFileResponse::AudioFileURL -->
<!-- _vws__ChannelGetRecordFileResponse::ProxyFileURL -->
<!-- _vws__ChannelGetRecordFileResponse::VideoFrameCount -->
<!-- _vws__ChannelGetRecordFileResponse::VideoFramePreviousCount -->
</sequence>
<complexType name="ChannelSetRecordFile"
>
<annotation>
<documentation>
[ChannelID] --- ... [FileURL] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelSetRecordFile::ChannelID -->
<!-- _vws__ChannelSetRecordFile::FileURL -->
</sequence>
<complexType name="ChannelSetRecordFileResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelRecord"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelRecord::ChannelID -->
</sequence>
<complexType name="ChannelRecordResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelStopRecord"
>
<annotation>
<documentation>
[ChannelID] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelStopRecord::ChannelID -->
</sequence>
<complexType name="ChannelStopRecordResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="ChannelPresetLoad"
>
<annotation>
<documentation>
[ChannelID] --- ... [PresetContent] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__ChannelPresetLoad::ChannelID -->
<!-- _vws__ChannelPresetLoad::PresetContent -->
</sequence>
<complexType name="ChannelPresetLoadResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="GangPlay"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__GangPlay::ChannelIDList -->
</sequence>
<complexType name="GangPlayResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="GangPause"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__GangPause::ChannelIDList -->
</sequence>
<complexType name="GangPauseResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="GangGotoBegin"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__GangGotoBegin::ChannelIDList -->
</sequence>
<complexType name="GangGotoBeginResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation>
<complexType name="GangStop"
>
<annotation>
<documentation>
[ChannelIDList] --- ...</documentation>
</annotation>
<sequence>
</complexType><!-- _vws__GangStop::ChannelIDList -->
</sequence>
<complexType name="GangStopResponse"
>
<annotation>
</complexType>
<documentation>
No parameters.</documentation>
</annotation><!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
<!-- operation response element -->
</schema>
<message name="SystemGetStatus"
>
<!-- __vws__SystemGetStatus::vws__SystemGetStatus -->
</message>
<message name="SystemGetStatusResponse"
>
</message>
<message name="SystemGetChannelList"
>
<!-- __vws__SystemGetChannelList::vws__SystemGetChannelList -->
</message>
<message name="SystemChannelAdd"
>
<!-- __vws__SystemChannelAdd::vws__SystemChannelAdd -->
</message>
<message name="SystemChannelAddResponse"
>
</message>
<message name="SystemChannelRemove"
>
<!-- __vws__SystemChannelRemove::vws__SystemChannelRemove -->
</message>
<message name="SystemChannelConnect"
>
<!-- __vws__SystemChannelConnect::vws__SystemChannelConnect -->
</message>
<message name="SystemChannelDisconnect"
>
<!-- __vws__SystemChannelDisconnect::vws__SystemChannelDisconnect -->
</message>
<message name="ChannelGetMode"
>
<!-- __vws__ChannelGetMode::vws__ChannelGetMode -->
</message>
<message name="ChannelGetModeResponse"
>
</message>
<message name="ChannelSetMode"
>
<!-- __vws__ChannelSetMode::vws__ChannelSetMode -->
</message>
<message name="ChannelSetModeResponse"
>
</message>
<message name="ChannelOpen"
>
<!-- __vws__ChannelOpen::vws__ChannelOpen -->
</message>
<message name="ChannelOpenResponse"
>
</message>
<message name="ChannelPlay"
>
<!-- __vws__ChannelPlay::vws__ChannelPlay -->
</message>
<message name="ChannelPlayResponse"
>
</message>
<message name="ChannelPause"
>
<!-- __vws__ChannelPause::vws__ChannelPause -->
</message>
<message name="ChannelPauseResponse"
>
</message>
<message name="ChannelStop"
>
<!-- __vws__ChannelStop::vws__ChannelStop -->
</message>
<message name="ChannelStopResponse"
>
</message>
<message name="ChannelGetRecordFile"
>
<!-- __vws__ChannelGetRecordFile::vws__ChannelGetRecordFile -->
</message>
<message name="ChannelSetRecordFile"
>
<!-- __vws__ChannelSetRecordFile::vws__ChannelSetRecordFile -->
</message>
<message name="ChannelRecord"
>
<!-- __vws__ChannelRecord::vws__ChannelRecord -->
</message>
<message name="ChannelRecordResponse"
>
</message>
<message name="ChannelStopRecord"
>
<!-- __vws__ChannelStopRecord::vws__ChannelStopRecord -->
</message>
<message name="ChannelStopRecordResponse"
>
</message>
<message name="ChannelPresetLoad"
>
<!-- __vws__ChannelPresetLoad::vws__ChannelPresetLoad -->
</message>
<message name="ChannelPresetLoadResponse"
>
</message>
<message name="GangPlay"
>
<!-- __vws__GangPlay::vws__GangPlay -->
</message>
<message name="GangPlayResponse"
>
</message>
<message name="GangPause"
>
<!-- __vws__GangPause::vws__GangPause -->
</message>
<message name="GangPauseResponse"
>
</message>
<message name="GangGotoBegin"
>
<!-- __vws__GangGotoBegin::vws__GangGotoBegin -->
</message>
<message name="GangGotoBeginResponse"
>
</message>
<message name="GangStop"
>
<!-- __vws__GangStop::vws__GangStop -->
</message>
<message name="GangStopResponse"
>
</message>
<message name="DvsVeniceWebserviceHeader"
>
</message>
<portType name="DvsVeniceWebservicePortType"
>
<operation name="SystemGetStatus"
>
<documentation>
Returns the count of connected and unconnected channels on this webservice (obsolete).</documentation>
</operation>
<operation name="SystemGetChannelList"
>
<documentation>
Returns the list of available channels with status information for each channel.</documentation>
</operation>
<operation name="SystemChannelAdd"
>
<documentation>
Temporary adds a channel to the list channels available through this webservice.</documentation>
</operation>
<operation name="SystemChannelRemove"
>
<documentation>
Temporary deletes a channel from the list channels available through this webservice.</documentation>
</operation>
<operation name="SystemChannelConnect"
>
<documentation>
Connects the webservice to a channel from its list of available channels.</documentation>
</operation>
<operation name="SystemChannelDisconnect"
>
<documentation>
Disconnects the webservice from a channel. Without a channel ID all connections will be closed.</documentation>
</operation>
<operation name="ChannelGetMode"
>
<documentation>
Returns the current mode (Playout, Ingest...).</documentation>
</operation>
<operation name="ChannelSetMode"
>
<documentation>
Sets the mode (ingest, playout...).</documentation>
</operation>
<operation name="ChannelOpen"
>
<documentation>
Opens a clip for playout.</documentation>
</operation>
<operation name="ChannelPlay"
>
<documentation>
Starts a playout.</documentation>
</operation>
<operation name="ChannelPause"
>
<documentation>
Pauses a playout or record.</documentation>
</operation>
<operation name="ChannelStop"
>
<documentation>
Stops a playout.</documentation>
</operation>
<operation name="ChannelGetRecordFile"
>
<documentation>
Returns information about the current record video, audio and proxy destination.</documentation>
</operation>
<operation name="ChannelSetRecordFile"
>
<documentation>
Sets the record destination (path and name). Caution: This function will only work if the channel has a valid input signal. Otherwise it will result in an unspecific error.</documentation>
</operation>
<operation name="ChannelRecord"
>
<documentation>
Starts a (crash) record.</documentation>
</operation>
<operation name="ChannelStopRecord"
>
<documentation>
Stops a record.</documentation>
</operation>
<operation name="ChannelPresetLoad"
>
<documentation>
Loads a preset. As the webservice has no GUI only the "core" part from the preset file is important. This part is expected in "urnl:PresetContent".</documentation>
</operation>
<operation name="GangPlay"
>
<documentation>
(deprecated)</documentation>
</operation>
<operation name="GangPause"
>
<documentation>
(deprecated)</documentation>
</operation>
<operation name="GangGotoBegin"
>
<documentation>
(deprecated)</documentation>
</operation>
<operation name="GangStop"
>
</portType>
<documentation>
(deprecated)</documentation>
</operation>
<binding name="DvsVeniceWebserviceBinding"
type="tns:DvsVeniceWebservicePortType"
>
<operation name="SystemGetStatus"
>
<input>
</input>
</operation>
<operation name="SystemGetChannelList"
>
<input>
</input>
</operation>
<operation name="SystemChannelAdd"
>
<input>
</input>
</operation>
<operation name="SystemChannelRemove"
>
<input>
</input>
</operation>
<operation name="SystemChannelConnect"
>
<input>
</input>
</operation>
<operation name="SystemChannelDisconnect"
>
<input>
</input>
</operation>
<operation name="ChannelGetMode"
>
<input>
</input>
</operation>
<operation name="ChannelSetMode"
>
<input>
</input>
</operation>
<operation name="ChannelOpen"
>
<input>
</input>
</operation>
<operation name="ChannelPlay"
>
<input>
</input>
</operation>
<operation name="ChannelPause"
>
<input>
</input>
</operation>
<operation name="ChannelStop"
>
<input>
</input>
</operation>
<operation name="ChannelGetRecordFile"
>
<input>
</input>
</operation>
<operation name="ChannelSetRecordFile"
>
<input>
</input>
</operation>
<operation name="ChannelRecord"
>
<input>
</input>
</operation>
<operation name="ChannelStopRecord"
>
<input>
</input>
</operation>
<operation name="ChannelPresetLoad"
>
<input>
</input>
</operation>
<operation name="GangPlay"
>
<input>
</input>
</operation>
<operation name="GangPause"
>
<input>
</input>
</operation>
<operation name="GangGotoBegin"
>
<input>
</input>
</operation>
<operation name="GangStop"
>
</binding>
<input>
</input>
</operation>
<service name="DvsVeniceWebservice"
>
</definitions>
<documentation>
This web service provides top-level functionality of DVS Venice via SOAP (Build date: 2011/04/08)</documentation>
</service>Imported Schema c14n.xsd
Imported Schema wsu.xsd
Imported Schema xenc.xsd
Imported Schema ds.xsd
Imported Schema wsse.xsd
Imported Schema .xsd
Imported Schema c14n.xsd
Imported Schema wsu.xsd
Imported Schema xenc.xsd
Imported Schema ds.xsd
Imported Schema wsse.xsd
Imported Schema .xsd
About this Page
This page was generated by using wsdl-viewer.xsl,
version 3.1.02,
author tomi vanek,
with modifications made by DVS Digital Video Systems GmbH.
version 3.1.02,
author tomi vanek,
with modifications made by DVS Digital Video Systems GmbH.
The generator was SAXON 9.1.0.8 from Saxonica XSLT engine.
The engine processed the WSDL in XSLT 2.0 compliant mode.
The engine processed the WSDL in XSLT 2.0 compliant mode.