在PHP变量中存储SOAP Web服务响应

时间:2018-02-06 12:58:51

标签: php soap

尝试在php中使用SOAP webservice。执行php文件后得到以下响应:

    {"d":{"__type":"BBDetail","BBCustomerDetails":[{"userId":"xyz","customerName":"Anil","MobileNo":"9675483219","Addressline":"8, Highland Park, Mumbai, India","currentplan":"UnlimitedBB",
"PlanExpirydate":"\/Date(1556216940000)\/","Acct_Status":"Active","AuthenticationType":null,"MAC_ID":"00:22:2D:94:79:ED","Device_Type":"Router",
"Email_Id":"xyz@yahoo.com"}],"extTransactionId":"-99999","transactionId":3278125,"returnCode":0,"returnMessage":"Success"}}

我想将每个值存储在php变量中,以便进一步使用它。像MobileNo,userId,Email_Id等

0 个答案:

没有答案
相关问题