I am building an application that interacts with FedEx's API using their WSDL files for rating. My issue is that the FedEx development server that handles freight rate requests is down or otherwise experiencing issues more often than not. I have a response from FedEx saved as an XML file. I would like to use this XML file stored on my machine to populate what would normally be created by:

SoapClient::__doRequest()

http://www.php.net/manual/en/soapclient.dorequest.php

Specifically, SoapClient::__doRequest() returns an object of stdClass. I would like to convert the name spaced XML to a PHP object of stdClass so that I don't have to rely on the FedEx server being up to do things like unit test my code. Here is an example of what FedEx returns when it's working:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
    <soapenv:Body>
        <v10:RateReply xmlns:v10="http://fedex.com/ws/rate/v10">
            <v10:HighestSeverity xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">SUCCESS</v10:HighestSeverity>
            <v10:Notifications xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <v10:Severity>SUCCESS</v10:Severity>
                <v10:Source>crs</v10:Source>
                <v10:Code>0</v10:Code>
                <v10:Message>Request was successfully processed. </v10:Message>
                <v10:LocalizedMessage>Request was successfully processed. </v10:LocalizedMessage>
            </v10:Notifications>
            <ns1:TransactionDetail xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:ns1="http://fedex.com/ws/rate/v10">
                <ns1:CustomerTransactionId>*** Rate Request v10 using PHP
                ***</ns1:CustomerTransactionId>
            </ns1:TransactionDetail>
            <ns1:Version xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:ns1="http://fedex.com/ws/rate/v10">
                <ns1:ServiceId>crs</ns1:ServiceId>
                <ns1:Major>10</ns1:Major>
                <ns1:Intermediate>0</ns1:Intermediate>
                <ns1:Minor>0</ns1:Minor>
            </ns1:Version>
            <v10:RateReplyDetails xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <v10:ServiceType>FEDEX_FREIGHT_PRIORITY</v10:ServiceType>
                <v10:DeliveryDayOfWeek>THU</v10:DeliveryDayOfWeek>
                <v10:DeliveryTimestamp>2011-12-01T18:00:00-06:00</v10:DeliveryTimestamp>
                <v10:CommitDetails>
                    <v10:ServiceType>FEDEX_FREIGHT_PRIORITY</v10:ServiceType>
                    <v10:CommitTimestamp>2011-12-01T18:00:00-06:00</v10:CommitTimestamp>
                    <v10:DayOfWeek>THU</v10:DayOfWeek>
                    <v10:TransitTime>TWO_DAYS</v10:TransitTime>
                    <v10:BrokerToDestinationDays>0</v10:BrokerToDestinationDays>
                    <v10:FreightCommitDetail>
                        <v10:OriginDetail>
                            <v10:AdditionalDays>0</v10:AdditionalDays>
                            <v10:LocalService>FEDEX_FREIGHT_PRIORITY</v10:LocalService>
                            <v10:LocalDistance>
                                <v10:Value>2.0</v10:Value>
                                <v10:Units>MI</v10:Units>
                            </v10:LocalDistance>
                            <v10:LocalDuration>P0DT00H03M</v10:LocalDuration>
                            <v10:LocalServiceScheduling>STANDARD</v10:LocalServiceScheduling>
                            <v10:Location>HRO</v10:Location>
                            <v10:ContactAndAddress>
                                <v10:Contact>
                                    <v10:PersonName>FRED GARRY</v10:PersonName>
                                    <v10:PhoneNumber>800-874-4723</v10:PhoneNumber>
                                    <v10:FaxNumber>870-741-7325</v10:FaxNumber>
                                </v10:Contact>
                                <v10:Address>
                                    <v10:StreetLines>2200 FORWARD DR</v10:StreetLines>
                                    <v10:City>HARRISON</v10:City>
                                    <v10:StateOrProvinceCode>AR</v10:StateOrProvinceCode>
                                    <v10:PostalCode>72601-2004</v10:PostalCode>
                                    <v10:CountryCode>US</v10:CountryCode>
                                    <v10:Residential>false</v10:Residential>
                                </v10:Address>
                            </v10:ContactAndAddress>
                        </v10:OriginDetail>
                        <v10:DestinationDetail>
                            <v10:AdditionalDays>0</v10:AdditionalDays>
                            <v10:LocalService>FEDEX_FREIGHT_PRIORITY</v10:LocalService>
                            <v10:LocalDistance>
                                <v10:Value>24.0</v10:Value>
                                <v10:Units>MI</v10:Units>
                            </v10:LocalDistance>
                            <v10:LocalDuration>P0DT00H40M</v10:LocalDuration>
                            <v10:LocalServiceScheduling>STANDARD</v10:LocalServiceScheduling>
                            <v10:Location>AUS</v10:Location>
                            <v10:ContactAndAddress>
                                <v10:Contact>
                                    <v10:PersonName>WM MCCULLOUGH</v10:PersonName>
                                    <v10:PhoneNumber>800-223-4298</v10:PhoneNumber>
                                    <v10:FaxNumber>512-310-0798</v10:FaxNumber>
                                </v10:Contact>
                                <v10:Address>
                                    <v10:StreetLines>2500 CHISHOLM TRL</v10:StreetLines>
                                    <v10:City>ROUND ROCK</v10:City>
                                    <v10:StateOrProvinceCode>TX</v10:StateOrProvinceCode>
                                    <v10:PostalCode>78681-2033</v10:PostalCode>
                                    <v10:CountryCode>US</v10:CountryCode>
                                    <v10:Residential>false</v10:Residential>
                                </v10:Address>
                            </v10:ContactAndAddress>
                        </v10:DestinationDetail>
                        <v10:TotalDistance>
                            <v10:Value>696.0</v10:Value>
                            <v10:Units>MI</v10:Units>
                        </v10:TotalDistance>
                    </v10:FreightCommitDetail>
                </v10:CommitDetails>
                <v10:IneligibleForMoneyBackGuarantee>true</v10:IneligibleForMoneyBackGuarantee>
                <v10:TransitTime>TWO_DAYS</v10:TransitTime>
                <v10:ActualRateType>PAYOR_LIST_SHIPMENT</v10:ActualRateType>
                <v10:RatedShipmentDetails>
                    <v10:ShipmentRateDetail>
                        <v10:RateType>PAYOR_LIST_SHIPMENT</v10:RateType>
                        <v10:CurrencyExchangeRate>
                            <v10:FromCurrency>USD</v10:FromCurrency>
                            <v10:IntoCurrency>USD</v10:IntoCurrency>
                            <v10:Rate>1.0</v10:Rate>
                        </v10:CurrencyExchangeRate>
                        <v10:DimDivisor>0</v10:DimDivisor>
                        <v10:FuelSurchargePercent>0.0</v10:FuelSurchargePercent>
                        <v10:TotalBillingWeight>
                            <v10:Units>LB</v10:Units>
                            <v10:Value>0.0</v10:Value>
                        </v10:TotalBillingWeight>
                        <v10:TotalDimWeight>
                            <v10:Units>LB</v10:Units>
                            <v10:Value>0.0</v10:Value>
                        </v10:TotalDimWeight>
                        <v10:TotalBaseCharge>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalBaseCharge>
                        <v10:TotalFreightDiscounts>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalFreightDiscounts>
                        <v10:TotalNetFreight>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalNetFreight>
                        <v10:TotalSurcharges>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalSurcharges>
                        <v10:TotalNetFedExCharge>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalNetFedExCharge>
                        <v10:TotalTaxes>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalTaxes>
                        <v10:TotalNetCharge>
                            <v10:Currency>USD</v10:Currency>
                            <v10:Amount>0.0</v10:Amount>
                        </v10:TotalNetCharge>
                        <v10:FreightRateDetail>
                            <v10:BaseChargeCalculation>LINE_ITEMS</v10:BaseChargeCalculation>
                        </v10:FreightRateDetail>
                    </v10:ShipmentRateDetail>
                </v10:RatedShipmentDetails>
            </v10:RateReplyDetails>
        </v10:RateReply>
    </soapenv:Body>
</soapenv:Envelope>

For the life of me, I cannot seem to figure out how to take an XML file with namespaces and convert it to a simple stdClass object. Surely someone has done this before and I'm missing something completely obvious?

link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.