<?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 orderCreate</error>
</soap:Body>
</soap:Envelope>
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/UtbOrder' \
--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 orderCreate</error>
</soap:Body>
</soap:Envelope>'
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header />
<S:Body>
<ns2:orderCreateResponse xmlns:ns2="http://order.frontend.ws.utilibill.com.au/">
<return>
<errorCode>0</errorCode>
<orderId>74705</orderId>
</return>
</ns2:orderCreateResponse>
</S:Body>
</S:Envelope>