<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<error>The element or type could not be found getSupplierProduct</error>
</soap:Body>
</soap:Envelope>
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/UtbDevice' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<error>The element or type could not be found getSupplierProduct</error>
</soap:Body>
</soap:Envelope>'
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<error>The element or type could not be found getSupplierProductResponse</error>
</soap:Body>
</soap:Envelope>