Skip to content

Commit

Permalink
Merge pull request #10 from arturbauer/patch-1
Browse files Browse the repository at this point in the history
Update WsdlGenerator.php
  • Loading branch information
borodulin authored Apr 26, 2019
2 parents 7b4d5ca + 9b52dc3 commit 534288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WsdlGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,12 +509,12 @@ protected function buildDOM($serviceUrl, $encoding)
$xml = <<<XML
<?xml version="1.0" encoding="{$encoding}"?>
<definitions name="{$this->serviceName}" targetNamespace="{$this->namespace}"
xmlns="http://schemas.xmlsoap.org/wsdl/">
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="{$this->namespace}"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/">
</definitions>
XML;

Expand Down

0 comments on commit 534288d

Please sign in to comment.