phpforce / soap-client

A PHP client for the Salesforce SOAP API
MIT License
81 stars 75 forks source link

Allow passing an array of user-specified options to SoapClient #14

Closed simonharris closed 9 years ago

simonharris commented 10 years ago

We needed this to be able to pass in proxy_host and proxy_port, but it could be used for other options. Also includes a couple of typo fixes to the code snippets in README.md.

ddeboer commented 9 years ago

Thanks!