[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.3

PHP to access data in an XML string

Asked by GhostWerx in PHP Scripting Language, SOAP, PHP Frameworks

Tags: PHP, XML

Hi all,

After sending an XML request to a server the attached code is the response I get.

I have this information stored in a PHP string.

How can I access the individual parts of this string to obtain the data??

I tried using simplexml_load_string() but it didn't like the string because it had the headers attached.

How can I remove the headers from the string and turn into an object with simplexml or is there another way to access the data??

Thanks,

GW.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Length: 928
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.0
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Sat, 07 Nov 2009 11:23:31 GMT
Connection: close 
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><Case_RetrieveResponse xmlns="http://tempuri.org/CatalystDeveloperService/CatalystCRMWebservice"><Case_RetrieveResult><entityId>6635854</entityId><caseId>1506795</caseId><assignedTo>0</assignedTo><caseSubject>Test Form</caseSubject><createDate>2009-11-06T02:00:00</createDate><lastUpdateDate>2009-11-06T02:00:00</lastUpdateDate><crmForms><CrmForms><formId>37714</formId><formName>Test Form</formName><crmFormFields><CrmFormFields><fieldId>98079</fieldId><fieldTypeId>1</fieldTypeId><fieldName>Some Data</fieldName><fieldValue>This is a test form submission. La la la...</fieldValue></CrmFormFields></crmFormFields></CrmForms></crmForms></Case_RetrieveResult></Case_RetrieveResponse></soap:Body></soap:Envelope>
[+][-]11/07/09 06:13 AM, ID: 25766386Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/07/09 06:38 AM, ID: 25766455Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: PHP Scripting Language, SOAP, PHP Frameworks
Tags: PHP, XML
Sign Up Now!
Solution Provided By: Ray_Paseur
Participating Experts: 1
Solution Grade: A
 
[+][-]11/07/09 02:32 PM, ID: 25768382Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625