Skip to content

Commit dcb1a77

Browse files
committed
Fixed issue #15 events.py from examples doesn't work
1 parent 5c45401 commit dcb1a77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wsdl/events.wsdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
725725
</wsdl:fault>
726726
</wsdl:operation>
727727
</wsdl:binding>
728-
<wsdl:service name="EventPortType">
729-
<wsdl:port name="DevicePort" binding="tds:DeviceBinding">
728+
<wsdl:service name="EventService">
729+
<wsdl:port name="EventPortType" binding="tev:EventBinding">
730730
<soap:address location="http://192.168.0.51:8888/onvif/device_service"/>
731731
</wsdl:port>
732732
</wsdl:service>

0 commit comments

Comments
 (0)