dsl_cancel
[ 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>
<ns7540:dsl_cancel xmlns:ns7540="http://tempuri.org">
<noname>
<id xsi:type="xsd:int">80183</id>
<takeover xsi:type="xsd:string">no</takeover>
</noname>
</ns7540:dsl_cancel>
</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_cancelResponse xmlns:ns1="http://tempuri.org">
<noname xsi:type="xsd:boolean">1</noname>
</ns1:dsl_cancelResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>