different port than 80
PhpWsdl I started to develop my own WSDL generator for PHP because th
Brought to you by:
odvpbre
Originally created by: zmin...@gmail.com
When I'd invoke webservice on virtual host with different port than 80, web service didn't run. It's because, function DetermineEndPoint and DetermineNameSpace don't set $_SERVER['SERVER_PORT']. I've changed class.phpwsdl.php and all's Ok :).
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: abraao.z...@hotmail.com
Thanks. It works!