dsl_get
[ 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>
<ns3131:dsl_get xmlns:ns3131="http://tempuri.org">
<noname>
<id xsi:type="xsd:int">80183</id>
</noname>
</ns3131:dsl_get>
</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_getResponse xmlns:ns1="http://tempuri.org">
<noname>
<id xsi:type="xsd:string">80183</id>
<zipcode xsi:type="xsd:string">1011RX</zipcode>
<housenr xsi:type="xsd:string">91</housenr>
<linetype xsi:type="xsd:string">analog</linetype>
<phone xsi:type="xsd:string">020-6382817</phone>
<speed xsi:type="xsd:int">20000</speed>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<status xsi:type="xsd:string">delivered</status>
</noname>
</ns1:dsl_getResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>