$orderXML = new SimpleXMLElement($orderXMLString); $orderXML->OrderNum = 'MyUnicumOrderNumber-1234567890'; $postString = $orderXML->asXML(); $returnOrder = do_https("https://sandbox.webstore.mont.ru/B2BService.svc/web/GetOrder", $postString);