diff options
author | wei <> | 2007-01-18 11:12:51 +0000 |
---|---|---|
committer | wei <> | 2007-01-18 11:12:51 +0000 |
commit | 645c9ef3729a604df17ecdf74258f92ef73dd4f5 (patch) | |
tree | 60b975893347259308c13eb87ae67f0c4c137835 /framework/3rdParty | |
parent | 53c401bf07d89fad12c69f482d48126661efab88 (diff) |
update address-book demo
Diffstat (limited to 'framework/3rdParty')
-rw-r--r-- | framework/3rdParty/WsdlGen/Wsdl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/3rdParty/WsdlGen/Wsdl.php b/framework/3rdParty/WsdlGen/Wsdl.php index 56676a26..eb41049f 100644 --- a/framework/3rdParty/WsdlGen/Wsdl.php +++ b/framework/3rdParty/WsdlGen/Wsdl.php @@ -85,7 +85,7 @@ class Wsdl { $this->serviceName = $name; if ($serviceUri == '') $serviceUri = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']; - $this->serviceUri = $serviceUri; + $this->serviceUri = str_replace('&', '&', $serviceUri); $this->types = new ArrayObject(); $this->targetNamespace = 'urn:'.$name.'wsdl'; } |