phpforce / soap-client

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

SOAP namespace should be a variable #23

Open petrepatrasc opened 9 years ago

petrepatrasc commented 9 years ago

Hey, for the connections that we're making to salesforce, we need to use a different namespace. Currently, the SOAP_NAMESPACE constant holds the namespace value, which is hardcoded to 'urn:enterprise.soap.sforce.com'.

I would propose that the builder get an option to modify the namespace during composition time.

What do you think?

avblink commented 1 year ago

Agree!