douguadao3883 2017-05-03 04:52
浏览 200
已采纳

php使用getElementsByTagNameNS从soap读取xml内容

This is my XML which i have:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <notifications xmlns="http://soap.sforce.com/2005/09/outbound">
   <OrganizationId>00Dp00000008kXDEAY</OrganizationId>
   <ActionId>04k28000000L3shAAC</ActionId>
   <SessionId xsi:nil="true"/>
   <EnterpriseUrl>https://232.salesforce.com/services/Soap/c/36.0/00Dp00000008kXD</EnterpriseUrl>
   <PartnerUrl>https://232.salesforce.com/services/Soap/u/36.0/00Dp00000008kXD</PartnerUrl>
   <Notification>
    <Id>034l3004D4247lVAAS</Id>
    <sObject xsi:type="sf:SMS_Activity__c" xmlns:sf="urn:sobject.enterprise.soap.sforce.com">
     <sf:Id>a0Ip0000001WxvaEAC</sf:Id>
     <sf:Brand__c>ABC</sf:Brand__c>
     <sf:Content__c>halo test</sf:Content__c>
     <sf:Mobile__c>628145783535</sf:Mobile__c>
    </sObject>
   </Notification>
  </notifications>
 </soapenv:Body>
</soapenv:Envelope>

Please help me how to read the value of (brand,content__C,mobile__c) with php code ?

I could not get Mobile__c that from what i tried the below code

 $notif=simplexml_load_string($xml);
      $Mobile=$notif->sObject-
      >children('urn:sobject.enterprise.soap.sforce.com')-
      >Mobile__c.PHP_EOL;
      $qd="";
      $qd="insert into incoming(phone) values('$Mobile')";
      mysql_query($qd);
  • 写回答

2条回答 默认 最新

  • dougan4884 2017-05-03 05:18
    关注

    Try this hope this will help you out..

    Try this code snippet here

    <?php
    
    ini_set('display_errors', 1);
    $string='<?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <soapenv:Body>
      <notifications xmlns="http://soap.sforce.com/2005/09/outbound">
       <OrganizationId>00Dp00000008kXDEAY</OrganizationId>
       <ActionId>04k28000000L3shAAC</ActionId>
       <SessionId xsi:nil="true"/>
       <EnterpriseUrl>https://232.salesforce.com/services/Soap/c/36.0/00Dp00000008kXD</EnterpriseUrl>
       <PartnerUrl>https://232.salesforce.com/services/Soap/u/36.0/00Dp00000008kXD</PartnerUrl>
       <Notification>
        <Id>034l3004D4247lVAAS</Id>
        <sObject xsi:type="sf:SMS_Activity__c" xmlns:sf="urn:sobject.enterprise.soap.sforce.com">
         <sf:Id>a0Ip0000001WxvaEAC</sf:Id>
         <sf:Brand__c>ABC</sf:Brand__c>
         <sf:Content__c>halo test 1</sf:Content__c>
         <sf:Mobile__c>6281457835351</sf:Mobile__c>
        </sObject>
       </Notification> <Notification>
        <Id>034l3004D4247lVAAS</Id>
        <sObject xsi:type="sf:SMS_Activity__c" xmlns:sf="urn:sobject.enterprise.soap.sforce.com">
         <sf:Id>a0Ip0000001WxvaEAC</sf:Id>
         <sf:Brand__c>ABC2</sf:Brand__c>
         <sf:Content__c>halo test 2</sf:Content__c>
         <sf:Mobile__c>6281457835352</sf:Mobile__c>
        </sObject>
       </Notification> <Notification>
        <Id>034l3004D4247lVAAS</Id>
        <sObject xsi:type="sf:SMS_Activity__c" xmlns:sf="urn:sobject.enterprise.soap.sforce.com">
         <sf:Id>a0Ip0000001WxvaEAC</sf:Id>
         <sf:Brand__c>ABC3</sf:Brand__c>
         <sf:Content__c>halo test 3</sf:Content__c>
         <sf:Mobile__c>6281457835353</sf:Mobile__c>
        </sObject>
       </Notification>
      </notifications>
     </soapenv:Body>
    </soapenv:Envelope>';
    
    $requiredData=array();
    $result= new DOMDocument();
    $result->loadXML($string);
    foreach(array(
        "Brand__c",
        "Content__c",
        "Mobile__c"
    ) as $key)
    {
        foreach($result->getElementsByTagNameNS("urn:sobject.enterprise.soap.sforce.com",$key) as $element)
        {
            if($element instanceof DOMElement)
            {   
               $requiredData[$element->tagName][] =$element->textContent;
            }
        }
    }
    print_r($requiredData);
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器