dsl_dhcplog
[ desc - code - xml ]
Example XML request
Response
Example XML request
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1194:dsl_dhcplog xmlns:ns1194="http://tempuri.org">
<noname>
<id xsi:type="xsd:int">80183</id>
</noname>
</ns1194:dsl_dhcplog>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:dsl_dhcplogResponse xmlns:ns1="http://tempuri.org">
<noname xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="unnamed_struct_use_soapval[8]">
<item>
<date xsi:type="xsd:string">2012-03-13 15:05:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 13:05:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 11:05:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 09:04:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 07:04:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 05:03:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 03:03:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
<item>
<date xsi:type="xsd:string">2012-03-13 01:02:00</date>
<mac xsi:type="xsd:string">dd:5d:d5:dd:5d:d5</mac>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<hostname xsi:type="xsd:string">DDSLROUTER</hostname>
<request xsi:type="xsd:string">request</request>
<response xsi:type="xsd:string">ack</response>
</item>
</noname>
</ns1:dsl_dhcplogResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>