|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-10 17:02 UTC] gcc@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 12:00:01 2025 UTC |
Description: ------------ Windows folder can contain spaces (e.g. htdocs\My Services\MyService.php). An SCA component located in such a folder with a binding of soap generates incorrect WSDL containing spaces in the location attribute. These should be replaced with %20. Note, the same is also true for the serviceURL in the jsonrpc service description generation. Expected result: ---------------- And should look like: {"SMDVersion":".1","serviceType":"JSON-RPC","serviceURL":"http://localhost/PHP%20Stuff/... Actual result: -------------- A partial jsonrpc service description currently looks like: {"SMDVersion":".1","serviceType":"JSON-RPC","serviceURL":"http://localhost/PHP Stuff/...