<?php
$xml ='<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://www.promostandards.org/WSDL/ProductDataService/1.0.0/SharedObjects/" xmlns:ns2="http://www.promostandards.org/WSDL/ProductDataService/1.0.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<env:Body>
<ns2:GetProductResponse>
<ns2:Product>
<ns1:productId>1322059</ns1:productId>
<ns2:productName>Smart WiFi Security Camera</ns2:productName>
<ns2:productBrand>AAkron Line</ns2:productBrand>
<ns2:export>false</ns2:export>
<ns2:ProductCategoryArray>
<ns2:ProductCategory>
<ns2:category>Cameras, Safety, Health Care, Insurance, Finance, Tech Industry, NEW for 2018, New for 2019</ns2:category>
<ns2:subCategory>N/A</ns2:subCategory>
</ns2:ProductCategory>
</ns2:ProductCategoryArray>
</ns2:Product>
</ns2:GetProductResponse>
</env:Body>
</env:Envelope>';
//header("Content-type: text/xml");
//echo $xml;
$data_xml = simplexml_load_string($xml);
print_r($data_xml);
?>
我已经尝试了其他参考资料中的所有内容,但没有任何效果。它输出一个空数组。
吃鸡游戏
慕田峪4524236
慕盖茨4494581