Skip to content

Commit 6f7488a

Browse files
committed
fix wsdl
1 parent 24cb5bd commit 6f7488a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ext/soap/tests/req55503.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Request #55503 (Extend __getTypes to support enumerations)
33
--EXTENSIONS--
44
soap
5+
--INI--
6+
soap.wsdl_cache_enabled=0
57
--FILE--
68
<?php
79
$client = new SoapClient(__DIR__.'/req55503.wsdl');

ext/soap/tests/req55503.wsdl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@
2020
<portType name="testPortType">
2121
</portType>
2222
<binding name="testBinding" type="tns:testPortType">
23+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
2324
</binding>
25+
<service name="test">
26+
<port name="testPort" binding="tns:testBinding">
27+
<soap:address location="http://localhost:81/test/interface.php?class=test"/>
28+
</port>
29+
</service>
2430
</definitions>

0 commit comments

Comments
 (0)