device = $device; $this->service = $service; } private function readScpdServiceDefinition($url) {} /** * Get the schema to pass as the XML namespace when sending the SOAP request * to the device. * * @return string The schema */ abstract protected function getSchemaUrn(); }