rfc:soap_get_location
This is an old revision of the document!
PHP RFC: SoapClient __getLocation
- Version: 0.3
- Date: 2016-12-06
- Author: Silvio Marijic marijic.silvio@gmail.com
- Status: Under Discussion
- First Published at: https://wiki.php.net/rfc/soap_get_location
Introduction
Currently setLocation() returns old location when called, but if new one is not provided it will unset location property.Adding a getLocation is a practical way of getting current location from client. It would be convenient way to get location where next request will go directly from client instead of pulling that data from elsewhere, especially if location can change, for example when there is a fallback mechanism around SoapClient.
Proposal
Adding getLocation method to a SoapClient:
$client = new SoapClient('http://example.com/some.wsdl'); $location = $client->__getLocation();
Backward Incompatible Changes
No backward incompatible changes.
Proposed PHP Version(s)
- PHP 7.2
To Existing Extensions
- Soap
Proposed Voting Choices
Proposals require 2/3 majority
Patches and Tests
Implementation
After the project is implemented, this section should contain
- the version(s) it was merged to
- a link to the git commit(s)
- a link to the PHP manual entry for the feature
rfc/soap_get_location.1481037628.txt.gz · Last modified: 2025/04/03 13:08 (external edit)