onvif的soap消息之getservice

getservices.xml

<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope">
	<s:Body xmlns:xsi="http"//www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
		<GetServices xmlns="http://www.onvif.org/ver10/device/wsdl">
			<In cludeCapability>true</In cludeCapability>
		</GetServices>
	</s:Body>
</s:Envelope>


你可能感兴趣的:(onvif的soap消息之getservice)