summaryrefslogtreecommitdiff
path: root/framework/3rdParty/WsdlGen
diff options
context:
space:
mode:
authorwei <>2007-01-18 11:12:51 +0000
committerwei <>2007-01-18 11:12:51 +0000
commit645c9ef3729a604df17ecdf74258f92ef73dd4f5 (patch)
tree60b975893347259308c13eb87ae67f0c4c137835 /framework/3rdParty/WsdlGen
parent53c401bf07d89fad12c69f482d48126661efab88 (diff)
update address-book demo
Diffstat (limited to 'framework/3rdParty/WsdlGen')
-rw-r--r--framework/3rdParty/WsdlGen/Wsdl.php2
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('&amp;', '&', $serviceUri);
$this->types = new ArrayObject();
$this->targetNamespace = 'urn:'.$name.'wsdl';
}