comsave/salesforce-bundle

View on GitHub
src/Phpforce/SalesforceBundle/Resources/config/rest_client.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>

        <service id="phpforce_salesforce.rest_client"
                 class="Phpforce\RestClient\Client">
            <argument type="service" id="phpforce.soap_client" />
        </service>

    </services>

</container>