Hi,
Anyone know how to change the originating port addres for the soap request? I need to change it to other port due to our network infrastructure.
This works for me:
$soap = new SOAP_Client('http://localhost:8080');
In this case, it's connecting on port 8080.
-- Bill Moran Potential Technologies http://www.potentialtech.com
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php