rfc:soap_get_location
This is an old revision of the document!
PHP RFC: SoapClient __getLocation
- Version: 0.1
- 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
Current behaviour of setLocation() is a bit odd. It will return current location, but if new isn't provided it will set location to null. Adding a getLocation is a practical way of getting current location from client.
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.1481035600.txt.gz · Last modified: 2025/04/03 13:08 (external edit)